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
What are the types of bdc s?
Explain the different types of data dictionary objects?
What are the different types of sapscript symbols?
What are the basic components of dialog program?
What is an update type with reference to a match code id? : abap data dictionary
What are different abap/4 editors?
Why do we need to code a loop statement in both the pbo and pai events for each table in the screen?
What is a variable in the sap abap?
What is direct input method ?
What does an exec sql statement do in abap? What is the disadvantage of using it?
What is the function module for INDIAN PAYROLL to read table cluster for given cluster table and sequence number?
Hello All, Requesting to all user of this site. Please post your Questions in Proper sub Category of chosen category. Some users post the questions in common category whether sub category for that is available ..like some users still post the SAP Script & ALE Related questions in common ABAP Category. Due to this it becomes very difficult to find the topic wise Questions. Please cooperate with the site & to other users. Thanks & Regards Tamseel
How many types of tables exists and what are they in data dictionary?
Which objects are independent transport objects?
What are the differences between primary and secondary indexes?