Develop an SAPUI5 App for a Portal Site (Cloud Foundry)
Beginner
45 min.
Create an app module in SAP Web IDE and set up its navigation so that it can be used in a Portal site.
You will learn
- How to create an SAPUI5 app module in SAP Web IDE
- How to configure the navigation properties of this app so that it can be launched from the launchpad module that you will create later.
Prerequisites
If you are using your own account and not a trial account, then do the following:
- Set up your Cloud Foundry environment for development by following the instructions in the tutorial: Prepare the SAP Cloud Platform Cloud Foundry Environment for Developement (non-trial account)
- Since we’ll be using SAP Web IDE for development in your production account, you should access SAP Web IDE on SAP Cloud Platform on the Neo environment.
When developing apps in the Cloud Foundry environment, you create a Multi-Target Application (MTA) file in SAP Web IDE. Each SAP Fiori app is developed as an SAPUI5 module of the MTA.
In this tutorial, you will create an MTA with one SAPUI5 module as well as a launchpad module.