Show TOC

Setting Parameters in the FioriLaunchpad.html FileLocate this document in the navigation structure

The FioriLaunchpad.html file is used to launch the standard implementation of the SAP Fiori launchpad. This file contains some predefined parameters.

Caution

The FioriLaunchpad.html file is delivered by SAP. If you modify this file, your changes might be overwritten when you upgrade your system to a new release or support package. During the upgrade or update, you will need to adjust the repository object as described in the SAP Netweaver upgrade and update guides.

Example

The following example shows parameters in the FioriLaunchpad.html file:

// platform specific (ABAP) bootstrap configuration
"bootstrap" :  {
    "serverConfiguration" : {
        "sap-ushell-config-url" : undefined, // optionally define a hard coded absolute or relative path here (prevents using url filename!)
        "serverConfigurationFolderWhitelist": {
            "" : true,
            "cfg/" : true,
            "cfg/sap/" : true,
            "/sap/ushell_config/" : true,
            "/sap/bc/ui5_demokit/test-resources/sap/ushell/demoapps/BootstrapConfigSamples/" : true
        }
    }
}
Parameters

The following table shows parameters that can be maintained in the FioriLaunchpad.html file, but should not be maintained in a launchpad configuration file:

Table 1:
Parameter Path Description
sap-ushell-config-url Start of the navigation path bootstrap Next navigation step serverConfiguration End of the navigation path

This parameter allows you to reference a launchpad configuration file.

For more information, see Referencing a Launchpad Configuration File.

serverConfigurationFolderWhitelist Start of the navigation path bootstrap Next navigation step serverConfiguration End of the navigation path

This parameter defines the folders from which launchpad configuration files can be read.

For more information, see Security Aspects for Launchpad Configuration Files.