Requirements for installing Zero Copy Connector for ERP

  • Release version: Zurich
  • Updated March 12, 2026
  • 3 minutes to read
  • Summarize
    Summarized using AI
    This content was generated using new OpenAI-powered functionality. Results are provided on an as is basis and are not guaranteed to be accurate or complete.

    Summary of Requirements for installing Zero Copy Connector for ERP

    Before installing the Zero Copy Connector for ERP, ServiceNow customers must complete key configurations on both their ERP systems and the ServiceNow AI Platform. This preparation ensures seamless integration and data exchange between ERP systems (such as SAP ECC or SAP S/4HANA) and ServiceNow.

    Show full answer Show less

    Key Requirements

    • Licensing: A valid license and entitlement for the Zero Copy Connector for ERP are required prior to installation.
    • ServiceNow AI Platform Plugins: The Integration Hub plugin and Financial Services Remote Tables plugin must be activated.
    • MID Server Configuration:
      • A MID Server must be configured and authorized to communicate with the ERP system unless using cloud solutions like S/4HANA Cloud or SuccessFactors.
      • In the MID Server configuration, add Zero Copy Connector for ERP to the Supported Applications and Capabilities tabs.
      • Assign the snerpintegration.erpmidserver role to the miduser user to enable data import operations.
    • SAP User Credentials and Authorizations: Use SAP service type user accounts with specific authorizations:
      • For development systems: Access to functions including RFCPING and BAPIMONITORGETLIST, and display rights on key SAP tables.
      • For production and test systems: Additional function modules such as BAPITRANSACTIONCOMMIT and rollback functions, with display rights on relevant tables.
    • SAP Proprietary Files: Obtain and upload required SAP JCo files (sapjco3.dll, libsapjco3.so, and sapjco3.jar) as MID Server JAR records depending on the MID Server OS (Windows or Linux).
    • SAP Configuration:
      • Configure the SAP Java Connector (JCo) prior to installation.
      • Add the DuckDB JDBC driver JAR file to the MID Server.
      • Ensure ERP systems meet minimum version requirements: SAP ECC with at least Netweaver 7.31 or any SAP S/4HANA version.

    Practical Implications

    Following these requirements ensures the Zero Copy Connector for ERP can securely and effectively connect your ServiceNow instance with your SAP ERP systems. Proper MID Server setup and SAP authorizations facilitate smooth data retrieval and integration, enabling enhanced ERP semantic mining capabilities without manual data copying.

    Before you install Zero Copy Connector for ERP, you must complete several configurations, on both the ERP (Enterprise Resource Planning) system and on the ServiceNow AI Platform.

    Licensing

    You must have a license and get entitlement to Zero Copy Connector for ERP for installation. For more information, see Licensing.

    ServiceNow AI Platform plugins

    The following plugins and servers are required for installing Zero Copy Connector for ERP:
    • Integration Hub plugin (for more information, see Request Integration Hub)
    • Financial Services Remote Tables plugin (for more information, see Activate the remote tables plugin)
    • MID Server: The MID Server must be configured to install Zero Copy Connector for ERP. See the following section for more information.

    MID Server requirements

    Communicating with the system of record through a MID Server requires a valid connection and credential alias.
    Note:
    The credentials you specify for the Zero Copy Connector for ERP connection must match the service user credentials in the system of record.

    Zero Copy Connector for ERP and ERP Semantic Mining currently support ECC (minimum SAP Netweaver 7.31) and SAP S/4HANA systems.

    Note:
    If you are going to use a cloud solution, such as S/4HANA Cloud or SuccessFactors, MID Server is not required.
    Navigate to All > MID Server > Servers, select a MID Server, and add the following:
    1. In the Supported applications tab, edit the list to include Zero Copy Connector for ERP.
    2. In the Capabilities tab, in addition to ALL, edit the list to include Zero Copy Connector for ERP.

      MID server record related lists with capabilities tab displayed showing Zero Copy Connector for ERP.

    For more information, see MID Server.
    Assign the mid_user user the sn_erp_integration.erp_mid_server role. The role enables the MID Server to use the ImportSet API to send data to the ServiceNow instance.
    1. Navigate to All > User Administration > Users
    2. Find and select the mid_user.
    3. Select the Roles tab.
    4. Select Edit.
    5. Find and assign the sn_erp_integration.erp_mid_server role.

    Required SAP authorizations in development system

    For the credentials, use an SAP service type user account in your system of record that requires the following SAP authorization objects:

    • S_RFC with Activity = 16 (Execute) for the following Function Modules:
      • RFCPING
      • BAPI_MONITOR_GETLIST
      • RFC_METADATA_GET
      • RFC_GET_FUNCTION_INTERFACE
      • RFC_READ_TABLE
      • DDIF_FIELDINFO_GET
    • S_TABU_NAM with Activity 03 (Display) for the following tables:
      • DD01L
      • DD02L
      • DD02T
      • DD03L
      • DD04L
      • DD04T
      • DD12L
      • DD17S
      • DD40L
    • S_DEVELOP with Activity 03 (Display)

    Required SAP authorizations in production and test system

    For the credentials, use an SAP service type user account in your system of record that requires the following SAP authorization objects:

    • S_RFC with Activity = 16 (Execute) for the following Function Modules:
      • RFCPING
      • BAPI_TRANSACTION_COMMIT
      • BAPI_TRANSACTION_ROLLBACK
      • RFC_METADATA_GET
      • RFC_GET_FUNCTION_INTERFACE
      • RFC_READ_TABLE
    • S_TABU_NAM with Activity 03 (Display) for the tables you have used in models.

    SAP proprietary files

    Contact the admin of your SAP ECC RFC account to obtain the following SAP proprietary JARs and other required files.
    • Create a record called "SAP Jco Dll" and attach sapjco3.dll. Use this file if your MID Server is installed on a Windows server.
    • Create a record called "SAP Jco so" and attach libsapjco3.so. Use this file if your MID Server is installed on a Linux server.
    • Create a record called "SAP Eco Jar" and attach sapjco3.jar. Use this file for both Windows and Linux.
    Note:
    Create the records at All > MID Server > JAR Files. For more information about creating JAR files and adding attachments, see Synchronize a JAR file to MID Servers.

    The MID Server restarts multiple times during this process.

    For details about these files, see SAP ECC RFC Spoke.

    SAP configuration

    You must configure the JCO connector before you install Zero Copy Connector for ERP. For more information, see Installing the SAP Java Connection (JCo) on the SAP Help Portal.

    You must add the DuckDB JDBC jar as a MID Server jar. For more information and to download, see DuckDB JDBC Driver 1.1.1 on the Maven website.

    Additionally, you need the following on your ERP system:
    • SAP ECC (minimum SAP Netweaver 7.31)
    • SAP S/4HANA (all versions supported)
    • SAP Java Connector