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...
Hi Marc.Thanks for the details.No, unfortunately I do not know this.However, the stated names are just examples, right? I would assume that called procedure and defined one to have the same name.Also, can a procedure really be empty if it is supposed...
Hi Marc.
Thanks for the details. Indeed, this is not in scope of the blog post.
Have you tried to supply a value to FirmaID, that it won't try to really set, but understand that this is just a placeholder. Maybe you could try to supply
{
FirmaID:...
Hi Rakan.
I am not talking about any specific realization, like XS OData. But OData in general. So, the examples should be complete.
As the error message more sounds that the request causes an issue in the backend, have you tried to create an insta...
Hi Ben.
Another thing could be, but I would assume another kind of error code, if you try to do a cross-domain access from JavaScript.
For testing in localhost or something best start your browser without security protection.
Another really nice t...