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
What is value table? : abap data dictionary
Explain about Recording Function?
What are the sequences of event block?
How do you save data in bdc tables? : abap bdc
What are the field and chain statements?
How is conversion of data types done between abap/4 & external level?
What are the different methods of passing data?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
Is sap xi intended to replace ale?
Explain the data types of internal tables?
How to create user interfaces for lists?
How do you set up background jobs in sap?
how to capture the errors in bdc Call transaction method?
What is at exit-command:?
How do you find out whether a file exits on the presentation server?