if u have two internal table such as itab1 and itab2.in
itab1 has four fields such as f1,f2,f3,f4 and in itab2 has
two fields such as f1,f2.then how can u copy data from
first internal table to second internal table.

Answer Posted / sivaramakrishna. s

we can also use this process as below.

loop at itab1 into wa1

append wa1_f1 to wa1_f1.
append wa2_f2 to wa2_f2.

append wa2 to itab2.
end loop.

Is This Answer Correct ?    5 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between open sql and native sql? : abap data dictionary

612


What are the types of indexes in abap?

606


How many tables are there in sap?

647


Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel

1589


What is match code? : sap abap hr

642






Name the abap/4 modularization techniques? : abap modularization

649


What are the differences between se01, se09 and se10?

535


Give few names of pooled tables in sap ?

1505


out bound process code for quotation?

1570


What are lock objects?

599


What are the different types of views in sap? : abap data dictionary

614


What is the meaning of abap/4 editor integrated with abap/4 data dictionary?

637


Can you delete a domain, which is being used by data elements? : abap data dictionary

817


Does every abap/4 have a modular structure? : abap modularization

700


What is a predefined type in abap?

641