Among "Move" and "Move Corresponding", which is efficient one?
Answer Posted / abaper
I think Move-corresponding is better than Move.
Think you want to transfer data between two internal tables
of different type, e.g. 10 fields
I saw comment above that move-corresponding will have to
look all the fields and then transfer which takes time.
That's true but what if you have used Move. There will be
10 lines of code and it also does the transfer only. So
performence wise there is not big difference.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
The extract statements in field groups can be used before or after processing the sort statements. State true or false. : abap modularization
What are the major steps will you use for tuning?
What are client dependent objects in abap/sap?
State the system field for the current date?
Explain what are the system fields? Explain?
Define infotype ? : abap hr
How will you link form with the event driven in sap scripts?
What is page window?
How many structures can be created in a Ztable ?
What is the Difference between At Line selection and At user-command?
What are the different functions used in sap script?
What are the events driven batch jobs?
what is friend class
What are the two statements which are required in an abap program to output an icon using a write statement?
When the get cursor command used in interactive lists?