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

hi,how to diable the popup window which is displayed afetr executing the SAP script program?

1803


How would you set the formatting options statically and dynamically within a report?

868


Can a domain, assigned to a data element be changed? : abap data dictionary

761


Reports: Event functionality.

1079


What functions does a data dictionary perform ?

756


What is lock mechanism? How do we create lock objects in abap?

809


send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'

2601


How many detail lists can be created in interactive reporting?

953


Can you print decimals in type n? What is difference between float and packed data type?

991


What primary key and foreign key relationship

1085


Explain what are the system fields? Explain?

758


Business scenarios related to your objects( In my case -Rulebook and Pricing work flow)

1041


How many ways you can create table? : abap data dictionary

747


What is the difference between pnp and pnpce? : abap hr

1349


What is the difference between a structure and a table?

744