Hello community,
I am working on the SAP UI WebIDE (River RDE) and created my HTML5 application. Furthermore I created a table on the HANA Workbench, filled it with data and created my oData Service, accessible over the url: https://******.hana.ondemand.com/rfperformance/odata.xsodata
How can I use this oData in my Model?
This is not working:
var ListOdataServiceUrl = "https://xs01a2d5bd74f.hana.ondemand.com/rfperformance/odata.xsodata";
var odataModel = new sap.ui.model.odata.ODataModel(ListOdataServiceUrl);
Regards,
Domenik