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 is a match code? : abap data dictionary
What are the dynamic actions and how to configure it? : sap abap hr
What are internal tables? : abap hr
What is the difference between rfc and bapi function modules? : abap bdc
What are the restrictions on subscreens?
Can i Have Some Examples on Enhancements.
Explain the differences between interactive and drill down reports?
How to know if the value entered contains records or not?
what are Hana Basics
what is call back in alv?
What are the list of screen elements?
what is field string ? & where we are using field strings?
What is the BAPI_CUSTMATINFO_GETDETAILM used for? what is the input and output of this bapi.
What is open sql?
What are the update types possible? : abap data dictionary