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 / v.ramakrishna
To move all entries from one internal table to another
which has the same structure use the following statement:
ITAB2[] = ITAB1[].
| Is This Answer Correct ? | 9 Yes | 1 No |
Post New Answer View All Answers
Which commands are used for interactive reports?
What are the components of sapscript?
What is table attribute? : abap data dictionary
What are the difference between call screen and leave screen?
How do you read files from the application server ? : abap bdc
Difference between select option and ranges ?
How do you set up background jobs in sap? What are the steps? What are the events driven batch jobs?
Did you create any joins?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
Explain how data is stored in cluster table?
What is a match code? : abap data dictionary
What is the differences between abap and ooabap. In which situation we useooabap?
What are the disadvantages of logical databases?
What are control tables?
What is a subroutine?