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
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
How to handle error in session method? : abap bdc
What are your ways to performance optimization?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What are logical databases?
Badi concepts
what is defference between repository and non repository Object?
Define dispatcher?
What are the different types of the variable in the sap abap?
What are the requirements a dialog program must fulfill?
What are the different types of abap reports in sap?
Suppose the client wants me the vacancy to be displayed on a website as well as ess. How should I do it? : sap abap hr
What are the field and chain statements?
What are the client dependant objects in abap / sap?
How do you activate a function exit?