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
How many ways you can create table? : abap data dictionary
What are the user interfaces of interactive lists?
What is sql trace? : abap data dictionary
Explain what is an rdbms?
What are the page windows? How many main windows will be there in a page window?
Is it possible to run host command from SAP environment? How do you run?
Tell me a scenario where did you use secondary index?
What are multiple use BADIS?
Can we use write statements in screen fields?if not how is data transferred from field data to screen fields?
Explain the different types of view?
What are the other modules integrated with om? : sap abap hr
What is a batch input session? : abap hr
Explain the use of table maintenance allowed?
What two statements would be used to exchange data between programs using abap memory?
What is difference between inner join and outer join?