Hello Everyone,
I have a simple requirement.
I have an employee table with following 3 fields:
EmpId
EmpName
City
I am creating a an attribute view in hana with following data from the table.
| EmpId | EmpName | City |
|---|---|---|
| 100 | XYZ | X |
| 101 | ABC | Y |
I am aware of how odata service can be created to read the data and how it can be bound to UI5 application model.
Suppose I now want to add 3rd row to above attribute view created from table viz; empId-102, empName-MNP and city-Z
how can this be done using odata service built on Hana. Do we have to first create procedure. I don't want to create any procedure, just a simple insert from my UI5 application. I will design my applicaiton with 3 input fields which will pass these values to the ODATA service.
Kindly provide me with an example if possible of how ODATA service can be built to perform create and update on this table or an attribute view.
Regards,
Pooja Menon