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 are the restrictions on subscreens?
What is processing class, where we do them and why? : sap abap hr
What is asynchronous and synchronous update?
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
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
Where can you find error log for call transaction? : abap bdc
What is retro active accounting
What are the names of the function modules that will be generated upon activation of a lock object?
Of the two call transaction and session method, which is faster?
Why do we use FOR ALL ENTRIES and what is the pre-requisite
What is netweaver???what is the relationship with ABAP?
Explain the disadvantages of logical databases?
What are control tables? : abap data dictionary
On which even we can validate the input fields in module progams?
How do you find out who has transported a transport request?