‎2007 Nov 14 8:54 AM
What is the fastest way to move one internal table to another internal table (assuming two tables of similar structure)?
a) append lines of table1 to table2.
b) loop at table1.
Move: table1-field1 to table2-field1,
table1-field2 to table2-field2.
Append table2.
Endloop.
c) table2[] = table1[].
d) loop at table1.
Move-corresponding table1 to table2.
Endloop.
e) move table1 to table2.
‎2007 Nov 14 8:56 AM
‎2007 Nov 14 8:59 AM
‎2007 Nov 14 9:02 AM
Hi Ekta,
this for your information.... if this question is SAP exam question please do not post here..this is against forum rules..
Thanks