Skip to Content
0
Former Member
Jul 01, 2009 at 08:01 AM

modify int table

37 Views

hi all , my requirement is like this

i have two int tables it1 and it2 as follows.

it1

matnr po no date

100 257 25.4.06

and it2 as

matnr lgort werks

100 200 1000

100 400 1000

100 600 1000

and i want to display dat in final tab as like this

matnr po no date lgort werks

100 257 25.4.06 200 1000

100 257 25.4.06 400 1000

100 257 25.4.06 600 1000

means lgort should be displayed every value but when i read the table

with key matnr it only display first value ogf lgort not all

can nay one help