Among "Move" and "Move Corresponding", which is efficient
one and why ?
Answer / 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 |
what is call back in alv?
What are the functional areas? User groups?
What is inheritance and multi-level inheritance? Explain with example ?
Explain how is batch input process different from processing on line?
What is an abap?
what are the processing modes of a function module?
What is the Use of LDB PNPCE in ABAP HR? what is NODES statement? I think we have to use GET PERAS event while using PNPCE. Can we use the same using PNP LDB? If yes,how? please give me some example to demonstrate PNPCE?
can u call sub screen with in a sub screen? if so, then explain the flow of PBO and PAI between 2 sub screens.
How to add a column to a table control while using alphanumerical layout editor ?
When using call transaction method for 1000 records , If u found error in 64th record then how can u find it and how can u send this to user
What is the meaning of ABAP editor integrated with ABAP data dictionary?
What are the output type and Tcodes?