Skip to Content
0
Former Member
May 18, 2010 at 01:55 PM

Populate data from dynamic internal table

26 Views

Hi

I have dynamic internal table <lt_paxxxx>. Iam fillling <lt_paxxxx> in the following way.

select * into table <lt_paxxxx> from (infty-dbname).

I have to pass data of <lt_paxxxx> to another internal table lt_final.

'lt_final' should contain fields like <lt_paxxxx>, infty name, DB name.

Could you please help me out how to pass <lt_paxxxx> data to 'LT_FINAL'.