SAP ABAP Performance Tuning - Proper Use of Move Statement
Published November 13, 2009
Instead of using the move-corresponding clause it is advisable to use the move statement instead. Attempt should be made to move entire internal table headers in a single shot, rather than moving the fields one by one.