Skip to Content
0
Former Member
Nov 26, 2008 at 02:25 PM

How to transfer a parameter of a FM to an internal table?

155 Views

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.