Technology Blogs by SAP
Learn how to extend and personalize SAP applications. Follow the SAP technology blog for insights into SAP BTP, ABAP, SAP Analytics Cloud, SAP HANA, and more.
cancel
Showing results for 
Search instead for 
Did you mean: 
masa_139
Product and Topic Expert
Product and Topic Expert

You can set your company logo in SAP Fiori launchpad.

Standard delivery:

Replacing with your company logo.

There is logo property and you can change it by Theme Designer.

Prerequisites:

Steps:

1. Start UI Theme Designer on Frontend server (Gateway server)

     Transaction: /UI5/THEME_DESIGNER

     or

     URL: https://<host>.<domain>:<port>/sap/bc/theming/theme-designer?sap-client=<client>

2. Copy theme and give a name

3. Add a test app. Specify the URL for SAP Fiori launchpad.

     Link to Application: https://<host>.<domain>:<port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html?sap-client=<client>

     Name of Application: any name

     *Note: Please make sure you use same http protocol with Theme Designer. http or https.

4. Specify your company logo.

You can also change other properties to apply your company brand colors.

5. Build  your theme

Your theme was generated and your company log was uploaded to the frontend server.

6. Find the theme parameter

Transaction: /UI5/THEME_TOOL

Your theme parameter is "sap-theme=masa@https://<host>.<domain>:<port>/sap/public/bc/thems/~client-<client>"

*Note: "~client-<client>" specify the client with "-", not "=".

7. Test SAP Fiori launchpad with theme parameter.

Setting a Custom Theme via URL Parameter

URL: https://<host>.<domain>:<port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html?sap-client=<client>&sap-theme=masa@https://<host>.<domain>:<port>/sap/public/bc/themes/~client-<client>

Please also take a look How to set a theme parameter to SAP Fiori launchpad.

For example, users just call https://<host>.<domain>:<port>/fiori

37 Comments