Skip to Content
0
May 12, 2010 at 02:55 AM

Billing Condition Report by material

26 Views

Dear All,

Hi, i'm really new on ABAP programming. I have done to query to internal table.

itab1

no rate

1 0.2

2 0.3

3 0.5

4 0.7

itab2.

no item weight

1 10 50

1 20 60

2 10 30

2 20 90

i want it to be this

no item weight rate amount

1 10 50 0.2 10

1 20 60 0.2 12

2 10 30 0.3 9

2 20 90 0.3 27

Edited by: aishahesme on May 12, 2010 4:57 AM