Skip to Content
Author's profile photo Former Member

Enable and Troubleshoot, Fiori Apps for S/4 HANA 1610 FPS01

Steps to enable Standard Fiori Apps

  1. Configure the Fiori Launchpad
  2. Identify the ODATA and SICF Services of each app from Fiori library and enable them
  3. 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

Assigned Tags

      3 Comments
      You must be Logged on to comment or reply to a post.
      Author's profile photo Smriti Gupta
      Smriti Gupta

      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.

       

      1. Appfinder functionality- In Fiori 2.0 , we should get 3 tabs under Appfinder- Catalog, UserMenu and SAP Menu. The Apps from Catalog tab are working fine but with UserMenu , I am getting navigation error. Pls see the following query posted by me at scn

      https://answers.sap.com/questions/205959/index.html

       

      1. As there are many apps which do not have a business role and business catalog, so to configure such apps we create custom catalog, targetmappting, custom role etc. As there are so many apps without business role, is there any other method which may reduce this effort.

      https://answers.sap.com/questions/214964/index.html

       

      1. The search in AppFinder is not displaying desired result. Pls see following query posted by me at scn.

      https://answers.sap.com/questions/212660/index.html

       

      1. Also when we login in German, we get the message that Original language is English and login language is German.  In order to align with the text based properties, login in original language.

      If you have any idea about these queries, could you pls revert

       

      Thanks

      smriti

       

      Author's profile photo Former Member
      Former Member

      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

       

      Author's profile photo Former Member
      Former Member
      Blog Post Author

      Will check these, Smritha