Learn how to set up a destination in the same Cloud Foundry subaccount in which you have subscribed to SAP Business Application Studio to establish communication between the ABAP environment and SAP Business Application Studio.
-
Log on to the SAP BTP cockpit as administrator.
-
From your global account, navigate to your Cloud Foundry subaccount.
-
In the navigation area, choose Destinations.
-
Choose New Destination.
-
Enter the following data:
Field
User Input
Name
Enter a name for the destination, for example, SAP_Business_Application_Studio.
Type
HTTP
Description
URL
Enter the URL of the ABAP system that you copied from the
<url>
element in the service key (see Creating a Service Key for the ABAP System).Proxy Type
Internet
Authentication
OAuth2UserTokenExchange
Client ID
Enter the content of the
<clientID>
element that you copied from theuaa
section of the service key (see Creating a Service Key for the ABAP System).Client Secret
Enter the content of the
<clientsecret>
element that you copied from theuaa
section of the service key (see Creating a Service Key for the ABAP System).Token Service URL Type
Choose Dedicated.
Token Service URL
Enter
<uaa-url>/oauth/token
, where<uaa-url>
is the content of the<url>
element that you copied from theuaa
section of the service key (see Creating a Service Key for the ABAP System). -
Choose New Property and add the following properties:
Property
Value
HTML5.DynamicDestination
true
HTML5.Timeout
60000
WebIDEEnabled
true
WebIDEUsage
odata_abap,dev_abap,abap_cloud
-
Make sure that the Use default JDK truststore checkbox is checked.
-
Choose Save.
Related Information