which one is efficient in following command to copy data
from one itab1to another itab2 . both itab table has same
structure.
1. move itab1 to itab2
2.move corresponding field of itab1 to itab2
3. itab2[] = itab2[]
4.appends line of itab1 to itab2..
Answer Posted / bal
.move corresponding field of itab1 to itab2
| Is This Answer Correct ? | 1 Yes | 16 No |
Post New Answer View All Answers
What is the disadvantage of a call by reference?
What is help view?
What are internal tables? : abap hr
Difference between sap script and report?
What is the major difference between pool tables and transparent tables?
Can a constructor be declared private? If yes then in which scenario?
BDC program to migrate data to SAP R/3 database. The data will be uploaded using transaction ME11. (Session Method) plz mention the detail coding Tahnks, Rahul
What is the transaction for recording bdc ? : abap bdc
What is locking? : abap data dictionary
what is friend class
What is the difference between RETURNING and CHANGING parameters for a method?
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
How to call a subroutine in sapscript?
What is the use of abap data dictionary? : abap data dictionary
What is sap script? Describe its components.