cancel
Showing results for 
Search instead for 
Did you mean: 

Adding custom url to WD Appln URL

Former Member
0 Kudos

Hi Friends,.

I have developed a custom CSS Theme. It is working fine for me if I add &sap-cssurl= <MycustomeTheme> manually to the WD url (without using WDTHEMEROOT in the WD Application Paramter). Now I donu2019t want to add manually each time. Is there anyway to do this. May be using WDTHEMEROOT or any other way. My WD has one window and one view.

Edited by: abap beginner on Oct 8, 2009 5:17 PM

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Solved the Issue. Generally it took one day for the changes to apply

former_member190818
Active Contributor
0 Kudos

Hi,

I'm facing the same problem and if I give /sap/public/bc/customerthemes/zwd_custom in parameters WDTHEMEROOT, am not getting my theme changes.

Could you please tell me what have you done after importing the themes from WD_THEMES program.

Thanks,

JMB

Former Member
0 Kudos

Hi JMB,

I used the Program BSP_UPDATE_MIMEREPOS to upload my MIME Objects into SAP.

Then maintain WD APPLICATION,

In the Parameters Tab maintained a entry for WDTHEMEROOT

Maintain Value as /sap/public/bc/customerthemes/zwd_custom

For me the change took 1 day.

This will work only if u r able to see the desired output when u r passing the theme as a parameter in the Brower's Address Bar.

Former Member
0 Kudos

You can put it in the WDTHEMEROOT parameter like WDTHEMEROOT = http://HOST:PORT/irj/portalapps/com.sap.portal.design.portaldesigndata/themes/portal/NAME_OF_THE_THE... Check this thread [] too, Thanks

Former Member
0 Kudos

Hi Radhika,

Thanks for the reply. I already checked the thread u mentioned. I dont have portal so i think I cant use the url you provided.

Can we do in someother way.. ?

Former Member
0 Kudos

try adding it as application parameter and provide default value as your theme file name.

Former Member
0 Kudos

Hi Manas, can you tell me what should I give in the Paramter value. ?

My Url is http.hostname.port/sap/bc/webdynpro/sap/zwdr_test.

My Theme Url is ?sap-ep-themeroot=/sap/public/bc/customerthemes/ztest

I am able to see the custom theme using http.hostname.port/sap/bc/webdynpro/sap/zwdr_test?sap-ep-themeroot=/sap/public/bc/customerthemes/ztest.

I want to pass this using parameter. So can u tell me how I can maintain this

Former Member
0 Kudos

>

> Hi Manas, can you tell me what should I give in the Paramter value. ?

>

> My Url is http.hostname.port/sap/bc/webdynpro/sap/zwdr_test.

>

> My Theme Url is ?sap-ep-themeroot=/sap/public/bc/customerthemes/ztest

>

> I am able to see the custom theme using http.hostname.port/sap/bc/webdynpro/sap/zwdr_test?sap-ep-themeroot=/sap/public/bc/customerthemes/ztest.

>

> I want to pass this using parameter. So can u tell me how I can maintain this

In the application parameters tab - by clicking on F4 you will get one parameter as WDTHEMEROOT

you can use this and give the path = '/sap/public/bc/customerthemes/ztest' as your value.

Hope this works.

Regards

manas dua

Former Member
0 Kudos

Hi Manas, I tried like below.

Application-> Parameters Tab.

Added a Row with PARAMTER - WDTHEMEROOT

Value - 'sap'public/bc/customerthemes/ztest'

But i am not getting the output.

What I maintained is correct ?