thomas-salvador
Employee
Employee
Member since ‎11-26-2013

User Statistics

  • 27 Posts
  • 0 Solutions
  • 3 Kudos given
  • 43 Kudos received

User Activity

In general all requests can be done with the $.ajax function. $.ajax can specify all HTTP Methods, send data to any URL wanted and realize success and error callbacks. $.get and $.post could be convenient. In principle, you specify the HTTP method ...
OpenUI5 is the open source version of SAPUI5. It is an UI development toolkit for HTML5. See http://openui5.org/ or https://blogs.sap.com/2013/12/11/what-is-openui5-sapui5/ for more details. UI5 provides the sap.ui.model.odata.ODataModel. The model ...
OData Service consumption is standardized. SAP Business ByDesign provides mainly two OData interfaces: OData for Analytics allows to execute and retrieve the result of Business Analytics Reports. Modeled OData services are based on Business Obj...
What is the SAP Business ByDesign OData Service Modeler? The SAP Business ByDesign OData Service Modeler allows quick creation of OData services based on Business Objects (BO) with a simple ‘Point and Click’ based modelling approach. The OData Model...
Authenticating a consumer for access to SAP Business ByDesign depends on the concrete way chosen and them used technology. The following example shows how to login to ByDesign - with username and password - with JavaScript. JavaScript does not allow...