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 / bal
.move corresponding field of itab1 to itab2
| Is This Answer Correct ? | 1 Yes | 16 No |
Post New Answer View All Answers
What are the page windows?
Explain the different types of mode (run code) in call transaction method?
Which type of tables used this buffer?
On which event we can validate the input fields in module programs?
What is the differences between structure and table in data dictionary in abap?
what is leave to TRANSACTION?
Explain the data types of internal tables?
What are internal tables? How do you get the number of lines in an internal table?
What are aggregated objects
What is the use of start-of-selection.,if not use in report what will happen,?
How can you distinguish between different kinds of parameters?
What will be your approach towards optimizing legacy code? Will you suggest change in technology? Does OO ABAP bring any performance benefits? How will you deal with queries in a loop? How will you optimize nested loops?
Interactive Report that list purchase order details of a vendor. When the user double clicks on material number it shows detail list with fields matkl, meins, brgew, ntgew, gewei.The selection screen consist of sales organisation, distribution channel and material number. plz mention the detail coding Tahnks, Rahul
What are the components of selection table?
What is “call mode”?