Overview Static tiles are a simple way to integrate S10 applications into the SAP Fiori Launchpad. They display fixed information such as title, subtitle, and icon without incorporating dynamic data sources. These tiles are ideal for applications that do not need to display constantly updated information. By clicking on the tile, the linked S10 application is opened directly. ![]() |
Steps to create static tiles:Creating the tile in the Fiori Launchpad Designer:
Defining the target URL:
Note: The |
Automatic Login:
By using this parameter, the S10 application’s login screen is skipped. The login credentials are automatically taken from the Fiori Launchpad, based on the SSO token (Single Sign-On), which enables authentication in the SAP system without the user having to re-enter their credentials. |
Custom ParametersYou can pass custom parameters in the target URL to set, for example, a start screen. The following ABAP code
shows how the data: querystrings type table of string, querypart type string, startscreen type string.Example: /sap/bc/bsp/s10/myapp?start=orderscreen
|
Component S10 Framework |