cancel
Showing results for 
Search instead for 
Did you mean: 

EDI INVOICES

Former Member
0 Kudos

Our tracking number comes from the shipment and populates in the E1EDK02-BELNR  segment and is sent with our invoice IDOC.

Some of our plants use deliveries only and the tracking number comes from a different field in the delivery.

I want to implement the logic where  it says if no shipment exists for the delivery then copy tracking number from delivery into the invoice IDOC.

I assume it will be a user exit but i want to know where and how will this userexit be triggered?

Will i need a new qualifier?

Please answer with details.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi,

your requirement we can map at invoices edi output level.

tell him to your abaper.

in a billing output level

create new requirement as per your client business. this requirement you can maintain at output procedure level in this select your relevant output type here u can assign your requirement.

logic is when system is reading edi condition type then system follow as per your requirement like

first system should check relevant delivery of shipment document number exit or not.

if not exit system should copy delivery number or as per business.

Regards

Srinivas B

Former Member
0 Kudos

You can follow this link about ZXTRKU02 debugging.

http://scn.sap.com/thread/1644680

Former Member
0 Kudos

Sorry, wrong exit again 

link is for ZXEDFU02 exit, the one you need.

Former Member
0 Kudos

explain it to me.........

when is this user-exit  triggered?

Former Member
0 Kudos

Hi Saad,

I've miss understand you question. The correct user-exit for invoice documents is ZXEDFU02.

The ZXTRKU02 I've mentioned previous is used in delivery IDOCs.

Both are triggered during EDI message processing.

Former Member
0 Kudos

Hi,

to impemente those logic, you must use user exit  ZXTRKU02