if u have two internal table such as itab1 and itab2.in
itab1 has four fields such as f1,f2,f3,f4 and in itab2 has
two fields such as f1,f2.then how can u copy data from
first internal table to second internal table.
Answer Posted / sateesh
By Using this Statement:
insert lines off itab1 from 3 to 5 into itab2.
loop at itab2 into w_tab1.
write:/ w_tab1.
End loop.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
What will you code in start-of-selection & end-of-selection ?
what is the difference between hashed & sorted internal tables?
What are the system fields? Explain?
What is locking ?
Define external layer? : abap data dictionary
What are null values? : abap data dictionary
1. what is IDOC monitoring ? what is the tcode used for idoc monitoring ? 2 . what is change pointer in ale ?
What are the basic functions of database utility? : abap data dictionary
Event handling in oops
What are the events driven batch jobs?
What is a data class? : abap data dictionary
What is a table cluster? : abap data dictionary
Does sap handle multiple currencies?
Explain the disadvantages of logical databases?
What actually happens in real-time recruitment? : sap abap hr