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
How to upload more than 2GB file from External Source to SAP?
What are the contents in technical specifications?
How many tables are there in sap?
What is the difference between bdc_okcode and bdc_cursor? : abap bdc
How do you write transaction programs in sap?
What is ps structure? : abap hr
Can we specify the next screen number with a variable?
How can an internal table with header line and one without header line bedistinguished when passed to a subroutine?
What is sap abap data classes?
What is lock mechanism? How do we create lock objects in abap?
what is friend class
What are the ways you can do the tuning?
How do you delete duplicate records from internal table?
Can you delete data element, which is being used by table fields?
What are the different abap/4 editors?