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

option 3 is the best to copy data ie
itab2[] = itab1[].

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the pooled and cluster tables?

568


Does sap handle multiple currencies?

609


Explain the difference between a pool table and a transparent table and how they are stored at the database level?

561


What is an rdbms?

585


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

1049






What are the techniques involved in using SAP supplied programs? Do you prefer to write your own programs to load master data? Why?

712


What are the organizational related infotypes? : abap hr

589


How many secondary indexes can we create in a table?

623


What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?

928


why particularly lock object name starts with EZ OR EY?

1513


What are system fields for secondary lists?

613


SAP Script for Billing in which Billing document number was displayed as header, Bill Type, Bill Category, Bill Item, Cost, Base Unit of Measurement and Material number were categorically displayed for each billing document number. plz mention the detail coding Tahnks, Rahul

2097


What are the system fields you have worked with? Explain?

671


What is ole?

684


What are the different functions used in sap script?

534