Skip to Content
0
Former Member
Apr 25, 2009 at 09:27 AM

How to get the records in an internal table from the table reference

2615 Views

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