Add Navigation to Integrate an SAPUI5 App Into a Launchpad Site
November 30, 2020
Beginner
20 min.
Add navigation properties to your custom-developed SAPUI5 app so it can be integrated into an SAP Cloud Platform Launchpad site.
You will learn
- How to configure the navigation properties for your custom app
Adding navigation properties to custom-developed apps is mandatory in order to enable adding them to an SAP Cloud Platform Launchpad site. To add navigation properties to an app, edit its manifest.json
file and add an intent to it. An intent is a unique combination of a semantic object and an action.
Step 1: Open manifest.json file
Step 2: Add intent
Step 3: Test yourself
Navigate tutorial steps