Create a Destination in the SAP BTP Cockpit
- How to configure a basic destination
- What some of the additional properties are for
- How to specify the SAP Business Application Studio usage parameter for a generic OData service
Prerequisites
- You have one of the following:
- SAP BTP free tier or free trial account: You have Set Up a BTP Account for Tutorials.
- SAP BTP enterprise account: You have a subaccount for which you want to manage entitlements. If you need help setting up your subaccount, have a look at Managing Subaccounts Using the Cockpit.
Destinations are key building blocks in SAP BTP, and are used to define connections for outbound communication from your application to remote systems. These remote systems can be on-premises or in the cloud.
A destination has a name, a URL, authentication details, and some other configuration details.
The destination you will define here is for the set of OData services known as the “Northwind” services, which are publicly available and hosted by OASIS at https://services.odata.org.
The Northwind OData services comes in several versions. The tutorials currently use either V2 (https://services.odata.org/V2/Northwind/Northwind.svc/) or V4 (https://services.odata.org/V4/Northwind/Northwind.svc/). To support both versions, and other versions that may be added later, you will create a generic connection to the Northwind service. The exact path - and exact version - will be configured in later tutorials.