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