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 / arun s

If structure is not different, it's better to go with 1st
or 3rd option. Both are same. Normally we have to go for
append when structure is different.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In what ways we can get the context sensitive f1 help on a field?

594


Differentiate between transparent tables, cluster tables and pooled tables

561


What is the difference between the exits created in M.M and S&D?

1607


On which even we can validate the input fields in module progams?

578


What is the meaning of client independent?

562






What is the difference of update types in call transaction method ? : abap bdc

625


What is bdc? : abap bdc

604


java script for push button in adobe forms.

1883


​​What is view proxy in abap?

785


what is the transaction transaction for setting parameters rdisp/buffermode

3563


in bdcsome times we get the ok code for "enter" wrongly instead of '/00'.what is the reason.how we can exceed this problem.

1710


How do you connect to the remote server if you are working from the office for the client in remote place?

585


data:zxyz type xyz. where xyz is a standard sap structure where it contains data type fields and line type (refer to other structure) fields. my question is how to assign values to field zxyz-str-matnr where str is a structure inside xyz structure.

1890


What is the difference between select statement and provide statement ? : abap hr

564


How table control cn be generated using bdc? : abap bdc

566