Hi All!
I´m reading an oData service which result contains 200 entries. Afterwards I will filter the complete model only for one specific value (e.g. Business Partner ID) without reading the service again. How can I do this?
Hi Experts!I´m looking for an option to create dynamically a requestBody object for an odata post.Example:Ich have a couple of variables where I'm looking for the field input:var RepaymentAmount = sap.ui.getCore().byId("RAinput").getValue();
var Term...
Hi Experts!I try to read a JSON result in my app, but I don´t get the value.Here is my coding so far:This is the result I get:I´ll store this value "visible: true" somehow in order to use later. I don´t get it. Any ideas how to do it?
Hi Experts!After usage of "oDataModel.create" I´m using "oDataModel.attachRequestFailed" and "oDataModel.attachRequestCompleted" to receive and display the response. But "oDataModel.attachRequestCompleted"is always fired. Is it possible to run attach...
Hi Experts! I´m playing around with an OData service. Accessing it in the controller and want to use the response in the view. I´m stucking to bind the response in the view. In the view I have a sap.m.Text where I´ll display the business partner name...
Hi Sergio!Square recently invested 50Mio USD into Bitcoin and published a whitepaper for other company how to do it. Is this what your are looking for? See link:Square WhitepaperRegards,Matthias
I did a first simple test, but I don´t get a message. Whats wrong?
oDataModel.create("/LoanContractSet", requestBody, null,
function(success){
sap.m.MessageBox.success("Success!!");
},
function(error){
sap.m.MessageBox...