Among "Move" and "Move Corresponding", which is efficient
one and why ?

Answer Posted / jack

in system performance point of view MOVE is better than MOVE
CORRESPONDING

but in programming if you are moving the data from table1 to
table2 and the fields are arranged identically then MOVE
will work fine or else you have to use MOVE CORRESPONDING

MOVE CORRESPONDING can also be used when you are
transferring only some fields data from table1 to table2.

Is This Answer Correct ?    5 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is locking ?

604


What are logical databases? What are the advantages of logical databases?

522


What is the table buffer? Which type of tables used this buffer?

563


Explain the disadvantages of different types of bdc's?

518


What is maintenance view?

600






Can we display a list in a pop-up screen other than full-size stacked list?

694


What are the domains and data element?

566


What are the screen painter and menu painter?

582


What is elementary search help? : sap abap data dictionary

565


How is the command suppress-dialog useful?

650


List the events in abap/4 language?

592


What kind of financial periods exist in sap? What is the relavent table for that?

628


What is the use of 'for all entries'?

604


From Excel to ABAP - Is batch mode possible ?

582


What is the structure of the bdc table? : abap bdc

732