Technology Blogs by Members
Explore a vibrant mix of technical expertise, industry insights, and tech buzz in member blogs covering SAP products, technology, and events. Get in the mix!
cancel
Showing results for 
Search instead for 
Did you mean: 
GregMalewski
Contributor
The first step to check if the adaptation project is loading correctly is to verify if the adaptation is available on the front-end server. To check the availability use, the SAP Gui report started in transaction se38: /UI5/DEL_ADAPTATION_PROJECT. The search help available with F4 will show you all deployed adaptation projects. The report is available starting from SAP_UI 7.55.


To check if the adaptation project is loading correctly, follow the steps:

  1. Open Fiori Launchpad

  2. Run the SAPUI5 Diagnostic by using the following shortcut: CTRL+SHIFT+ALT+S (wait until it is fully loaded)

  3. Open the console tab from Chrome “Developer tools.”

  4. Lunch the extended app by clicking on the respective tile

  5. In Console, look for messages with the following:
    – a component ID defined for your adaptation project
    – a “Tile clicked” with the respective catalog name


If the component ID and the catalog are correct, the adaptation project is loading correctly.


See also: Quick tip: How to check if the changes from the adaptation project are active?
Labels in this area