Could you please help me I'm SAPUI5 novice.
My intention is to directly change HANA table (insert,update,delete) via SAPUI5.
I'll be reading data from HANA via oData. List of dimensions (number of rows) may vary based on logged user and should be read only. List of measures (number of columns) will be fixed and values should be editable:
There should be button which will save (insert/update/delete) data back to HANA table, primary key is compound from all 5 dimension.
To which object I should focus? Some table with input fields?
Any suggestion is appreciate.