Skip to content

Instantly share code, notes, and snippets.

@grknylmz
Created June 3, 2019 12:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save grknylmz/b40a29beb1d62009eceb04008bc5c9e3 to your computer and use it in GitHub Desktop.
Save grknylmz/b40a29beb1d62009eceb04008bc5c9e3 to your computer and use it in GitHub Desktop.
var serviceUrl = "http://xxxx.xxxx.com:8100/sap/opu/odata/sap/zui5_service";
var oModel = new sap.ui.model.odata.v2.ODataModel(serviceUrl, {
user: "USER_NAME",
password: "USER_PASSWORD"
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment