InterviewSolution
Saved Bookmarks
| 1. |
Among "move" And "move Corresponding", Which Is Efficient One? |
|
Answer» I GUESS, ‘MOVE corresponding’ is very efficient then ‘move’ statement. Because usually we use this stamtent for INTERNAL table FIELDS only…so if we give move corresponding. Those fields only MOVING to other place (what ever you want). I guess, ‘move corresponding’ is very efficient then ‘move’ statement. Because usually we use this stamtent for internal table fields only…so if we give move corresponding. Those fields only moving to other place (what ever you want). |
|