SAP Gateway

Version 25.3.9414


SAP Gateway


CData Sync アプリケーションからSAP Gateway コネクタを使用して、SAP Gateway からデータを取得してサポートされている任意の同期先に移動できます。これを行うには、コネクタを追加し、コネクタへの認証を行い、接続を完了する必要があります。

SAP Gateway コネクタを追加

Sync でSAP Gateway のデータを使用できるようにするには、まず以下の手順でコネクタを追加する必要があります。

  1. Sync のダッシュボードから接続ページを開きます。

  2. 接続を追加をクリックしてコネクタを選択ページを開きます。

  3. データソースタブをクリックしてSAP Gateway 行に移動します。

  4. 行末にある接続を設定アイコンをクリックして、新しい接続ページを開きます。接続を設定アイコンが利用できない場合は、コネクタをダウンロードアイコンをクリックしてSAP Gateway コネクタをインストールします。新規コネクタのインストールについて詳しくは、接続を参照してください。

SAP Gateway への認証

コネクタを追加したら、必須プロパティを設定する必要があります。

  • Connection Name - Enter a connection name of your choice.

  • 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/.

CData Sync supports authenticating to SAP Gateway in several ways. Select your authentication method below to proceed to the relevant section that contains the authentication details.

OAuth

OAuth カスタムクレデンシャルで接続するには、次のプロパティを指定します。

  • Auth Scheme:OAuth を選択。

  • OAuth Client Id:OAuth 認証サーバーにアプリケーションを登録した際に割り当てられたクライアントId を入力。

  • OAuth Client Secret:OAuth 認証サーバーにアプリケーションを登録した際に割り当てられたクライアントシークレットを入力。

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

Basic

ユーザー資格情報で接続するには、次のプロパティを設定します。

  • Auth Scheme:Basic を選択。

  • User:SAP Gateway アカウントへの認証に使用するユーザー名を入力。

  • Password:SAP Gateway アカウントへの認証に使用するパスワードを入力。

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:

    • Namespace - Enter the service namespace from which you want to retrieve data.

      Note: You must specify the namespace if the service is not specified in the URL.

    • Service - Enter one or more services (separated by commas) from which you want to retrieve data.

      Note: 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 SAP Gatewaycatalog 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. 高度な設定タブで接続の高度な設定を定義します。(ただし、ほとんどの場合これらの設定は必要ありません。)

  3. OAuth or OAuthPKCE で認証する場合は、SAP Gateway への接続 をクリックしてSAP Gateway アカウントに接続します。

  4. 作成およびテストをクリックして接続を作成します。

詳細情報

CData Sync とSAP Gateway の連携について、詳しくはSAP Gateway Connector for CData Sync を参照してください。