Insert rows into tables using OData POST -


what standard method insert data table, update table, delete rows in table using odata? front end sap ui5 , tables stored on hana system. have use post request , use odata.create ?

i have of exposed table through xsodata file , used method http request display records.

in knowledge, not yet supported insert, update, , delete operation. odata service read-only laid out here. can of course create workaround writing server-side javascript issues sql query request this example.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -