cancel
Showing results for 
Search instead for 
Did you mean: 

Creating mobile web dynpro application which customized theme

Former Member
0 Kudos

Hi guys,

I have created a mobile web dynpro application and a theme with Theme Editor. Then I have appended this theme with the sap-cssurl parameter to my application.

<b>my_application? sap-cssurl=http://host:port/webdynpro/resources/sap.com/tcwddispwda/global/SSR/themes/MyTheme</b>

It works well in my first testing on my laptop.

In order to test it on my mobile device I have also appended sap-wd-client parameter to my application. Now my URL looks like

<b>my_application? sap-cssurl=http://host:port/webdynpro/resources/sap.com/tcwddispwda/global/SSR/themes/MyTheme&sap-wd-client=PieClient</b>

It doesn’t work. My application layout looks as if I don’t use the theme. Did somebody have the same problem and can help me by finding a solution.

Thanks for your answers.

Marita

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

Hi Marita,

Mobile Web Dynpro supports several handheld mobile devices. I guess yours is a Pocket PC. Except the newest Pocket PC 2003, all the other versions don't have CSS support. Therefore the current Pocket PC client "PieClient" of Web Dynpro lacks the ability for customized themes. On the other hand, themes are supported for more advanced devices, such as Nokia Communicator 9500/9300.

Regards,

Wei