How To Define Http Put Method While Performing A Update Operation Using Sapui5
I want to perform the update operation , but im getting below error. HTTP request failed (400 Bad Request): {'error':{'code':'SY/530','message':{'lang':'en','value':'Inline compon
Solution 1:
Deep insert is possible, but deep update is not possible as this is not supported.
To update parent and child in one Gateway call, you can use $batch feature.
Check the documentation for the batch feature: OData v2 Batch Documentation
Post a Comment for "How To Define Http Put Method While Performing A Update Operation Using Sapui5"