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
Explain the difference between get and get late?
Name some system global variables you can use in abap programs?
Explain the session method? : abap bdc
what is bapi,badi,bdc,ale idocs?
What are the steps to be followed to set lockobjects? : sap abap data dictionary
What is the difference between pnp and pnpce? : abap hr
What is off cycle payroll run
It is possible to assign a local data object defined in a subroutine or function module to a field group. State true or false. : abap modularization
How do you write manual bdc session method? : abap bdc
How do u set up background jobs in SAP? What r the steps? What are the event driven batch jobs?
Workbench request are client dependent or client independent
How to combine multiple billing into one RV document ( Step by Step)?
What are Tickets in Realtime ?
What is a type group?
Explain what are the events used for logical database?