Hi,
I have this code:
oDataModel.update("/MyEntity('abc')", oEntry, {
"urlParameters": {"test": "hello world"}
"success": function....
}
How can I get the url parameters in the abap code for update_entity in my OData service? I can't see it anywhere.
Thanks