cancel
Showing results for 
Search instead for 
Did you mean: 

non-sap screen look and feel in webdynpro abap

Former Member
0 Kudos

Dear Experts,

I have a Webdynpro ABAP application which is fetching data from LFA1 and LFB1.

My client wants a non-sap look and feel onto the screen, he doesnt want the SAP Color and all.

How can i achieve this to look it commercial ??

Please suggest.

Regards,

Mamai.

Accepted Solutions (1)

Accepted Solutions (1)

former_member184578
Active Contributor
0 Kudos

Hi,

Create a Transparent container and place ur UI elements in that., and select cellBackgroundDesign as plain(will display white background) u can choose fill1or fill2 or border etc., this will change the look and feel.,

And in the Application., Double click on WDA application ., goto parameters tab., select WDTHEMEROOT from f4 help and enter value as ,. SAP_STANDARD , SAP_TRADESHOW and so on., this will change the over all look and fell but i dont recommend this,

Also u can add custom themes and design as per ur requirement.,

Search for Custom Themes in SDN

Hope this helps u,

Thanks & Regards

Kiran

Answers (1)

Answers (1)

Former Member
0 Kudos

If you have placed the UI elements in Transparant container / Tray / Group UI element with matrix layout, you can set the cellBackgroundDesign attribute as you wish. It will change the look and feel of the screen.

Additionally you can look at the application parameters - WDTHEMEROOT with values SAP_STANDARD , SAP_TRADESHOW.

Regards,

Bharath.

Former Member
0 Kudos

Dear Experts,

Thanks for your valuable inputs.

Could you please provide me some more values for WDTHEMEROOT.

Regards,

Mamai.

Former Member
0 Kudos

Hi Mamai,

WDA,maintain two parameters WDFORCEEXTERNALSTYLESHEET = 'X' and WDTHEMEROOT = 'CustomerThemes".

for ur application , add the parameter sap-ep-themeroot=/SAP/PUBLIC/BC/UR/NW5/THEMES/MYCUSTOMTHEME to ur application URL , where MYCUSTOMTHEME is the theme u have created under the path /SAP/PUBLIC/BC/UR/NW5/THEMES/ in ur system.

Please go through this..

http://help.sap.com/saphelp_nw70/helpdata/en/7b/fb57412df8091de10000000a155106/content.htm

http://help.sap.com/saphelp_nw70/helpdata/en/46/89af7fbe4d429ee10000000a1553f7/content.htm

and for custome theme..

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/7015b1f9-535c-2910-c8b7-e681fe75a...

stylesheets..

http://help.sap.com/SAPhelp_nw73/helpdata/en/47/af752005c92fe1e10000000a42189d/content.htm

Cheers,

Kris.

Edited by: kissnas on Apr 21, 2011 6:44 AM