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

i thing
itab2[] = itab1[]

Is This Answer Correct ?    18 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is it possible to pass data to and from include programs explicitly? : abap modularization

749


Differentiate between transparent tables, cluster tables and pooled tables

574


How many types of tables exist and what are they in data dictionary?

604


What are matchcodes?

557


What two statements would be used to exchange data between programs using abap memory?

515






Explain what are the various types of selection screen event?

563


What are the update types possible? : abap data dictionary

558


How to call a subroutine in sapscript?

580


Explain the difference between a dialog program and a report?

559


How can we determine a vendor is Bloc/Unblock from the table LFA1?

1662


What are internal tables? How do you get the number of lines in an internal table? How to use a specific number occurs statement?

607


Give an example of interface from your project explaining why you used it?

895


What are the aggregate objects in the dictionary? : abap data dictionary

753


Explain the disadvantages of different types of bdc's?

520


What is a view in sap? : abap data dictionary

631