hana - How to bind xsodata in sapui5 table? -


i trying bind xsodata in sapui5, don't know how instantiate xsodata model in . also, possible perform create , update operation of xsodata in sap hana database sapui5.

you can instantiate odatamodel like:

var omodel = new sap.ui.model.odata.odatamodel("/yourendpoint.xsodata", true); 

Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -