Add Cloud Foundry App to Portal Site
You will learn
- How to configure destinations
- How to run launchpad service
- How to create launchpad service
- How to assign role collection
- How to run launchpad site
-
Login to SAP BTP cockpit and enter your account.
-
Select your subaccount, select Destinations and click New Destination to create a new destination with following entries:
Additional Properties:
Click Save.
In your subaccount select Service Marketplace and search for Launchpad Service, select it and click Create.
Select Launchpad Service as service and standard as plan.
Click Create.
Navigate in your subaccount to Users and select your own user.
Select Assign Role Collection
Assign Launchpad_Admin
, Launchpad_Advanced_Theming
and Launchpad_External_User
to your user.
Select Instances and Subscriptions and open your launchpad service.
Click Create Site.
Create a new site:
Click Create.
Select the cube on the left side and select New > App.
Enter your properties:
- Title: Travel App XXX
- ID: ID from
manifest.json
(project ztravel_app_xxx
in VS Code) - System:
<your_destination>
from SAP BTP cockpit - App UI Technology: SAPUI5
- SAPUI5 Component Name: semantic object from
manifest.json
(project ztravel_app_xxx
in VS Code).
Manifest.json
file:
Search for id
:
Search for semantic object
:
Select NAVIGATION and enter your semantic object and action:
- Semantic Object:
ztravel_app_xxx
- Action: display
Click Save.
Select the cube on the left side and select New > Catalog.
Enter your general data:
Click on the search field, select Travel App XXX as an app, click Save and return.
Select the cube on the left side and select New > Group.
Enter your general data:
Click on the search field, select Travel App XXX as an app, click Save and return.
Select the cube on the left side and select New > Role.
Enter your general data:
Click on the search field, select Travel App XXX as an app, click Save and return.
Switch to SAP BTP cockpit. Navigate to your subaccount, select Users and select your own user.
Select Assign Role Collection
Search Travel_App_XXX
, select it and click Assign Role Collection.
Switch to Site Manager, select the settings of your launchpad site.
Click Edit.
Search Travel_App_XXX
, select it and click Save.
Open your launchpad site.
Check your result.
Where can you create a portal site?