Create a service key for the ABAP system, which will later be needed to configure a destination from SAP Business Application Studio to the ABAP system.
The process for connecting to an ABAP service instance URL when creating a new ABAP Cloud project in ABAP development tools for Eclipse has changed. For more information, see ABAP Service Instance URL.
You can use service keys to generate credentials to communicate directly with a service instance. After you have configured the service keys for your service, local clients, apps in other spaces, or entities outside your deployment can access your service with these keys. For more information about service keys, see Creating Service Keys.
- As Cloud Foundry administration user, log on to the SAP BTP cockpit.
- Go to your Cloud Foundry subaccount for the ABAP environment.
- In the navigation area, choose Spaces.
- Choose the tile for the ABAP environment space.
- From the navigation area, choose Services > Instances.
- Choose the service instance for the ABAP system.
- In the Service Keys section of the details area, choose Create.
- Enter a service key name, for example,
ABAP Destination
, and save. - From the service key, copy the following for later reuse:
- The URL of the ABAP system from the
url
element - The client ID from the
clientid
element in theuaa
section - The content of the
clientsecret
element in theuaa
section - The URL from the
url
element in theuaa
section
- The URL of the ABAP system from the
Related Information