Skip to Content
0
Former Member
Dec 27, 2014 at 06:22 PM

oData Model URL in Quality and Production

178 Views

Hi,

To get the instance of oData below is the syntax and its working fine. When we move it to Qualty and Production how to change the server name dynamically

var model = new sap.ui.model.odata.ODataModel("URL");

URL = <Server><port><Service>

Since in quality and production Server name is different how do i change it when i move to corresponding system