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
hi,how to diable the popup window which is displayed afetr executing the SAP script program?
How would you set the formatting options statically and dynamically within a report?
Can a domain, assigned to a data element be changed? : abap data dictionary
Reports: Event functionality.
What functions does a data dictionary perform ?
What is lock mechanism? How do we create lock objects in abap?
send coding to write a program to create customer quotation using BAPI 'BAPI_QUOTATION_CREATEFROMDATA2/BAPI_QUOTATION_CREATEFR OMDATA'
How many detail lists can be created in interactive reporting?
Can you print decimals in type n? What is difference between float and packed data type?
What primary key and foreign key relationship
Explain what are the system fields? Explain?
Business scenarios related to your objects( In my case -Rulebook and Pricing work flow)
How many ways you can create table? : abap data dictionary
What is the difference between pnp and pnpce? : abap hr
What is the difference between a structure and a table?