Add SAP BTP ABAP environment 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 Trial cockpit and click Enter Your Trial Account.
-
Select your subaccount trial.
-
Select Destinations and click New Destination.
-
Create a new destination with following entries:
- Name:
Destination_XXX
- Type: HTTP
- URL:
- Proxy Type: Internet
- Authentication:
NoAuthentication
Additional Properties:
sap-client
: 100sap-platform
: ABAP
Click Save.
In your trial 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 trial 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 SAP Business Application Studio) - System:
<your_destination>
from SAP BTP trial cockpit - App UI Technology: SAPUI5
- SAPUI5 Component Name: semantic object from
manifest.json
(project ztravel_app_xxx
in SAP Business Application Studio).
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 trial cockpit. Navigate to your trial 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?