
You can extend the core capabilities of the Fiori Framework Page by enabling custom plugin to load when the SAP Fiori launchpad opens.
You are assigned the Content Admin role.
Developers can embed extensions in a custom Javascript file to enhance the launchpad user experience. For example, extensions can include additional user interface elements such as menu options, or redirection of apps when a tile is launched. You create the Javascript file for embedding extensions in SAPUI5 and define it as an SAPUI5 module.
You can activate the extensions by configuring the following Fiori Framework Page properties: Custom SAPUI5 Module Plugin Name and Custom Plugin URL. This converts the Javascript file containing the extensions to a custom plugin to be loaded in the launchpad at runtime.
We recommend to store the file in the Web Resource Repository.