Skip to Content
0
Former Member
Feb 24, 2009 at 06:17 AM

append internal tables

30 Views

Hi all,

I had two internal tables like itab and itab1.

itab:

belnr matnr

100001 230000

100002 230001

and itab1 :

belnr hwbas.

100001 2387.90

100002 980.00

i want to append both internal table in 3rd one like itab2.

itab2 :

belnr matnr hwbas

100001 230000 2387.90

100002 230001 980.00

How to do this..

Please help me..........