Clone an ERP model in Zero Copy Connector for ERP

  • Release version: Yokohama
  • Updated January 30, 2025
  • 2 minutes to read
  • Clone a standard ERP (Enterprise Resource Planning) model that ships with Zero Copy Connector for ERP. After you clone the model you can make modifications, for example, by adding new fields or tables.

    Before you begin

    An admin or a user with the sn_erp_integration.erp_admin role must enable the sn_erp_integration.enableModelModification property for you to edit, customize, and clone ERP models and tables. After enabling the sn_erp_integration.enableModelModification property, Zero Copy Connector for ERP retrieves all tables and BAPIs (Business Application Programming Interface) to use when managing models. The property must be configured for either a non-production or production state. System properties are maintained in the System Property table [sys_properties], which you can access using the module navigator, or directly typing sys_properties.list in the Navigator Filter.
    Note:
    You must enable the sn_erp_integration.enableModelModification property on the correct scope. Enabling the sn_erp_integration.enableModelModification on a production instance can create new metadata records when new models and fields are added in Zero Copy Connector for ERP.

    Role required: sn_erp_integration.erp_admin, sn_erp_integration.erp_user

    About this task

    Zero Copy Connector for ERP provides a standard set of ERP models, such as SAP Material Stock and SAP Purchase Document. You can also build new models. For a list of standard ERP models, which you must clone to modify, see Standard ERP models and extraction tables for Zero Copy Connector for ERP.

    Cloning ERP models to make customizations ensures that your changes don't break connections to other ServiceNow AI Platform applications.

    Procedure

    1. Navigate to All > Zero Copy Connector for ERP > Zero Copy Connector for ERP Home.
    2. Open the ERP models page by selecting the ERP models icon () in the side panel.
    3. Select the name of ERP model that you want to clone.
    4. Select Clone.
    5. In the Clone this model modal, enter the new ERP model name.

      Clone this model modal.

      Note:
      For your reference, the Target application field lists the scope in which the original model was created. The same scope is used for the clone.
    6. Select Clone this model.
      Zero Copy Connector for ERP clones the model and displays a success message.
    7. Open the ERP models page by selecting the ERP models icon ().
    8. Select the refresh list model icon .
    9. In the ERP model name column, select the cloned model you created.
    10. In ERP softwares, specify the systems that this model can be used with, for example, ECC 7.5 and SAP S/4HANA 2021.
    11. Optional: Change information about the ERP model on the Details tab, such as updating the name.
      Warning:
      Changing the ERP system connected to the ERP model affects the available remote tables and extraction tables. If you change the ERP system, you must confirm the change on a warning modal.
      For a description of the field values, see Zero Copy Connector for ERP clone model field descriptions.

    What to do next

    Next, manage the model to specify additional criteria, such as which tables it reads and joins, as well as defining read and update operations and input/output parameters. For more information, see Managing how models read and update the ERP system.