Among "Move" and "Move Corresponding", which is efficient
one and why ?
Answer Posted / 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 |
Post New Answer View All Answers
Which one is better joins or views and why?
What are uses of foreign key?
What is bdc programming in sap?
How to read 5th record from Hash Internal Table?
What are the features of abap/4 dictionary? : abap data dictionary
How does the system handle roll areas for external program components?
what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?
What is lock mechanism? How do we create lock objects in abap?
What are the pooled and cluster tables?
What is SAP Data conversion ?
We have got some values for Field F1 say 1,2,3,4 and F2 say 10,10,10,10.Now can you tell me what would be the output for F1 if we use At End Of event?and what would be the output for F2 if we use At Last event?Also i want to know what is the difference between Total calculation for At end event and grand total for At last event???
Polymorphism real time scenario
What is a data dictionary? : abap data dictionary
What is the maximum No. Of structures that can be included in a table or structure. : abap data dictionary
Find the scenario and give the result: a, b, c are employees, where a, b will get basic, hra, da. C gets basic and da. How to group for the allowances? : sap abap hr