Please share your ideas and solutions for setting a theme parameter to SAP Fiori launchpad.
Feel free to edit this page.
Background:
URL string is long for setting a theme parameter to SAP Fiori launchpad. Users won't type URL string and you have to give a easy way for setting a theme parameter.
Full URL string:
https://<host>.<domain>:<port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html?sap-client=<client>
&sap-theme=<theme>@https://<host>.<domain>:<port>/sap/public/bc/themes/~client-<client>
Reference: How to setup your company logo in SAP Fiori launchpad
Ideas/Solutions:
There are several ideas to give easy access.
Example 2: Set default theme parameter SAP_FLP-THEME
System default theme is defined in the transaction /UI2/NWBC_CFG_SAP.
You can chnage the system default in the transaction /UI2/NWBC_CFG_CUST.
Call Fiopri launchpad without theme parameter.
https://<host>.<domain>:<port>/sap/bc/ui5_ui5/ui2/ushell/shells/abap/Fiorilaunchpad.html?sap-client=<client>
The custom theme is set from SAP_FLP-THEME in the transaction /UI2/NWBC_CFG_CUST.
Example 6: Hard coded in index.html and starrt launchpad with /fiori.
This is just an example for starting SAP Fiori launchpad with a theme parameter by https://<host>.<domain><port>/fiori .
Theme parameter is specified in the index.html.
Steps:
1. Define external alias for Unified Shell service. Unified shell is technical name for SAP Fiori launchpad.
Transaction: SICF
Search Unified Shell service
Go To External Aliases
Select the default_host and create a system alias
External Alias name is /fiori. Target Element is /default_host/sap/bc/ui5_ui5/ui2/ushell.
Save.
/fiori is created.
2. Create index.html and hard code the full URL.
Transaction: SE80
App: /ui2/ushaell
Write short HTML code. This load Fiori launchpad with a theme parameter.
-----------
<html>
<head>
<script language="JavaScript">
function loc(){window.location = "shells/abap/Fiorilaunchpad.html?sap-theme=<theme>@https://<host>.<domain>:<port>/sap/public/bc/themes/~client-<client>";}
</script>
</head>
<body onLoad="loc()"></body>
</html>
-----------
Activate.
3. Test the URL on browser.
Your theme is applied.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
30 | |
19 | |
10 | |
10 | |
8 | |
7 | |
7 | |
7 | |
6 | |
6 |