Hi all,
I created one project in eclipse in which I am using odata service which I have created in D10 720 client but I have registered this through D10 730 client into the gateway system G10 .
Now when I have set the model in the controller
test123.controller.js
onInit: function() { var url = "proxy/https://grc10dcsws.mydrreddys.com:8000/sap/opu/odata/sap/YKOLPHASE2_SRV/"; var oModel = new sap.ui.model.odata.ODataModel(url); this.getView().setModel(oModel); }