Hi All,
Any Idea how do we get Container values to Internal table?
I will get container values using SAP_WAPI_READ_CONTAINER. The data will come into SIMPLE_CONTAINER.
From SIMPLE_CONTAINER I want to get data to my internal table which has Element structures.
It is just like reverse result of CALL FUNCTION 'SWC_TABLE_SET'.
Thanks.