Hi SDN,
I have a requirement to enhance a extractor with follwing logic.
Please give your suggestions to code this scenario efficiently.
Table1:
EBELN,EBELP,MENGE
A, 1, X
Table2:
KONNR,KTPNR,MENGE
A,1,100
A,1,200
based on the condition when EBELN = KONNR & EBELP = KTPNR
I need to populate Table1-MENGE = Sum of (Table2-MENGE) values.
Please provide the sample code