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