Hi
I'm trying to generate an OData UPDATE service.
I coded the XXX_UPDATE_ENTITY method in class ZCL_XXX_DPC_EXT along with the READ and QUERY methods.
In the REST Client, I passed the X-CSRF-Token and Content-Type values and executed the PUT method as mentioned in the How-to guide.
However, no data is getting passed inside the UPDATE method for ER_ENTITY. READ service is working fine.
What could I be doing wrong? Why is UPDATE operation not workingPls help.
Thanks
Arthi