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 / anuraj singh rana

appends line of itab1 to itab2.

This is the best way do the thing.


THANKS ...

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is page window?

580


The max number of calling modes stacked at one time is?

591


Polymorphism real time scenario

1048


Name a few data dictionary objects?

650


WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.

1639






How can we upload a text file having delimiters in to legacy system? : abap bdc

614


What is a match code? : abap data dictionary

644


how to combine the transparent table with cluster table.

1109


What is the difference between synchronous and asynchronous update?

648


How can you manipulate the presentation and attributes of interactive lists?

617


How can one distinguish between different kinds of parameters? : abap modularization

598


What are the different types of operators in the sap abap?

552


What is the Process to transfer IDOC from Outbound System to Inbound system.

1679


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

713


What two statements would be used to exchange data between programs using abap memory?

513