You are on page 1of 4

Hard coded in index.html and start 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?saptheme=<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.

You might also like