Skip to Content
0
Former Member
May 15, 2008 at 01:17 PM

Moving data from 2 internal table into 1 internal table

902 Views

Hi Experts,

suppose i've declared 2 internal tables and structure is same for both of them i.e.

itab1

f1

f2

f3

f4

itab2

f1

f2

f3

f4

now i want to transfer the data from these internal tables into another internal table (itab3) which is also of same type.

itab3.

f1

f2

f3

f4

suppose itab1 is having 10 records and itab2 is having 20 records. now i want all the records i.e. 30 records into itab3. pls give me the logic.

regards

Faisal