OData – ETag Handling in Batch Processing

In OData implementation for batch processing, a changeset might contain multiple CUD (CREATE/UPDATE/DELETE) operations. This can be problematic in combination with eTags because one operation can change data that is about to be processed by consecutive operations. In this case, eTags of these operations might not be valid anymore. You have to redefine the changeset methods and enable defer mode. When using defer mode the automatic eTag check will be done for all operations before any operations have been processed.

Please refer to the below SAP documents for more details on ETag handling in batch processing. 

Reference  https://help.sap.com/docs/SAP_NETWEAVER_750/68bf513362174d54b58cddec28794093/88f15067179140098ee6fc4354f7860d.html?version=7.5.16

https://help.sap.com/docs/SAP_NETWEAVER_750/68bf513362174d54b58cddec28794093/94a126519eff236ee10000000a445394.html?version=7.5.16

#NW ABAP Gateway (OData)  #OData 

Scroll to Top