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
What is the difference between the exits created in M.M and S&D?
What is bdc programming? : abap bdc
What are the differences between a database index and a match code? : abap data dictionary
What is the difference between data elements and domains? : abap data dictionary
What are pooled tables?
What is the meaning of sap r/3?
What is erp? : sap abap hr
What is the use of buffering?
What are the basic functions of database utility?
Define alv programming in abap?
Describe the difference between macro and subroutine?
Hi! I want to join SAP ABAP course in Hyderabad, can any one tell me where should I join? and Which is the best institute for SAP WORKSHOP? Thank you...
Print options in smartforms?
Abstract class and interface, multiple inheritance, live example
What are the events used for logical database?