which one is efficient in following command to copy data
from one itab1to another itab2 . both itab table has same
structure.
1. move itab1 to itab2
2.move corresponding field of itab1 to itab2
3. itab2[] = itab2[]
4.appends line of itab1 to itab2..

Answer Posted / v.ramakrishna

To move all entries from one internal table to another
which has the same structure use the following statement:
ITAB2[] = ITAB1[].

Is This Answer Correct ?    9 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is a size category? : abap data dictionary

663


Name the abap/4 modularization techniques?

650


What is asynchronous update?

579


what are the critical issues u face in ur project?

1972


If a table that is to be extended contains a long field, we cannot use append structures why? : abap data dictionary

662






When to use logical database?

573


What is the maximum number of match code id's that can be defined for one match code object ?

541


What are standard layouts sets in the sap script?

557


What are the disadvantages of using explicit enhancement?

1386


What are the different control break statements available inside a loop?

586


What is system-land-scape of your project?

575


How can we use / display table in a screen?

647


What is example class

888


How to handle errors in call transaction bdc method without using bdcmsgcoll internal table? : abap bdc

673


What is sap abap data dictionary?

638