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 / anuraj singh rana
appends line of itab1 to itab2.
This is the best way do the thing.
THANKS ...
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
What is the difference between a pool table and a transparent table?
How do you find number of records present in internal table?
What are the buffering types?
Sales Order Information Report that lists information like sales order no, Item no, material no, Quantity, Quantity unit, Net value, Currency,Sub Total, Grand Total. plz mention the detail coding Tahnks, Rahul
What is the difference between pnp and pnpce? : abap hr
What are the time related infotypes? : abap hr
what is code to upload cost centers through call trans. and procedure
how do you transport lsmw data from one system to another?
What is meant by stacked list?
What is the difference between a structure and a table? : abap data dictionary
After running a BDC program in background, next day morning when you see the results, few records are not updated(error records). What will you do then ?
How can we declare a table control in the abap/4 program?
Explain the difference between open_form and close_form?
what is the purpose of BAPI BAPI_CUSTMATINFO_GETLIST What is input and output of this BAPI.
What are the fields in the memory table ‘screen’?