Create a Destination in the SAP BTP cockpit
You will learn
- 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
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.