Skip to main content

Add the SAP Gateway Connector

Authenticate to SAP Gateway

After you add the connector, you need to set the required properties. URL: Enter the URL either for your environment (for example, https://sapes5.sapdevcenter.com/) or to the full URL of the service. For example, your environment URL might be simliar to https://sapes5.sapdevcenter.com, and the full URL to your service might be similar to https://sapes5.sapdevcenter.com/sap/opu/odata/IWBEP/GWSAMPLE_BASIC/. supports authenticating to in several ways. Select your authentication method below to proceed to the relevant section that contains the authentication details.

OAuth

  • Scope: Enter space-separated values for the permission scopes. These scopes are required when you authenticate via an OAuth2.0 flow.

Basic

Token

To connect with an access token, specify the following properties:
  • Auth Scheme: Select Token.
  • API Key: Enter the API key of the application that you created.

OAuth PKCE

To connect with the OAuth PKCE extension, specify the following properties:
  • Auth Scheme: Select OAuthPKCE.
  • OAuth Client Id: Enter the client Id that you were assigned when you registered your application with an OAuth authorization server.

SAP BTP Destination Service

To connect via the SAP BTP Destination Service, select SAPBTP for Auth Scheme. No additional properties are required.

Complete Your Connection

To complete your connection:
  1. Specify the following properties:
    • (Optional) Namespace: Enter the service namespace from which you want to retrieve data.
      You must specify the namespace if the service is not specified in the URL.
    • (Optional) Service: Enter one or more services (separated by commas) from which you want to retrieve data.
      If the service or services is set in the URL, this property is ignored. If the services are not set either in the URL or via this property, the catalog service is used to discover all the available services.
    • Custom Url Params: Enter any additional required properties that you need to include with the HTTP request (for example, sap-client=001&sap-language=EN).
  2. Define advanced connection settings on the Advanced tab. (In most cases, though, you should not need these settings.)
  3. Connect to to connect to your account.
  4. Click Create & Test to create your connection.

More Information