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 / arun s

If structure is not different, it's better to go with 1st
or 3rd option. Both are same. Normally we have to go for
append when structure is different.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are clustered tables?

617


Explain what is step-loop? Explain all the steps?

713


What is exception class and test class. How to use it?

887


How do you activate a function exit?

568


What is structure?

575






BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul

1619


what is mean be On Change of in Control Break statement

854


How do you write a function module in sap?

622


Explain buffering concept usage?

605


Some Realtime Objects on Bdc.

2429


Name some system global variables you can use in abap programs?

552


How do you move on to the next screen in interactive reporting?

614


What are conversion & interface programs in sap?

655


What is the difference between Classic badi and Kernal badi ?

1789


Difference between Read and Get cursor?

1607