Skip to Content
0
Former Member
Jul 27, 2016 at 09:27 AM

Update Data Using ui5 in HanaDB

55 Views

Hello Everyone,

Iam creating one Application using ui5 FrontEnd on HCP now i want to update my HanaDB table using from frontend

i am able to create the data using ODATA service " omodel.create("/invoicedetail", newOdata4); " and it is working fine . but iam not able to update the data using "



omodel.update("/invoicedetail('2016030026642)", newOdata5); "

and " 2016030026642 " is the " where " condition . there i want to update the data

iam not able to update the data ,please help me

regards

Shardul Pandey