cancel
Showing results for 
Search instead for 
Did you mean: 

PUT - XML Response is blank

Former Member
0 Kudos

Hi Experts,

I created a PUT method - the logic is working but i can't pass anything back to XML Response body.

this is my read method

CALL METHOD io_data_provider->read_entry_data

   IMPORTING

     es_data = er_entity

er_entity was filled with data.

I would expect this method will pass the value of er_entity to the XML Response Body.

Please let me know.

Thank You,

-Martin Darmawi-

Accepted Solutions (1)

Accepted Solutions (1)

kammaje_cis
Active Contributor
0 Kudos

Hi Martin,

As per OData, PUT/Update will not return anything.

See here.

http://www.odata.org/documentation/odata-v2-documentation/operations/#26_Updating_Entries

Thanks

Krishna

Former Member
0 Kudos

That is easy. Thank You Krishna !

Answers (0)