You are on page 1of 8

Fiori Implementation Steps - Create Purchase

Requisition Fiori App in Fiori Launch Pad

Step 1: Find the Implementation details of the fiori apps in fiori apps
library site.
https://fioriappslibrary.hana.ondemand.com/sap/fix/externalViewer/#/detail/Apps('F1643')/S5OP

As a pre-requisite check the front end components and backend components installed first. Once
confirmed with these installations we can implement the app as follow,
Step 2: Activate the ICF node of the SAPUI5 application

For activating this, Login into Gateway system -> go to transaction /nsicf and enter the SAPUI5
application in Service Name and hit f8 or execute button.

Activate that ICF Node by right clicking on the app name and select Activate.
Step 3: Activate and Maintain the OData services

Go to Transaction /n/iwfnd/maint_services
Check if the relevant OData service is maintained in the service Catalog and check for system aliases
correctness.

If OData service is not available in service Catalog, we can add the services by ADD SERVICE option.

Select the service you want to add, then select Add Selected Services option.
Step 4: PFCG role

Go to transaction /npfcg -> copy role to custom role

After copying the role to custom role, edit the custom role

 To include catalog, group under Menu Tab


 To give authorizations to that role
 Add users to access this app
Step 5: Creation of custom Catalog and group
In Launchpad admin URL, we can find custom catalogs and groups of the apps,

We can use existing standard catalogs and groups for including the same for PFCG role or we can
create the custom Catalog and group in this.
We can take the reference of the app (tile and target mapping) either from business or from
technical Catalog mentioned in fiori apps library.

Once the custom catalog and custom group is created, Add the tile to the custom created group
from the custom catalog. This adds the tile to your group in FLP.
Now we have to add this Catalog and group to our PFCG role (check in fiori apps library) and include
authorizations and users as well.

Note: Further in fiori apps library, search connectors and required snotes has to implement. All these
details will be detailed in it with implementation steps. After all the implementation and
configuration steps, we are done with fiori app implementation.

When the user login, now can see newly created group with create purchase requisition tile in it.

You might also like