Add an operation to a model in Zero Copy Connector for ERP
Add an operation to an ERP model in Zero Copy Connector for ERP to define how the model retrieves data, writes data, or creates a new instance of the business object.
Antes de Iniciar
Role required: sn_erp_integration.erp_admin
Por Que e Quando Desempenhar Esta Tarefa
- Read operations retrieve ERP data by reading a table or using a BAPI, RFC, or OData.
- Update operations use a BAPI, RFC, OData, or IDoc to write updates to the ERP system.
- Create operations use a BAPI, RFC, OData, or IDoc to create an instance of the business object in the SAP system.
Nota:
For update operations where ETag is required and OData services are used, the ETag is fetched by default and sent with the update call. Ensure that you do not make overriding changes.
Procedimento
Resultado
The foundation of the operation is created.
O que Fazer Depois
Next, you must add the read or update entity to the operation. For more information, see Add an entity to a model.
You can select the delete icon () on the operation's card to remove any operations you don't need, or to start over.