Establishing the Connection to SAP BTP

{"URL":["/*.*/awa/pa_view_pa_view_CONN_btp"],"heroDescriptionIdentifier":"ice_hero_CONN_SAPBTP","customCards":[{"id":"ice_specific_CONN_SAPBTP","title":"Defining the Connection Parameters","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_SAP_BTP/*.*/Agent%20Guide/Content/SAP_BTP/SAP_BTP_EstablishConnection.htm","languages":["en-us"]},{"id":"ice_Proxy_CONN_SAPBTP","title":"Defining the Proxy Parameters","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_SAP_BTP/*.*/Agent%20Guide/Content/SAP_BTP/SAP_BTP_EstablishConnection.htm","languages":["en-us"]},{"id":"ice_video_CONN_SAPBTP","title":"Watch the Video","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_SAP_BTP/*.*/Agent%20Guide/Content/SAP_BTP/SAP_BTP_Video.htm","languages":["en-us"]},{"id":"ice_related_information_CONN_SAPBTP","title":"Related Information","type":"customize","url":"https://docs.automic.com/documentation/webhelp/english/ALL/components/IG_SAP_BTP/*.*/Agent%20Guide/Content/SAP_BTP/SAP_BTP_EstablishConnection.htm","languages":["en-us"]}]}

A Connection object contains the parameters that make the communication between the Agent and the target system possible. These parameters (target system endpoint, login data and so on) are required to authenticate on and connect to the target cloud solution.

As an administrator user, you create the SAP BTP Connection objects that provide the log in data required to establish the connection to the SAP BTP system.

Tip:

To configure this Connection object you will need the authentication data (credentials, endpoints, and so forth) that enable the login to the target cloud solution. You can get this data from the team in your organization that is responsible for maintaining the target cloud solution.

If you use tokens for the authentication, make sure you create them first on you SAP BTP environment. For more information, please refer to the official SAP BTP documentation.

 

This page includes the following:

Adding a SAP BTP Connection Object

  1. In the Automic Web Interface, go to the Process Assembly perspective. It opens to the Explorer view which contains the list of jobs that are available to you in your system.

  2. You have two options:

    • Right-click anywhere on the list and select Add > Add Object.

    • Click the Add Object button on the toolbar.

  3. On the Add Object dialog, start typing the name of the relevant integration in the Search field.

  4. Select the corresponding Connection object and click Add. The Object Name dialog is displayed.

  5. Enter a descriptive Name.

  6. Optionally, enter a short and descriptive Title that helps you recognize the purpose of the object.

  7. Click OK. A new page opens where you can start with the object definitions.

SAP BTP Page

This page contains a Connection and a Proxy section.

(Click to expand)

Screenshot of the SAP BTP page of a SAP BTP Connection object

SAP BTP-Specific Connection Section

In this section, you define the parameters relevant for the connection to the SAP BTP system.

  • Endpoint

    The endpoint for SAP BTP.

  • Authentication Type

    The authentication type for the SAP BTP connection.

    • Basic Authentication (default)

      • Username

        The name of the communication user you have in the SAP Cloud tenant. The name of the user name with the privileges to access the SAP BTP environment.

      • Password

        The password for the communication user.

    • OAuth2

      Note:

      This authentication type requires you to enable UAA authentication as part of the prerequisites.

      • Authentication Endpoint

        URL of the token service against which the token retrieval is performed.

        Example

        http://demo.sapjam.com/api/v1/auth/token

      • Client ID

        The Client ID used to retrieve the access token.

      • Client Secret

        The client secret for the Client ID.

Proxy Section

If the SAP BTP system is behind a proxy server, you define the parameters relevant for the connection to that system in this section.

  • Proxy Host Name

    Host name or IP address of the proxy server to which you want to connect.

  • Proxy Port

    Port used by the proxy server.

  • Proxy Username

    User name used to authenticate the proxy server.

  • Proxy Password

    Password of the user used to authenticate the proxy server.

Common Definition Pages

In addition to the Agent-specific connection parameters, you can also specify optional properties. You do so on the following definition pages:

Once the Connection object is configured, developers and object designers can select it when defining the SAP BTP Scheduler Jobs.

See also: