Hi friends,
I need to create a utility function module to display data using ALV.
Input parameter:
i_title type string (ALV header data)
i_data type any (Internal table)
The structure is dynamic so I need to find out the field name before preparing the ALV output
I did some research on how to display dynamic internal table using ALV, and my question
here is how can I turn this i_data into an internal table in the FM so I can display the contents
using ALV.
Thanks a lot.