SAP UI5 Application Development Tutorial No. 54 - How to configure the local SAP UI5 application into the local Fiori Launchpad

SAP Fiori Launchpad (Launch Edition) is a standard entry that many standard products including SAP S/4HANA, SAP CRM provide to users to access UI applications. The interface is shown in the following figure:

The rectangular boxes in Fiori Launchpad are called tiles. After clicking, they will jump to the configured SAP UI5 application. The mapping relationship between Tile and SAP UI5 applications is set in the SAP standard product background.

So far in this tutorial, we have run it locally npm install, and ui5 servethen access the http://localhost:8081application by accessing the url printed by the tool, such as the one in the figure below, and manually pasting it into the browser address bar:

Click on index.html to access the application for the corresponding step:

Is there a way to configure the application we developed at each step as a tile of Fiori Launchpad like the standard SAP product?

This step introduces specific practices.

Here is an effect diagram:

Guess you like

Origin blog.csdn.net/i042416/article/details/123690190