Fiori Adaption Project – Service activation

Published by Tobias Hofmann on

2 min read

You want to adapt a standard Fiori app. You use the application generation wizard to create the adaption project in BAS.

The target environment is an on premise ABAP system.

When the wizard is trying to load the app information from the backend, an error is shown: “cannot load applications from the system.”

The wizard is unable to load applications from the backend. Yet, using the same system for a new Fiori project, it is possible to load the list of OData services. While the services catalog works, it is not working for adaption projects.

Check: Cloud Connector

Check that the Cloud Connector is working. As creating a new application works, then the connection to the backend works, meaning: Cloud Connector works.

Check: Logon and OData catalog

Your user must be able to log on to the backend. This can be checked by selecting SAP Fiori application in the initial screen of the wizard. Here the wizard must be able to connect to the backend to load the list of OData services.

Check services

If the above checks work, it must be something else. SAP Help contains the needed information on the services. Check that these services are active:

  • /sap/bc/adt
  • /sap/bc/ui2/app_index/

Now, what SAP Help does not mention, but was the root cause in my case, is that the app_index service must also be accessible by BAS. This means that both services must be enabled in the Cloud Connector. Therefore, check that BAS can connect to services

  • /sap/bc/adt/discovery
  • /sap/bc/ui2/app_index/

After exposing both services in the Cloud Connector, the BAS adaption project wizard worked and loaded the list of available Fiori apps.

Let the world know

Tobias Hofmann

Doing stuff with SAP since 1998. Open, web, UX, cloud. I am not a Basis guy, but very knowledgeable about Basis stuff, as it's the foundation of everything I do (DevOps). Performance is king, and unit tests is something I actually do. Developing HTML5 apps when HTML5 wasn't around. HCP/SCP user since 2012, NetWeaver since 2002, ABAP since 1998.

0 Comments

Leave a Reply

Avatar placeholder

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.