Let's watch the video to learn about the SAP Fiori Launchpad Application Manager.
Objectives
Let's watch the video to learn about the SAP Fiori Launchpad Application Manager.
Classic applications are running in the back-end server (BES), but additional configuration steps are needed on the front-end server (FES):
Activate ICF nodes in BES for Web Dynpro ABAP.
Define HTTPS- and RFC-connection to BES in FES.
Replicate back-end catalogs (BEC) to FES.
The SAP Fiori apps reference library provides information about Web Dynpro application, ICF node, and BEC of classic applications adapted to the SAP Fiori concepts.
BECs can be examined using transaction /UI2/FLPAM (which starts the Web Dynpro ABAP application SUI_TM_MM_APP). A list of all semantic objects and actions of a solution area is maintained here providing navigation targets for ABAP transactions and Web Dynpro ABAP applications.
Customers can also create own back-end catalogs using transaction /UI2/FLPAM. When you enter a catalog in the Catalog ID field that is not available in the system, a popup displays asking if this back-end catalog should be created. The catalog can then be filled with Web Dynpro applications and transactions assigning semantic objects and actions.
Note
An alternative to transaction/UI2/FLPAM
is transaction MM_APP
.Each back-end catalog needs a system alias for classic applications assigned. It is needed for the replication to the front-end server. System alias assignments for back-end catalogs delivered by SAP can be found in the /UI2/V_ALIASCAT maintenance view. Customers can assign system aliases to their back-end catalogs in the /UI2/VC_ALIASCAT maintenance view.
To provide BECs on the FES, logical system aliases have to be maintained on the FES. SAP delivers the /UI2/V_SYSALIAS maintenance table filled with logical system aliases used in BECs of SAP. For each system alias, an RFC connection that uses the naming rule <alias>_RFC and an HTTPS connection that uses the naming rule <alias>_HTTPS need to be created for accessing the system using the alias.
Note
Although HTTPS is recommended, it is also possible to create an HTTP connection following the naming convention <alias>_HTTP.
If multiple aliases point to the same system, the /UI2/V_ALIASMAP maintenance table can be used to map SAP aliases to another one created by the customer. For SAP S/4HANA, all solutions reside in the same system, so all logical system aliases can be mapped to one alias used for naming the connections.
The HTTP(S) connection is used during runtime to access the classic applications in a browser, and the RFC connection is used to replicate BECs to the FES.
To replicate back-end and replicable catalogs to the front-end server (FES), SAP provides the following transactions:
The transactions are called on the FES. In all transactions, you can choose between a full or delta replication. A Test Mode allows a test run before actually replicating anything.
To use SAP Fiori properly, the use of back-end catalogs is essential. In this exercise, you will perform all the required steps to prepare classic applications offered in back-end catalogs.
Note
In this exercise, when an object name or value contains ##, replace ## with the number your trainer assigned to you.To use SAP Fiori properly, the use of back-end catalogs is essential. In this exercise, you will perform all the required steps to configure and use a classic application offered in a back-end catalog.
Note
In this exercise, when an object name or value contains ##, replace ## with the number your trainer assigned to you.With the release of SAP_UI 7.50 SP04 of the FES, it is possible to access the SAP Easy Access user and SAP menu in the app finder of the SAP Fiori launchpad (FLP). If configured, end-users can select SAP GUI and Web Dynpro ABAP applications retrieved from their user menu or SAP menu and add them to their FLP home page.
The following SAP Gateway services have to be registered for that:
/UI2/EASY_ACCESS_MENU (for the SAP standard menu)
/UI2/USER_MENU (for the role-based user menu)
Note
These two SAP Gateway services can be registered by the task, Activate Gateway OData Services Foundation (/IWFND/MAINT_SERVICE), of the task list, SAP_FIORI_FOUNDATION_S4.To enable access to the SAP Easy Access, you have two options:
To enable access to the SAP Easy Access by FLP configuration, the following settings are required:
These settings can be performed on two configuration levels:
Note
These FLP settings for SAP Easy Access can be performed by task Configure FLP for SAP Easy Access Menu of task list SAP_FIORI_FOUNDATION_S4.Alternatively, you can enable the access to the SAP Easy Access using target mappings. Each user needs two target mappings to get access to their menus in the BES, one for ABAP transactions and one for Web Dynpro ABAP applications. These should be created together in one SAP Fiori catalog per BES both having the same title.
Caution
The Application field must not be empty. Any value like "dummy" works here. By contrast, the System Alias field has to be empty.Hint
The value of the parameters sap-ui2-wd-app-id and sap-ui2-tcode is ".*", so a dot and a star. This regular expression will be filled with the application or transaction when creating the tile in the FLP.SAP ships a catalog /UI2/CLASSICAL_GUI_MENU with the proper settings, using the default system alias name FIORI_MENU.
Note
This catalog is labeled as Obsolete – however, it is working as of SAP S/4HANA 2023 FPS01.In case of error messages when trying to access the SAP menu in the app finder, run the report /UI2/EAM_BUILD_CACHE in the BES system.
In this exercise, you learn how to access SAP Easy Access menu items in the app finder.
Note
In this exercise, when an object name or value contains ##, replace ## with the number your trainer assigned to you.Log in to track your progress & complete quizzes