I have given order no as input lv_orderno and based on it got a collection which has an table with 10 rows in which i have made some changes in couple of rows .Now I have the changed rows in selected data object.Now how do i pass the input order no and the changed rows to back end SAP for updating the records?
I checked several articles i am confused.
- How to push data from sapui5 front end i could not find any proper code snippet of the odata update call
.(correct me if i am wrong we cant pass the table to change_entity method right? it accepts only structure).
- which method in gateway server the update functionality has to be handled in case of table?