Hi,
Use like this and check if this is working.
var sUrl = "proxy/http/sap02:8000/sap/opu/odata/SAP/ZSL_EPM_DEMO_SRV/";\\ remove entityset name var oModel = sap.ui.model.odata.ODataModel(sUrl);
Bind your entityset to your table.
First paste this link in browser and check if you are getting your data or metadata. http://sap02:8000/sap/opu/odata/SAP/ZSL_EPM_DEMO_SRV/SalesOrderSet
If you are not getting data from this URL then error is in backend system.
Go to this transaction in your backend, /o/IWFND/ERROR_LOG and check if any error is populating there.
Best Regards Dhananjay |