Hi guys,
Just wondering whats the best and most optimized way of doing a batch create in RAP for an unmanaged scenario?
As a background I'm thinking of creating a freestyle UI5 application with Odata services generated by the RAP model.
I haven't debug yet but In the ABAP implementation class, I suspect:
METHODS create FOR MODIFY IMPORTING it_entities FOR CREATE SampleEntity will probably trigger for each individual POST call.
Is there a way to batch pass an array of values in this method?
I tried passing an array in postman and it didn't work for POST.