cancel
Showing results for 
Search instead for 
Did you mean: 

How to send table data to Odata

Former Member
0 Kudos

Hi,

Is there any specific procedure to send the table data to Odata at a time?

Regards,

Koti Reddy

Accepted Solutions (1)

Accepted Solutions (1)

SergioG_TX
Active Contributor
0 Kudos

I don't know if the question is clear enough...

are you asking if there is an order in which the columns need to be passed? The order shouldn't matter.

you can read the table data as : yourTable.getModel().odata

then you can use that data  as desired

Former Member
0 Kudos

Thank you for reply.

I already had idea to read table data but I want to send / pass table data to backend Odata after submitting changes in table.

Is there any specific process or syntax to follow to send table data to Odata backend.

Regards,

Koti Reddy

ChandraMahajan
Active Contributor
0 Kudos

I guess you want to perform batch operation i.e. want to pass multiple records. if the assumption is correct then you can refer

Check methods JsDoc Report - SAP UI development Toolkit for HTML5 - API Reference - sap.ui.model.odata.ODataModel and JsDoc Report - SAP UI development Toolkit for HTML5 - API Reference - sap.ui.model.odata.ODataModel

Regards,

Chandra

Answers (0)