Skip to Content
0
Aug 16, 2023 at 09:31 AM

Getting urlParameters in update_entity for OData update operation

77 Views

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