
You can change the behavior of the SAP Fiori launchpad by appending specific parameters to the launchpad URL.
The standard URL for accessing the launchpad is as follows:
https://<server>:<port>/sap/bc/ui2/flp/FioriLaunchpad.html
You can add parameters using the following syntax:
https://<server>:<port>/sap/bc/ui2/flp/FioriLaunchpad.html?<parameter>=<value>
The following table shows the parameters that can be used and provides information about the possible values.
| Parameter | Description |
|---|---|
| sap-language |
This parameter allows you to set the logon language. Example: sap-language=EN Note
If a value is set for this parameter, it overrides the language settings in User Maintenance (transaction SU01) given the specified language is installed on the backend server. |
| sap-theme |
This parameter allows you to run the SAP Fiori launchpad with a custom theme. For more information, see Setting a Custom Theme via URL Parameter. |
| sap-ushell-config | This parameter allows you to configure the appearance of the launchpad header bar when
running in standalone mode. For more information, see Running an Application Standalone. |
| sap-ushell-config-url |
This parameter allows you to specify the location of a launchpad configuration file that contains a set of parameters. For more information, see Referencing a Launchpad Configuration File. |