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


Please Help Members By Posting Answers For Below Questions

What are the main events of which are used for logical database?

593


What is ps structure? : abap hr

793


What are smart forms?

584


What are the difference between call screen and leave screen?

599


after creating lock object if does n't access record by second user what should we do?

1539






What is the process to enhance the Infotype

2879


Explain the Inportance of pa40? : abap hr

573


A field containing quantity amounts (data type quan) must be assigned to a reference table and a reference field. Explain? : abap data dictionary

668


Create any functions? How to go about it?

563


What are the two methods for modifying sap standard tables?

726


List the various components of the enterprise structure in systems, applications, and products (sap) in human capital management (him)? : sap abap hr

513


A subroutine can be terminated unconditionally using exit. State true or false : abap modularization

605


How do you do bdc for a table control? : abap bdc

647


How to transfer the objects? Have to transferred any objects?

572


What is the table & field to identify the no of items (bottles) stored in one case?

1972