Skip to content

Latest commit

 

History

History
169 lines (83 loc) · 2.24 KB

create-a-destination-da60b99.md

File metadata and controls

169 lines (83 loc) · 2.24 KB

Create a Destination

In the SAP BTP cockpit, you need to create a destination to enable the communication to the ABAP environment.

Procedure

  1. In the SAP BTP cockpit, navigate to your subaccount. See Navigate to Orgs and Spaces.

  2. Choose Connectivity > Destinations..

  3. Choose New Destination, and enter the following data:

    Field

    Value

    Name

    Enter the destination name. This name is also used in the SAP Web IDE as the destination name in the service task properties.

    Type

    Select HTTP.

    Description

    Enter a description.

    URL

    URL for the ABAP environment. The format is: https://*****.ondemand.com/.

    Set the destination URL to the authorization endpoint URL found in the service key that was created for the workflow capability when creating the communication arrangement. Access the communication arrangement and copy the root URL under Inbound Services > Service URL/Service Interface.

    Proxy Type

    Internet

    Authentication

    Select BasicAuthentication.

    User

    Set the user to the client ID as specified for the inbound communication.

    Password

    Set the password to the secret.

  4. Save your entries.