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 restrictions on subscreens?

915


What is processing class, where we do them and why? : sap abap hr

829


What is asynchronous and synchronous update?

769


i have cleared my technical round and manager round in cts but they told me u will get a call with in couple of days now i dont know about my status

8744


How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?

840


Where can you find error log for call transaction? : abap bdc

978


What is retro active accounting

1800


What are the names of the function modules that will be generated upon activation of a lock object?

762


Of the two call transaction and session method, which is faster?

905


Why do we use FOR ALL ENTRIES and what is the pre-requisite

1157


What is netweaver???what is the relationship with ABAP?

1835


Explain the disadvantages of logical databases?

743


What are control tables? : abap data dictionary

771


On which even we can validate the input fields in module progams?

777


How do you find out who has transported a transport request?

851