Skip to Content
0
Former Member
May 13, 2008 at 05:53 PM

ABAP code for enhancing 02_ITM extractor

18 Views

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