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
What are standard layouts sets in the sap script?
What is the maximum number of match code id's that can be defined for one match code object? : abap data dictionary
Explain what is the significance of hide?
What is the syntax for ‘call transaction’?
What is the difference between field-group header and other field groups? : abap modularization
What is an abap/4 query? : abap hr
Difference between sap script and report?
What is meant by a schema? : sap abap hr
Polymorphism real time scenario
Different types of luws. What are they?
1. If I send 5 entries of table from one system to another system, if the only 4 entries there in the target system what I have to do? 2. If I send the customer master IDOC from one SAP system to another system, if one field is missing in target table what is the steps? 3. If I want to access the 4th row 3rd column in the hashed table how to do it? 4. Whether there is any other statement than MODIFY statement to modify the content of internal table?
Normally how many and what files get created when a transaction program is written?
Describe data classes? : abap hr
What is a persistent class?
How would you suppress the display of a parameter on the selection screen?