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 / hariabap
option 3 best if both internal tables structure are same.
i.e itab2[] = itab1[].
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
Difference between Field groups and internal tables?
What are the aggregate objects in the dictionary? : abap data dictionary
What are the restrictions on subscreens?
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.
How do you work with semi colon se[arated files in BDC ?
Differentiate between ooabap and abap?
In sap script how to print bar code in vertical manner
Name the abap/4 modularization techniques?
What kind of financial periods exist in sap? What is the relavent table for that?
How do you activate a function exit?
What are different types of parameters?
How do you restrict the data to be entered in the payroll area? : sap abap hr
How to combine multiple billing into one RV document ( Step by Step)?
What is the different type of projects? : sap abap hr
How to upload more than 2GB file from External Source to SAP?