Skip to content

Latest commit

 

History

History
298 lines (147 loc) · 4.25 KB

creating-a-destination-to-the-abap-system-for-sap-business-application-studio-e597948.md

File metadata and controls

298 lines (147 loc) · 4.25 KB

Creating a Destination to the ABAP System for SAP Business Application Studio

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.

  1. Log on to the SAP BTP cockpit as administrator.

  2. From your global account, navigate to your Cloud Foundry subaccount.

  3. In the navigation area, choose Destinations.

  4. Choose New Destination.

  5. 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 the uaa 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 the uaa 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 the uaa section of the service key (see Creating a Service Key for the ABAP System).

  6. 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

  7. Make sure that the Use default JDK truststore checkbox is checked.

  8. Choose Save.

Related Information

Creating a Destination for Cross-Subaccount Communication