Hi All,
I am working in a scenario where I need to do batch processing in HANA tables using Odata services . (Note: not using UI5)
I have got the below link for batch insert, however being new to Odata and XSJS stuff, had few questions on the same.
OData Batch Requests - SAP HANA Developer Guide for SAP HANA Studio - SAP Library
Whats the request header and the request body. Where I put the code in the example given. In services?
What is “multipart/mixed” and a boundary ID boundary=batch_#?. Need to add this in services?
Can anyone me help on this and if possible with a example.