cancel
Showing results for 
Search instead for 
Did you mean: 

Web Dynpro using EP theme

Former Member
0 Kudos

Hello,

I'm developing a WDP application which runs outside the EP.

I have also an EP installation with a customized theme running.

I can use the delivered SAP themes for my application running outside the EP.

Can somebody tell me how I can reference my customized theme from the application running outside of EP.

I'm developing on SP14 and therefore no Eclipse Theme Editor is available.

Any hint is highly appreciated!

Regards,

Roland

Accepted Solutions (1)

Accepted Solutions (1)

HuseyinBilgen
Active Contributor
0 Kudos

Hi,

you've 2 option.

1. Set all dynpro's to run with portal theme whether you run them inside/outside portal.

For this, run visual administrator -> server -> configuration adapter -> (change mode) -> webdynpro -> sap.com -> tcwddispwda -> Propertysheet.default

set the parameter sap.theme.default to your portal theme path: we've theme CustomerTheme (portal is nw04sr1 sp14) and theme url is as follow:

/irj/portalapps/com.sap.portaldesign.urdesigndata/themes/portal/CustomerTheme

2. call individual application with parameter to use portal theme as follow:

http://<portal hostname with domain>:<port>/webdynpro/dispatcher/local/WD_Project/Applname?sap-cssurl=http://<portal hostname with domain>:<port>/irj/portalapps/com.sap.portal.design.urdesigndata/themes/portal/CompanyTheme

hope this helps

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello HUSEYIN,

I tried to create self defined parameter in application properties. But, it didnt let me go ahead because "sap-cssurl" contains a heifen (-).

Is there any other way in which I would I be able to add that parameter ??

With Regards

Vijay