cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Custom theme Application

Former Member
0 Likes
922

Hi all,

I have a EP with some WebDynpro IViews and I wanna apply a new theme to a custom IView. Looking for how to customize Themes, I already create a new theme in Theme Editor, import that in EP and configure my custom IView with the sap-cssurl parameter and my application don't get the theme characteristics.

If I try to test my application alone (out of EP) with the sap-cssurl parameter, the theme is applyed fine but when I do that from EP, no theme's are loaded (default EP theme isn't load too).

Anyone can help-me? I must have a different theme to this application.

Thanks,

View Entire Topic
Former Member
0 Likes

Hi manoel

If you want your WebDynpro applications to have a different theme than your portal then go to Visual Admin and under Configuration Adapter > WebDynpro>sap.com-->tcwddispwda/default.properties.

In that file give the url of your CSS in the <b>sap.theme.default</b> property

Set the property of <b>sap.useWebDynproStyleSheet</b> as true. Restart your J2EE server and then deploy your component. Now try logging into the portal and see. That should give you the new theme applied for the WebDynpro application.

Let me know if you require more information.

regards

Ravi