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


Please Help Members By Posting Answers For Below Questions

In sap script how to print bar code in vertical manner

2632


What is locking? : abap data dictionary

631


What are the types of parameters in the function modules?

667


What are the types of records that are transferred to sap r/3 and used by interfaces? : abap bdc

542


What is tmg?

693






Which transaction code can I use to analyze the performance of abap program?

558


Can we define our own match code id's for sap matchcodes? : abap data dictionary

569


what precautions or prerequisites do you follow to update a record into database table and how

5249


Some Realtime Examples on Exits .

1726


what is 3 tire architecture and how does SAP utilizes this architecture. and how do netweaver came into picture?

1737


How will you find manager of an employee

859


What is the difference between dialog program and a report?

620


what is the transaction transaction for setting parameters rdisp/buffermode

3592


Explain the call transaction method? : abap bdc

592


Explain how data is stored in cluster table?

664