We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a10bf5 commit 5c05b58Copy full SHA for 5c05b58
app/webapp/cc/Server.js
@@ -86,7 +86,7 @@ sap.ui.define(["sap/ui/core/BusyIndicator", "sap/m/MessageBox"
86
'sap-contextid-accept': 'header',
87
'sap-contextid': z2ui5.contextId
88
},
89
- body: JSON.stringify(z2ui5.oBody)
+ body: JSON.stringify( { 'value' : z2ui5.oBody } )
90
});
91
z2ui5.contextId = response.headers.get("sap-contextid");
92
if (!response.ok) {
@@ -151,4 +151,4 @@ sap.ui.define(["sap/ui/core/BusyIndicator", "sap/m/MessageBox"
151
document.write(response);
152
153
};
154
- });
+ });
0 commit comments