A destination called ASP_CC needs to be created for ABAP Solution Service to be able to access the Cloud Foundry Cloud Controller API for creation and access to ABAP service instances.
-
You've created a user in SAP ID service.
-
The user has been added as a Cloud Foundry org member in the provider subaccount where the Cloud Foundy environment is enabled.
-
The User has been added with the role of a Space Developer, in the space where the multitenant application (MTA) is deployed.
Please note that you should never set personal credentials (e.g. for your account) in the User and Password fields. Always use a technical user instead.
-
In the provider subaccount navigate to Connectivity -> Destinations
-
Create a new destination as follows:
Property
Value
Name
ASP_CC
Type
HTTP
Description
Access the Cloud Foundry Cloud Controller API
URL
< API Endpoint domain of Cloud Foundry landscape>
You can find it under your subaccount > Overview.
Proxy Type
Internet
Authentication
OAuth2Password
User
<User ID/E-mail>
Password
<Password>
Client ID
cf
Client Secret
<needs to be left blank>
Token Service URL
https:// uaa.<landscape-host>/oauth/token
For more information on landscapes/regions, see Regions and API Endpoints for the ABAP Environment.
Instead of creating the ASP_CC destination manually, you can also save the following as a text file instead and then import the destination as a template:
Type=HTTP clientId=cf Authentication=OAuth2Password Name=ASP_CC tokenServiceURL=https\://uaa.cf.eu10.hana.ondemand.com/oauth/token ProxyType=Internet URL=https\://api.cf.<e.g.eu10>.hana.ondemand.com