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 / raghu

option 3 is the best to copy data ie
itab2[] = itab1[].

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

On abap: did you set up a workflow? Are you familiar with all the steps for setting up a workflow?

573


Is a logical database a requirement/must to write an abap/4 query?

576


HI GUYS , FOR SAP INSTITUTION ATOS I BEST OR NOT? IAM PLANNING TO LEARN SAP COURSE IN ATOS... GIVE ME UR SUGGESTION ABOT ATOS?

2397


What are the steps to execute session method?

594


Is it possible to run host command from SAP environment? How do you run?

608






What is is a match code? : abap data dictionary

677


How to transfer data into line items using batch input session method? : abap bdc

579


What are the differences between interactive and drill down reports?

534


Where the payroll results are stored

1900


What is the difference between tables and structures?

622


if u take one worst program,in this program user write the logic is session method.in that program user can get some errors ,that errors we will see in call transaction method,how it is possible.?

1667


Give examples of transparent table?

690


– Programming using BAPI : Create Debit Memo Request (DMR) with reference to Sales Order and update the delivery number and PO number in the newly created DMR. Send the spool of the report by E-mail if the E-mail option is enabled. Selection Screen Required:  Sales Org  Delivery type  Sales document type Optional:  Planned Goods movement date  Option to choose E-Mail  E-mail Address  Output device Output Output should display both successful and unsuccessful creation of DMR with the following fields,  Success/Error (S/E)  Sales Document number  Delivery number  New Debit memo request number  Error message Tables TVAK, TVCPA, VBAK, LIKP, LIPS

5520


how do you call third selection screen ?

1633


What is the difference between getting and get late?

581