cancel
Showing results for 
Search instead for 
Did you mean: 

Update data is not coming in the response body

Former Member
0 Kudos

Hello Experts,

While updating the data to the database table the data is getting updated properly, but in the response body nothing is coming even if the updated data is getting populated to the parameter ER_ENTITY.

Please find the attachment for more details and let me know if you need any further information on the same.

Best Regards,

Kailash

Accepted Solutions (0)

Answers (2)

Answers (2)

lynn_lin
Active Participant
0 Kudos

Hi Kailash,

It's correct. You can find more info http://scn.sap.com/docs/DOC-47626

Regards,

Lynn

Former Member
0 Kudos

Hi Lynn,

Thanks for your response.

So if i want the update data then again i need to call the service ( get_entity).

Best Regards,

Kailash

AshwinDutt
Active Contributor
0 Kudos

Hello Chandra,

That is correct and is the expected behavior.

Update will not return the response and will have no content with 204 status.

Regards,

Ashwin