Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

OData - ETag Handling in Batch Processing

srikanthvadla
Explorer
0 Kudos
470

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/88f15067179140098ee6fc4...

https://help.sap.com/docs/SAP_NETWEAVER_750/68bf513362174d54b58cddec28794093/94a126519eff236ee100000...

#NW ABAP Gateway (OData)  #OData 

0 REPLIES 0