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
How to upload data using catt ? : abap hr
What is protect & endprotect?
What are multiple use BADIS?
Can we control the sequence in which multiple implementations of a multiple use BADI are called? If yes, how?
What is sap locking?
What is the name of the system variable that holds the contents of the selected line in interactive reporting?
What are secondary indexes. How can we know which index is being used in a select query?
Difference between user exit and badis?
What is a fall back class?
What is match code? : sap abap hr
What is the use of program rsbdcsub? : abap bdc
How do you display a data in a detail list?
What are field symbols and field groups? Have you used component idx of structure clause with field groups?
Can a posting run be deleted? : sap abap hr
How do you backup Sapscript layout sets? Can you download and upload? How?