Daniel Haerder wrote a good blog introducing customizing of the SAP EM Web UI. Check it out here before continuing … Now let’s explore it in more detail.
Reference the following 2 links to give you more ideas around what is possible:
- http://help.sap.de/saphelp_nw73/helpdata/en/73/142b2a79fb4884a4b4e87fa88f4115/frameset.htm
- http://help.sap.de/saphelp_smehp1/helpdata/en/7b/fb57412df8091de10000000a155106/content.htm
Setting the theme back to SAP standard
Add parameter &sap-theme=sap_standard to the end of your URL. E.g. http://<sapem_server>:8000/sap/bc/webdynpro/saptrx/em_fpm_ui?sap-system-login-basic_auth=X&sap-client=100&sap-language=EN&sap-theme=sap_standard#
Available themes:
- sap_chrome
- sap_hcb
- sap_highcont
- sap_nova
- sap_standard
- sap_tradeshow
- sap_tradeshow_plus
Configuring the Web UI
Add the parameter “&sap-config-mode=X” at the end of the SAP EM Web UI. E.g. http://<sapem_server>/sap/bc/webdynpro/saptrx/em_fpm_ui?sap-client=001&sap-language=EN&sap-config-mode=X
- Right click on a field and select “Settings for current configuration”
- Right click element and select “Add decorative item”
Can add one of the following:
- Heading
- Explanation
- Formatted Text
- Horizontal Separator
- Image
- Link
- Text Display
Adding a logo to your SAP EM Web UI
- Right click on a field and select “Settings for current configuration”
- Right click PAGE_HEADER_TITLE_CONTENT and select “Add decorative item”
- Select image
- Add Image Source, Tooltip and Location URL to send to
Changing the Text on the Selection Screen
Cross-Application Settings for Web Dynpro ABAP
Use Web Dynpro WD_GLOBAL_SETTING to set global web Dynpro settings for all applications.
http://<SAP_EM_SERVER>:8000/sap/bc/webdynpro/sap/WD_GLOBAL_SETTING#
No comments:
Post a Comment