Among "Move" and "Move Corresponding", which is efficient one?
Answer Posted / prabha
as of me...
Move is the efficient compare to move-corresponding.
becuz.........
comming to move statement
if we use move it directly moving to appropriate field.
if we moving one-one field no problem..but if we are moving
total structure both should have same structure....
comming to move-corresponding ...
if we use this first it have to search for corresponding
field then it will do move operation...
so it is not that much efficient than move...
if i am wrong please correct me.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are aggregated objects : abap data dictionary
What are the different methods of passing data?
A field containing currency amounts (data type curr) must be assigned to a reference table and a reference field. Explain?
Explain how to write a bdc - how do you go about it?
what is the t-code to link technical and functional operation?
Explain the different types of mode (run code) in call transaction method?
What do you do when the system crashes in the middle of a BDC batch session?
What functions does a data dictionary perform ?
Explain what are the different functions used in sap script?
Can we include customizing include or an append structure with pooled or cluster tables?
Explain how to create any functions? How to go about it?
Difference between .Include and .append?
How do you find the information on the current screen?
Can you assign a matchcode object to a parameter? If so how?
WHY CLUSTER TABLE CALLED AS CLUSTER TABLE.