See the supported connectors for Application Integration.

SAP ERP trigger

The SAP ERP trigger is a Connector Event trigger SAP ERP connector lets you perform insert, delete, update, and read operations on SAP ERP data.

Before you begin

  • If you plan to create or configure a new connection for the SAP ERP trigger, make sure that you have the following IAM role on the project:
    • Connectors Admin (roles/connectors.admin)
    • For information about granting roles, see Manage access.

  • Grant the following IAM roles to the service account that you want to use for the SAP ERP trigger:
    • Application Integration Invoker (roles/integrations.integrationInvoker)
    • For information about granting roles to a service account, see Manage access to service accounts.

  • Add the SAP ERP trigger

    To add a SAP ERP trigger to your integration, perform the following steps:

    1. In the Google Cloud console, go to the Application Integration page.

      Go to Application Integration

    2. In the navigation menu, click Integrations

      The Integrations List page appears listing all the integrations available in the Google Cloud project.

    3. Select an existing integration or click Create integration to create a new one.

      If you are creating a new integration:

      1. Enter a name and description in the Create Integration pane.
      2. Select a region for the integration.
      3. Select a service account for the integration. You can change or update the service account details of an integration any time from the Integration summary pane in the integration toolbar.
      4. Click Create.

      This opens the integration in the integration editor.

    4. In the integration editor navigation bar, click Triggers to view the list of available triggers.
    5. Click and place the SAP ERP trigger element in the integration editor.
    6. To configure the SAP ERP trigger, you can either use an existing SAP ERP connection available in Integration Connectors, or create a new SAP ERP connection using the inline connection creation option.

    Configure SAP ERP trigger using an existing connection

    The SAP ERP trigger is an Connector Event trigger, therefore you can only use a SAP ERP connection with event subscription enabled to configure the trigger.

    For information about how to configure a SAP ERP trigger using a new SAP ERP connection, see Configure SAP ERP trigger using a new connection

    To configure a SAP ERP trigger using an existing SAP ERP connection, perform the following steps:

    1. Click the SAP ERP trigger element in the integration editor to open the trigger configuration pane.
    2. Click Configure trigger.
    3. Provide the following configuration details in the Connector Event Trigger Editor page:
      1. Region: Select the region of your SAP ERP connection.
      2. Connection: Select the SAP ERP connection that you want to use.

        Application Integration only displays those SAP ERP connections that are active and have an event subscription enabled.

      3. Enter the event type field name. This field identifies the type of event associated with the incoming event request.
        {
            "event_type": "user.created",
            ...
            // other request fields
            ...
            }
      4. Service Account: Select a service account with the required IAM roles for the SAP ERP trigger.
    4. Click Done to complete the trigger configuration and close the page.

    Configure SAP ERP trigger using a new connection

    1. Click the SAP ERP trigger element in the integration editor to open the trigger configuration pane.
    2. Click Configure trigger.
    3. Skip the Region field.
    4. Click Connection and select the Create Connection option from the drop-down menu.
    5. In the Connection Details section, complete the following:
      1. Connector: Select SAP ERP from the drop down list of available Connectors.
      2. Connector version: Select the Connector version from the drop down list of available versions.
      3. In the Connection Name field, enter a name for the Connection instance.

        Connection names must meet the following criteria:

        • Connection names can use letters, numbers, or hyphens.
        • Letters must be lower-case.
        • Connection names must begin with a letter and end with a letter or number.
        • Connection names cannot exceed 63 characters.
      4. Optionally, enter a Description for the connection.
      5. Optionally, enable Cloud logging.
      6. Service Account: Select a service account that has the required roles.
      7. To use the connection for event subscriptions, select Enable event subscription. Selecting this, displays the following options:
        • Enable event subscription with entity and actions: Select this option to use the connection for both event subscription and connector operations (entities and actions).
        • Enable only event subscription: Select this option to use the connection only for event subscription. If you select this option, click Next, and then configure event subscription.
      8. Client: The client authenticating to the SAP system.
      9. System Id: The System Id or R3Name of the SAP System is a string with a maximum of three characters. It is often used in load balancing connections.
      10. System Number: The number by which the target system is defined. Used when setting the Host connection property.
      11. Project ID: The ID of the Google Cloud project where the GCS bucket containing the SAP JCo jar resides.
      12. Bucket: The name of the bucket containing sapjco3.jar and libsapjco3.so files.
      13. Jaco jar object ID: Object ID of the JCo jar.
      14. libsapjco3 object ID: Object ID of the libsapjco3 jar.
      15. Table mode: Select the SAP table to be displayed as a view.
      16. SNC_LIB object ID: Object ID of the SNC library.
      17. PSE name: Name of the Personal Security Environment (PSE) file that is applicable for the bucket. A PSE file stores the public and private key pair as well as X.509 certificates in a ASN.1 structure.
      18. Group: The group name for logon. This is normally specified when your SAP system uses load balancers.
      19. Message server: Name of the message server to be used when connecting to the SAP system that uses load balancers.
      20. Read table function: Name of the function to be used for reading tables. For more information, see Use a custom read table function.
      21. Connection scheme: Select a connection scheme to be used for connecting to your SAP system.
      22. System ID: The system ID or the R3Name of the SAP system. You can enter a maximum of 3 characters.
      23. SNC passcode: Select the Secret Manager secret of the SNC library passcode.
      24. Secret version: Select the secret version.
      25. SNC mode: Select this option to enable SNC for authentication between Application Integration and your SAP system.
      26. SNC name: Enter a name for SNC connection.
      27. SNC qop: Select a protection level. The following are the supported levels:
        • 1 - Apply authentication only.
        • 2 - Apply integrity protection. This also includes authentication protection.
        • 3 - Apply privacy protection. This also includes integrity and authentication protection.
        • 8 - Apply the default protection.
        • 9 - Apply the maximum protection.
      28. SNC partner name: Enter the application server's SNC name.
      29. Query mode: Select which SAP tables should be displayed as views.
      30. Browsable views: Enter a comma separated list of views to be displayed. For example, ViewA,ViewB,ViewC.
      31. Verbosity level: Enter the verbosity level for logging. The supported values are from 1 to 5. A higher value means that more details will be available in the logs.
      32. Optionally, configure the Connection node settings:

        • Minimum number of nodes: Enter the minimum number of connection nodes.
        • Maximum number of nodes: Enter the maximum number of connection nodes.

        A node is a unit (or replica) of a connection that processes transactions. More nodes are required to process more transactions for a connection and conversely, fewer nodes are required to process fewer transactions. To understand how the nodes affect your connector pricing, see Pricing for connection nodes. If you don't enter any values, by default the minimum nodes are set to 2 (for better availability) and the maximum nodes are set to 50.

      33. Optionally, click + ADD LABEL to add a label to the Connection in the form of a key/value pair.
      34. Click Next.
    6. In the Destinations section, enter details of the remote host (backend system) you want to connect to.
      1. Destination Type: Select a Destination Type.
        • Select Host address from the list to specify the hostname or IP address of the destination.
        • If you want to establish a private connection to your backend systems, select Endpoint attachment from the list, and then select the required endpoint attachment from the Endpoint Attachment list.

        If you want to establish a public connection to your backend systems with additional security, you can consider configuring static outbound IP addresses for your connections, and then configure your firewall rules to allowlist only the specific static IP addresses.

        To enter additional destinations, click +Add destination.

      2. Click Next.
    7. In the Authentication section, enter the authentication details.
      1. Select an Authentication type and enter the relevant details.

        The following authentication types are supported by the SAP ERP connection:

        • Username and password
      2. To understand how to configure these authentication types, see Configure authentication.

      3. Click Next.
    8. If you have enabled the event subscription, the Event Subscription Details section appears on the connection creation page. To understand how to configure event subscription details, see Configure event subscription.
    9. Review: Review your connection and authentication details.
    10. Click Create.

    Configure authentication

    Enter the details based on the authentication you want to use.

    • Username and password
      • Username: Username for connector
      • Password: Secret Manager Secret containing the password associated with the connector.

    Configure for event subscription

    If you have enabled the event subscription, enter the following values in the Event Subscription Details section:

    1. Select any one of the following authentication types for the event listener.
    2. Enter the event type field name. This field identifies the type of event associated with the incoming event request.
      {
      "event_type": "user.created",
      ...
      // other request fields
      ...
      }
    3. Select Enable private connectivity for secured connectivity between your backend application and your connection. If you select this option, you must perform additional configuration steps after creating the connection. For more information, see Private connectivity for event subscription.
    4. Enter the dead-letter configuration. If you configure dead-letter, the connection writes the unprocessed events to the specified Pub/Sub topic. Enter the following details:
      1. Dead-letter project ID: The Google Cloud project ID where you have configured the dead-letter Pub/Sub topic.
      2. Dead-letter topic: The Pub/Sub topic where you want to write the details of the unprocessed event.

    Use a custom read table function

    RFC_READ_TABLE

    The connector uses the SAP RFC_READ_TABLE function to get data from SAP tables.

    However, it has certain limitations. As an example, consider the DATA_BUFFER_EXCEEDED exception. The SAP RFC_READ_TABLE has a fixed size of 512 bytes. It can buffer for each row of data, and thus you cannot select more columns than the amount that would fit in this buffer. If you select more than 512 bytes, an exception occurs indicating that you have exceeded the maximum buffer size allowed per row and need to select fewer columns.

    RFC_READ_TABLE2

    The SAP ERP connector supports the RFC_READ_TABLE2 table read function. You can switch the active table read function to RFC_READ_TABLE2 by setting ReadTableFunction to /SAPDS/RFC_READ_TABLE2.

    Custom read table functions

    The connector includes a custom read-table RFC, Z_CUSTOM_READ_TABLE that is similar to the SAP RFC_READ_TABLE, but with a larger buffer to address the DATA_BUFFER_EXCEEDED problem and bypass RFC_READ_TABLE limitations.

    To use the included custom read-table RFC to bypass limitations with the default RFC_READ_TABLE, follow these steps:

    1. Use the RFC_READ_TABLE function as a template for the new function. Select transaction code SE37 and the SDTX function group and copy RFC_READ_TABLE to a new function group or your working function group. In this example, RFC_READ_TABLE is copied to Z_CUSTOM_READ_TABLE.
    2. On the Attributes tab of the SAP screen, select Remote Enabled Module.
    3. On the Tables tab, set the DATA parameter to CHAR8000. Right-click on the screen and then click Display -> Change.
    4. On the Source Code tab, paste the example source code for the replacement RFC_READ_TABLE function module located in the db subfolder of the installation directory. The code is located in Z_CUSTOM_READ_TABLE.txt, though Z_CUSTOM_READ_TABLE_752.txt is preferred if your SAP ERP instance is running ABAP version 7.52 or later.
    5. Click Save.
    6. Define the imports, tables, and exceptions as documented in the provided custom read table.
    7. Activate the function module and in your connection string set ReadTableFunction to Z_CUSTOM_READ_TABLE, or the name of your function module.

    The ABAP 7.52 Custom Read Table

    Along with Z_CUSTOM_READ_TABLE.txt, there is also a Z_CUSTOM_READ_TABLE_752.txt file, for ABAP version 7.52 and above. It is similar to Z_CUSTOM_READ_TABLE, but it takes advantage of the newly available keywords in ABAP 7.52 to perform paging within the database instead of in the ABAP script itself. This makes paging efficient when working with large tables.

    It is recommended to use the Z_CUSTOM_READ_TABLE_752 RFC.

    Configure authentication in SAP

    Configure the authentication in SAP by following the instructions in the Authentication overview for the on-premises or any cloud edition of ABAP SDK for Google Cloud guide.

    Validate the trigger

    To validate the trigger, you can create an ABAP program. The following is a sample ABAP program that you can use as a reference. The ls_event_payload field changes based on your requirements:

    *&---------------------------------------------------------------------*
    *& Report ZR_TEST_INT_CONNECTOR
    *&---------------------------------------------------------------------*
    *&
    *&---------------------------------------------------------------------*
    REPORT zr_test_int_connector.
    PARAMETERS: p_auth TYPE char1 RADIOBUTTON GROUP rbg1 USER-COMMAND uc DEFAULT 'X',
     p_apik TYPE char1 RADIOBUTTON GROUP rbg1.
    DATA:
     lv_p_projects_id TYPE string,
     lv_p_locations_id TYPE string,
     lv_p_connections_id TYPE string,
     ls_input TYPE /goog/cl_connectors_v1=>ty_103.
    TYPES: BEGIN OF event_payload,
     event_type TYPE string,
     event_id TYPE string,
     name TYPE string,
     org_id TYPE string,
     END OF event_payload.
    DATA: ls_event_payload TYPE event_payload.
    ls_event_payload = VALUE #(
     event_type = 'create-entity'
     event_id = '1'
     name = 'demo-org'
     org_id = 'SAP'
     ).
    TRY.
     IF p_Auth = abap_true.
     DATA(lv_client_key) = 'IC_DEMO_GOOGLE_AUTH'.
     lv_p_connections_id = 'conn-event-triggers-from-sap-erp'.
     ELSE.
     lv_client_key = 'IC_DEMO_GOOGLE_APIK'.
     lv_p_connections_id = 'conn-event-triggers-from-sap-erp-apik'.
     ENDIF.
    * Open HTTP Connection
     DATA(lo_client) = NEW /goog/cl_connectors_v1( iv_key_name = CONV #( lv_client_key ) ).
    * Populate relevant parameters
     lv_p_projects_id = lo_client->gv_project_id.
     lv_p_locations_id = 'us-central1'.
     GET REFERENCE OF ls_event_payload INTO ls_input-payload .
    * Call API method: connectors.projects.locations.connections.listenEvent
     CALL METHOD lo_client->listen_event_connections
     EXPORTING
    
    
    iv_p_projects_id = lv_p_projects_id
     iv_p_locations_id = lv_p_locations_id
     iv_p_connections_id = lv_p_connections_id
     is_input = ls_input
     IMPORTING
    * es_raw =
     es_output = DATA(ls_output)
     ev_ret_code = DATA(lv_ret_code)
     ev_err_text = DATA(lv_err_text)
     es_err_resp = DATA(ls_err_resp).
     IF lo_client->is_success( lv_ret_code ).
     MESSAGE 'Success' TYPE 'S'.
     ELSE.
     MESSAGE lv_err_text TYPE 'E'.
     ENDIF.
    * Close HTTP Connection
     lo_client->close( ).
     CATCH /goog/cx_sdk INTO DATA(lo_exception).
     MESSAGE lo_exception->get_text( ) TYPE 'E'.
    ENDTRY.