cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi

I need to add the SAP S/4HANA 1709 FPS02 app "Create Outbound Delivery - With Order Reference", to the Fiori launchpad, we have an embedded gateway.

The Application Type show as "SAP GUI" in the apps reference library, please let me know how to implement this app to Fiori Launcpad. There are no SICF or ODATA services to activate.

The system alias shows as: S4SCM. This alias did not exist in the system and I created a alias with this name.

The system has all the required components, but the last business role "SAP_GRC_BCR_RM_T" does not exist in the system.



0 Likes
View Entire Topic
Former Member

Hi Willem,

You will not find any standard tile for SAP GUI Apps. You have to create a custom catalog and custom group to make tile visible in FIORI Launchpad. And also you have to create a HTTPS RFC Connection for SAP GUI Apps..

Step 1 : Create a custom catalog and click on + button to add the tile and select static tile.

Step 2: Give the title as per fiori library or as your wish then give the semantic object and action by the reference of fiori library and parameters will be "sap-ui-tech-hint=GUI" and target URL keep it as blank and save it..

Step 3: Now go to target mappings and create target mapping there you give the semantic object, action and title same as you given in the tile configuration.

Step 4: Select Application type as transaction and in the Transaction tab give the T-code(For example for your requirement you have to give the VL01N), and system alias would be your HTTP RFC Connection..

Step 5: Now create a custom group and add the tile you have configured..

You can see the tile in the launchpad..

Thanks,

Prathyusha.

wlourens2
Participant
0 Likes

Thanks Prathyusha.

Seems like the parameter "sap-ui-tech-hint=GUI" is not needed, as the tile works without it.