Hi all,
I am getting the reference of an internal table using the below statement:
data: lr_ref TYPE REF TO data.
GET REFERENCE OF it_tab INTO lr_ref.
I am passong this table reference lr_ref as parameter to the function.
Now how can I get the data present in it_tab into some other internal table in the function from the table reference lr_ref
Thanks,
Prabhu