Enable and Troubleshoot, Fiori Apps for S/4 HANA 1610 FPS01
Steps to enable Standard Fiori Apps
- Configure the Fiori Launchpad
- Identify the ODATA and SICF Services of each app from Fiori library and enable them
- Enable the authorization for the business catalog
After enabling all these, some of the apps would not load from the tile. Refer the browser console for the errors thrown and apply the notes accordingly. The details are given below.
Issue 1
While clicking on to app, it throws an error “Could not load app. Please try again later.
When the application throws this error, the browser console will highlight any of the below errors. The SAP note that can be applied to resolve, if you find any of these. SAP note number is given in the brackets
- negative cache error (Apply SAP note 2419187). But one should also be watchful of the console log when you read the negative cache error. It will also highlight the ODATA service that might not have been activated. Activating the ODATA service mentioned in the browser console will also resolve the issue
- component controller not found (Apply SAP note 2434443)
- 404 error (Apply SAP note 2384493)
- failed to resolve navigation target (Apply SAP note 2348738)
- 403 forbidden (SAP note 2393654)
- Failed to load UI5 component with properties (SAP note 2393654)
- Cannot read property ‘appendChild’ of null (SAP note 2434443)
Issue 2
Track Supplier Invoice app is not visible on the Fiori Launchpad even after enabling the ODATA and SICF services. There are no Business Catalog or Groups defined for this app in Fiori library
Apply the note 2448799. This note suggests to create a custom catalog and assign the app.
Issue 3
The business catalog for Manage Data Aging Groups and Monitor Data Aging Projects are not available in Gateway and cannot be enabled in Fiori Launchpad.
Apply the note 2481386
Hello Rukhmani,
Thaks for the blog and putting this info together. I will try these troubleshooting tips. I have a couple of questions regarding fiori 2.0 launchpad(s4 Hana 1610) and have posted them on scn. COuld you pls check.
https://answers.sap.com/questions/205959/index.html
https://answers.sap.com/questions/214964/index.html
https://answers.sap.com/questions/212660/index.html
If you have any idea about these queries, could you pls revert
Thanks
smriti
For the Point No 2,
i have created Custom role in PFCG one for Frontend(Tiles Visiblity/Control) & other for backend(SAP TRansaction).Then made a composite role in PFCG.
Assigned this to user.
& for the BC -You have to extract the Catalog by passing TC in report(se38).first run in test mode.
Launch the report /UI2/GET_APP_DESCR_REMOTE_ALL.
FOR CATALOG WISE SEARCH /UI2/GET_APP_DESCR*
2.
Mark the Test mode checkbox and choose Execute. The catalogs will not be replicated. A log is displayed.
3.
If the log does not contain any errors, deselect the Test mode checkbox and choose Execute.
Please let me know if you have any concern.I am doing the same things
Will check these, Smritha