Skip to Content

SAP connector for Jitterbit Integration Studio

Summary

The SAP connector establishes access to either SAP ECC version 6 and above or SAP S/4HANA single-tenant.

The SAP connector provides an interface for creating an SAP connection, the foundation used for generating instances of SAP activities. These activities, once configured, interact with SAP through the connection.

The SAP connector is accessed from the design component palette's Project endpoints and connectors tab (see Design component palette).

Connector overview

This connector is used to first configure an SAP connection. Activity types associated with that connection are then used to create instances of activities that are intended to be used as sources (to provide data in an operation) or targets (to consume data in an operation).

Together, a specific SAP connection and its activities are referred to as an SAP endpoint:

SAP activity types

Note

This connector is a Connector SDK-based connector, which may be referred to by Jitterbit when communicating changes made to connectors built with the Connector SDK.

Prerequisites and supported API versions

Prerequisites for using the connector are described in SAP connector prerequisites.

For information on BAPI, RFC, and IDoc schema fields, refer to the SAP Help Portal or engage with your SAP administrator or SAP consultant.

Known issues

When configuring any SAP activity, you should be aware of this current known issue:

  • Deployment of invalid SAP operations is allowed

    • Summary: Operations that contain more than one SAP activity, or that contain an SAP activity and a NetSuite, Salesforce, Salesforce Service Cloud, ServiceMax, or SOAP activity, appear to be valid and are able to be deployed without error.

    • Additional Information: The operation will fail at runtime.

    • Workaround: Follow a valid operation pattern and don't use more than one SAP, NetSuite, Salesforce, Salesforce Service Cloud, ServiceMax, or SOAP activity in the same operation.

Troubleshooting

If you experience issues with the SAP connector, these troubleshooting steps are recommended:

  1. Click the Test button in the connection configuration to ensure the connection is successful and to ensure the latest version of the connector is downloaded to the agent (unless using the Disable Auto Connector Update organization policy).

  2. Check the operation logs for any information written during execution of the operation.

  3. Enable operation debug logging (for cloud agents or for private agents) to generate additional log files and data.

  4. If using private agents, you can check the agent logs for more information.

  5. Enable connector verbose logging for this connector using this specific configuration entry of logger name and level:

    <logger name="org.jitterbit.connector.sap" level="DEBUG"/>

  6. For additional troubleshooting considerations, see Operation troubleshooting.

  7. RFC activity: If you receive the error JCoException occurred No RFC authorization for function module BAPI_TRANSACTION_COMMIT when executing a custom RFC activity, follow these steps:

    1. Ensure the RFC function module BAPI_TRANSACTION_COMMIT is remote-enabled.
    2. In a request transformation preceding the activity, set the field BAPI_COMMIT to true.
    3. Check that the SAP user used in the SAP connection has the S_RFC authorization permission for all related function groups.