Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Expand
titleSAP Fiori Launchpad Configuration

Step 1: Creating a Sematic Object

Use the t-code: /UI2/SEMOBJ to add the FSM Connector Semantic Object. Semantic Objects allows to group apps that are related to each other for easier navigation.

Semantic Object: PACG_ECM_FIORI

Semantic Object Name: FSM Connector

Semantic Object Description: FSM Connector Apps

Save the changes.

Step 2: Creating a Business Catalog

Use the t-code: /UI2/FLPD_CUST to Enter the SAP Fiori Launchpad designer for customization (client-specific) and create a new catalog by clicking on the ‘+’ icon at the bottom of the left-hand side pane.

image-20241121-130902.png

Enter a Title and an ID for your Catalog, and click on Save. The new catalog is saved and you should be able to see it under the catalog collections.

image-20241121-125856.png

Step 3: Creating Target Mapping

Target Mapping allows to map a navigation target to the combination of a Semantic Object and an Action, also known as an Intent. To create a new Target Mapping, choose Create Target Mapping.Mapping’ button on the right down corner of the screenC

image-20241121-130257.pngimage-20241121-130314.png

The target mapping configuration page is displayed, now fill in the parameters in the configure target mapping Configure Target Mapping pop-up as follows:

image-20241121-130222.png

Save.

Step 5: Creating Tiles.

image-20241121-130423.png

You can choose one of the above icons to create a Tile.

  • In the left side icon, click the ‘+’ icon to add a Tile,

  • On the right side icon, the ‘Create Tile’ is located on the right bottom.

On the next screen, choose the ’App Launcher — Static’ Launcher - Static’ template from the available options of tile templates:

image-20241121-130525.png

Choose App launcher  Launcher  - StaticStatic’.

Notice that, App Launcher-Statictiles are used to launch applications from the home page while App Launcher-Dynamictiles, display information that is pulled from a back-end system using an OData service EntitySet.

Next, Maintain the following configuration parameters:

image-20241121-130629.png

The created tile should appear on the main view.

image-20241121-130654.pngimage-20241121-130707.png

Step 6: Creating Business Groups.

To create a Business Group, we should use a similar approach as when creating catalogs:

image-20241121-130811.png

Click on the ‘+’ button and add a Title and ID your group:

image-20241121-130920.png

Click on save.

Add the /PACG/ECM_GROUP group to the FSM Connector Business Catalog that you’ve already created and then add the Tile:

image-20241121-130951.pngimage-20241121-131007.pngimage-20241121-131027.png

Step 6: Creating PFCG Business Role

The very last step of your Fiori Launchpad Configuration will be creating a PFCG Role in the SAP Fiori Server (Front-end) server.

  • In SAP go to the Tthe t-code PFCG and give your role a name then click on ‘Single role’

image-20241121-131113.png

Go to the Menu tab, From the insert node drop-down list, choose SAP Fiori Launchpad and select the Launchpad Catalog.

image-20241121-131134.png

In the ‘Catalog ID’ enter /PACG/ECM and click OK. Now add the Launchpad Group. In the ‘Group ID’ enter /PACG/ECM_GROUP and click OK.

Assign SAP users to the /PACG/ECM_FIORI role by clicking on the User tab and adding the user ID.

image-20241121-131156.png

Setup is done. Using transaction /n/UI2/FLP you can check your application tile on the Fiori Launchpad.

...