cancel
Showing results for 
Search instead for 
Did you mean: 

query:using cutom themes in FPM on SAP Netweaver7.01

Former Member
0 Kudos

Hi,

I am on SAP NetWeaver 7 Enhancement Pack1. Is it possible to use customize stylesheet for FloorPlanManager using GAF floorplan ?

I am referring the similar article "Custom themes for WebDynpro ABAP applications without SAP Enterprise Portal integration".

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

I am following these steps :

a) I have created a new folder "CustomerThemes" under the Mime Repository Path /SAP/PUBLIC/BC/UR.

b) I have imported a new .CSS file inside the folder using the report BSP_UPDATE_MIMEREPOS .

c) For my WebDynproApplication which is using the component FPM_GAF_COMPONENT and interface view as FPM_WINDOW ,

I have maintained two parameters WDFORCEEXTERNALSTYLESHEET = 'X' and WDTHEMEROOT = 'CustomerThemes".

Still , I am not able to use the customize stylesheet.

For the application parameter WDTHEMEROOT , if I give the value as SAP_CHROME or any other standard SAP stylesheet , I am able to use this stylesheet.

I want to know , is it possible to use the customize stylesheet using FPM . If so, can you please point where am I missing?

regards,

Amit

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

see the link

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/47/af752005c92fe1e10000000a42189d/frameset.htm

if you are running standalone WDA application, then u should not use

WDFORCEEXTERNALSTYLESHEET = 'X'

when you run on portal then i guess you should upload your custom theme to Portal.

Former Member
0 Kudos

hi,

we can use the ECLIPSE based theme editor :

/people/pradyut.sarma/blog/2010/06/01/brand-your-sap-application-using-theme-editor

this blog has a How To guide, Plugin for eclipse and other details.

regards,

Amit