Hi experts,
I trying to rebind Dialog. First time it is working but second time it is not working. Because bindElement is not working with same path.I have to rebind Dialog.
So what can I do to trigger the event with bindElement even if the path ...
Hi experts,
first way:
I creating request on SAP WEB IDE(deploy menu). It's working but I checking request target system is always blank.
second way :
I creating request on SAP GUI(SE01). Request's target system not initial but this request ...
Yess!! I also found a similar solution. Thank you very much! _edit: function(oData) {
var aData = oData.results;
var aKeys = [];
for (var i = 0; i < aData.length; i++) {
aKeys = [];
aKeys = Object.keys(aData[i]);
for (var j = 0...
Yes i mean that.Can i do it dynamically ? Because i dont want to write ScarrToSfight or ScarrToSpfli or etc. This loop should determine this "results" and remove it automatically. I can have several nested arrays in my progress. My main purpose is au...
Firstly you can see my odata picture then;If you try this like deep insert you will get error.Because deep insert works without "results" tags. var oEntry = oData.results[0]; var oModel = that.getView().getModel(); oModel.create("/ScarrSet", oEntry, ...
Hi Thorsten,Thank you for your answer.I know how to reach this elements inside json. My problem is not that. My purpose is deleting the "results" tags from the returned odata json by dynamically. So I want the converted json does not have any result ...