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 / hariabap

option 3 best if both internal tables structure are same.

i.e itab2[] = itab1[].

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

On which event we can validate the input fields in module programs?

598


What type of user exits have you written ?

1511


What is ps structure? : abap hr

801


In sap scripts, how will you link form with the event driven?

552


after creating lock object if does n't access record by second user what should we do?

1547






What is sap abap data classes?

609


What are the different types of internal table?

652


What are the different modes of processing batch input sessions? : abap bdc

659


What does the extract statement do in extract datasets?

650


What should be declared explicitly in the corresponding abap/4 statements to access internal tables without header lines & why?

597


What is time constraint ? : abap hr

698


What are the 2 other types of views, which are not allowed in release 3.0?

628


What is modularization and its benefits?

597


What is the difference between synchronous and asynchronous update? : abap bdc

643


when do you need to create an internal table with header line ? and with out a header line?

1493