This task describes how to add an update operation to a model in the Zero Copy Connector for ERP and configure entity mappings.
Vorbereitungen
Role required: admin
Before you begin, ensure you have:
- Valid login credentials for ServiceNow
- Access to the Zero Copy Connector for ERP application
- User admin role permissions
Warum und wann dieser Vorgang ausgeführt wird
Model operations define how data flows between ServiceNow and SAP systems. This procedure adds an update operation with BAPI entity mapping to an existing model.
Prozedur
-
Log in to ServiceNow
-
Navigate to the ServiceNow instance URL.
-
Enter your username in the User name field.
-
Enter your password in the Password field.
-
Click Log in.
-
Access the Zero Copy Connector for ERP
-
Click the Favorites menu item.
-
Click the Zero Copy Connector for ERP Home link.
This opens the connector in a new window.
-
Open the target model
-
Click the Models tab.
-
Click the model name (for example, Suz Test Mapping).
-
Add a new model operation
-
Click Manage model.
-
Click Add model operation.
-
In the Select operation dropdown, select Update.
-
Configure user roles
-
Click the Select user roles dropdown.
-
Type admin to filter the list.
-
Select user_admin from the list.
-
Click Save.
-
Add an entity to the operation
-
In the update operations section, click Select entity.
-
In the Enter table name, BAPI, RFC, or Function Module field, type bapi.
-
Select BAPI_BANKDETAILGETDETAILEDLIST from the filtered results.
-
Click Add entity.
-
Explore additional entity types
You can add OData or IDoc entities by selecting the appropriate type from the Select type dropdown and searching for the entity name.
-
To add an OData entity, select OData from the type dropdown and search for the entity.
-
To add an IDoc entity, select IDoc from the type dropdown and search for the entity.
-
Complete or cancel the configuration
- Click Save to save the model operation configuration.
- Click Cancel to discard changes and exit.
Ergebnisse
The update operation is added to the model and is available for use with the configured user roles and entity mappings.
Nächste Maßnahme
After adding the model operation, you may need to test the configuration to ensure data flows correctly between ServiceNow and the SAP system.