cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Application Type: SAP GUI - Fiori implement

wlourens2
Participant
0 Likes
5,928

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.



Accepted Solutions (1)

Accepted Solutions (1)

nabheetscn
SAP Champion
SAP Champion

Since it is a GUI tcode you can refer one of the blog here or google for more details.

Nabheet

Answers (2)

Answers (2)

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.

nabheetscn
SAP Champion
SAP Champion
0 Likes

Have you added the technical catalog to the configurations as well as created the mappings as mentioned in the documentation? If yes did you run the FLC and FLIA analysis to validate if no error. Thirdly press F12 in browser to check if any exception etc.?

Lastly please add some screen shots of what all you have done.

Nabheet

wlourens2
Participant
0 Likes

I have worked through the "SAP Fiori: App Implementation" documentation on link https://help.sap.com/viewer/ac6a9cb75ca741589de37d373f7cb0c6/NW752.02/en-US as well as the Fiori Building Block Configuration Guides for SAP S4HANA (They describe implementation of Transactional / Fact Sheets / Analytical apps) and did not find the procedure to add these apps, please guide me to procedure.