SAP Configure Fiori
Making a Fiori app available involves activating its service, assigning it to a role, and granting backend authorization. This guide outlines the steps.
To configure a Fiori app, look it up in the Fiori apps reference library for its OData service, catalog and business role, activate the service in /IWFND/MAINT_SERVICE, activate the ICF and UI components, add the catalog and group to the PFCG role, grant the backend authorisations, then check the tile appears and the app loads with data.
- Watch out: a working service with no catalog assignment gives a user rights they cannot see.
Step by step
- Find the app in the Fiori apps reference library and note its OData service, catalog and business role.
- Activate the OData service in the gateway (
/IWFND/MAINT_SERVICE). - Activate the app’s ICF/UI components as needed.
- Assign the app’s catalog and group to the PFCG role.
- Grant the backend authorizations the app checks; test that the tile appears and the app loads with data.
Notes and tips
The three usual failure points are: OData service not active (errors/no data), catalog not in the role (no tile), and missing backend authorization (error on open). The Fiori apps reference library tells you exactly what each app needs, use it as your checklist.
Common pitfalls
- Following steps without understanding the concept.
- Skipping testing in a non-production system.
- Applying blindly to a different scenario.