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
What is the difference between getting and get late?
What is an interface? In what scenario we use interface? What is the difference between abstract class and interface?
What are the difference between tables and structures? : abap data dictionary
How the at-user command serves mainly in lists?
What is the use of info groups? : sap abap hr
What is the maximum number of match code id's that can be defined for one match code object ?
Which transaction code is used executing a report (type 1 program)? : abap data dictionary
How can we handle table control in bdc? : abap bdc
What is a table pool? : abap data dictionary
What is output determination?
How can you distinguish between different kinds of parameters?
What are the advantages of abap query tool?
Can a transparent table exist in data dictionary but not in the data base physically? : sap abap data dictionary
What is the difference between semi-monthly and Bi-weekly payroll area
How are the date abd time field values stored in sap?