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
What is the major difference between pool tables and transparent tables?
Explain the advantages of logical databases?
how can you display data say "your name"in sap script without print program or driver program??
Difference between sap script and report?
What is lock mechanism? How do we create lock objects in abap?
What are function modules?
What is database utility? : abap data dictionary
What is pretty printer?
did u done enhancement framework?how u implemented?
What is the difference between free and refresh?
Explain the difference between cluster tables and pool table?
Explain buffering
What is difference between check table and value table ?
What are the check tables and value tables?
What are the check tables?