cancel
Showing results for 
Search instead for 
Did you mean: 

Edit HANA table with SAPUI5

dusan_smelcer
Explorer
0 Kudos

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.

Accepted Solutions (0)

Answers (2)

Answers (2)

dusan_smelcer
Explorer
0 Kudos

Thank you Srikanth for suggestion.

One more question, is there any property of text that will enable text flow from bottom to up (rotate text for 90° as show in picture e.g. for Measure 1)?

former_member365727
Active Contributor
0 Kudos

I don't think there is any control like that in UI5, but you can achieve this using HTML UI5 control

https://stackoverflow.com/questions/20072314/how-to-set-vertical-text-from-bottom-to-top-in-html

former_member365727
Active Contributor
0 Kudos

Use table with Input fields, then perform CRUD operations.