on ‎2020 Nov 18 4:53 PM
Hi
I have an oData model with an Import Function to check an order. I use this code to call it:
var oModel = this.getView().getModel();
oModel.callFunction("/CheckOrder", { "Aufnr" : Order },
function(oData, response) { return response; },
function(oError){} );
But the function os not called? When i check trace i don´t se any calls - not even erronous calls?
What is wrong?
Request clarification before answering.
did you check the api how the call should be?
don't write code by imagination.....
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 8 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.