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 / sachin sharma

option 1 OR 3 will best .

Answere 2 is not appreciate b'coz in move corresponding for
every field it will check 2 i_tab every time and then place
data .

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you display frames (horizontal and vertical lines) in lists?

608


Can we make use of flow logic control key words in abap/4 and vice-versa?

585


What are the buffering types?

597


How to debug rfc function module?

684


What are the differences between primary and secondary indexes?

606






What is web dynpro for abap?

563


What are lock objects?

593


The data of a view is not physically stored, but derived from one or more tables (t/f) : abap data dictionary

867


What is buffering allowed but switched off?

855


What are the types of indexes in abap?

600


What are the functional areas, user groups? How does abap query work in relation to these?

587


Can you give the Example for the structure of an ABAP program? REPORT... NODES: SPFLI, SFLIGHT. DATA:... INITIALIZATION. AT SELECTION-SCREEN. START-OF-SELECTION. GET SPFLI... GET SFLIGHT... GET SPFLI LATE. END-OF-SELECTION. FORM... ENDFORM.

600


What are the different types of luws. What are they?

622


How will u handle the situation – In a report using function module to generate a IDOC, How will u handle the error IDOC in the same report ?

1670


Which FM do you use to find out who is reporting to whom

5166