cancel
Showing results for 
Search instead for 
Did you mean: 

Custom Theme to Web Dynpro *Outside Portal*

Former Member
0 Kudos

I saw this great tool to create a custom theme for webdynpro applications

Link: [Custom Themes|http://www.sdn.sap.com/irj/scn/downloads?rid=/library/uuid/20a2a76b-ed4b-2d10-cba4-95081113a88f]

How do you apply your custom theme to a web dynpro java application that is run OUTSIDE the portal? No iView will be created for this. We will access the application directly, for example:

http://[ServerName]/webdynpro/dispatcher/[Application Name]

Accepted Solutions (1)

Accepted Solutions (1)

junwu
Active Contributor
0 Kudos

try appending this parameter

sap-cssurl=http://<Host-Name>:<Port-Number>/webdynpro/resources/sap.com/ tcwddispwda/ global/SSR/themes/<theme project>

Answers (2)

Answers (2)

Former Member
0 Kudos

this worked...

http://SERVER:PORT/webdynpro/dispatcher/cg.com/recruit/FeedbackForm?sap-cssurl=http://SERVER:PORT/we...wddispwda/global/SSR/themes/sap_hcb

also this is helpful...

Link: [http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/1983] [original link is broken] [original link is broken] [original link is broken] [original link is broken];

Former Member
0 Kudos

try appending this parameter

sap-cssurl=http://<Host-Name>:<Port-Number>/webdynpro/resources/sap.com/ tcwddispwda/ global/SSR/themes/<theme project>

Thanks John,

However, if you have to add static reference to http://<Host-Name>:<Port-Number>/

what happens when you deploy to another server, e.i. going to production? The host will change.

Also, when givin this URL to an end user it becomes very LONG! How do we embed this theme in the webdynpro application?

junwu
Active Contributor
0 Kudos

this should help