cancel
Showing results for 
Search instead for 
Did you mean: 

multiple records update in HANA XSOdata

maheshgonda
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi ,

i am new to HANA , want to know how to update multiple records using Batch ? for batch should i have to create xsjs service for handling requests?

not getting clear idea , using batch we can directly do multiple records update when only xsodata service is defined or should i have to create xsjs service for handling batch requests?

currently i have only XSOData service is defined and no xsjs service is created.

XSODATA definition :

"CarManagement.data::ManageCar.MasterData.CarMaster" as "CarMaster";

Accepted Solutions (0)

Answers (1)

Answers (1)

xiaoqing_chen
Discoverer
0 Kudos

I want to know if this issue solved now?I have the same requirement, and I want to post/put an json array to xsodata service. But I am not sure if the xsodata service support this? If yes, how to test it via postman. If not, is there any other way to solve it?