cancel
Showing results for 
Search instead for 
Did you mean: 

Issue in overriding EP Theme with Webdynpro portal Theme

Former Member
0 Kudos

Hi,

I have a requirment where client requires a specific set of colour combinations in the webdynpro screen and it will differ based on application.

I have created a testTheme Named "ThemeTest" and have placed the same in folder,

\usr\sap\CH2\JC00\j2ee\cluster\server0\temp\webdynpro\web\sap.com\tcwddispwda\global\SSR\themes

I want to assign this theme rather than default theme for one of the iview created with WebdynproAppication.

For this i have done the following.

1. I have set sap.useWebDynproStyleSheet to true in visual admin.

2. Set the following property in Application parameter property of Iview in Portal.

sap-cssurl=http://10.207.121.108:50000/webdynpro/resources/sap.com/tcwddispwda/global/SSR/themes/ThemeTest

I have restarted even the server. But still, it is not working as expected. Here sap-cssurl is Standard param and it is not getting overridding by value i am giving. I am getting the default theme set as parameter value when i am printing from webdynpro.

Please help me on how to proceed on this. I have to set my theme in parmeter and overide the exsiting sap-cssurl param. This is urgent. Please help.

Thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Try giving the entire URL to the CSS file. For example, as stated in SAP help portal:

>sap-cssurl=http://<host>:<port>/webdynpro/resources/sap.com/tcwddispwda/global/SSR/themes/sap_chrome/ur/ur_ie5.css

Regards,

Satyajit.

Answers (6)

Answers (6)

Former Member
0 Kudos

I don't see how this PDF will help me. Can you explain a little more?

Former Member
0 Kudos
Former Member
0 Kudos

I am trying to do the same, without success. Did you resolve this issue?

Former Member
0 Kudos

Hi,

I Believe the issue could be also because of release mismatch. The server i am using in NW04s SP 9. I guess i am using the SP 13 theme and could cause problem.

Can any one give me a link where i can download NW04s SP9 based EP Webdynpro Theme to edit with theme editor.

Also i am using NWDS 7.0.12 . i guess this wont cause problem,

Please help.

Thanks and Regards,

-Shabir Rahim.

Former Member
0 Kudos

Hi Shabir,

Were you able to solve this problem?I am also facing the similar issue, where the web dynpro application works fine if launched from NWDS, but when inside the portal, it does not.

Please help.

Regards,

Sonali.

Former Member
0 Kudos

Hi ,

if i add the link in url and call it in Browser, the theme is working fine. The link i used in browser is

http://deepakraj:50000/webdynpro/dispatcher/local/TestWebDynpro/Test?sap-cssurl=http://10.207.121.10...wddispwda/global/SSR/themes/ThemeTest

but if i put the following in application parameter of portal, it is not working.

sap-cssurl=http://10.207.121.108:50000/webdynpro/resources/sap.com/tcwddispwda/global/SSR/themes/ThemeTest

Former Member
0 Kudos

Hello Satya,

I tried this in application parameter properties. It is still not working. I am still getting default theme only. When i printed sap-cssurl in dynpro, i got,

http://deepakraj:50000/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/sap_tradeshow...

here deepakraj is the servername.

Former Member
0 Kudos

Hi,

Try running the WD application stand-alone in the browser. Append the "sap-cssurl" parameter to the application URL and check if the theme changes.

Regards,

Satyajit.