Skip to Content
1
Jun 20, 2020 at 07:22 AM

Array of values to a property of a SAP OData EntitySet

742 Views

Hi,

I have a requirement where an array of values is passed to a property of an SAP OData EntitySet.

An example of the call that would be made is :

"Updates": [ { "Email": "", "LongText": "", "MutipleArray": [ { "out": "12345678", "in": "a1234567" } ] } ]

I want to process the property 'MultipleArray' for which an array of values would be passed. Could you please let me know how it can be handled in ABAP.

Thanks,

Sushanth