cancel
Showing results for 
Search instead for 
Did you mean: 

ME760: No IDoc items belonging to purchasing document found

KrisKanth
Explorer
0 Kudos

Issue: Error issuing output when PO line item is deleted


Scenario: When standard PO (Type: NB) is created, system needs to issue an output and create an outbound idoc type ORDERS. Whenever any changes happens to PO line item quantity or if PO line item is deleted, system needs to issue an output and creates an outbound idoc type ORDCHG. Output should be issued immediately after creating or changing the PO.


Problem: when a PO line item is deleted, output is being issued, but raising an error message 'ME760: No IDoc items belonging to purchasing document found' without creating ORDCHG idoc. But, if I change the dispatch time to 'Send with periodically scheduled job' instead of 'send immediately' then it is working fine and creates ORDCHG idoc. Even if I do the 'repeat output' by selecting the errored output message, system processes the output successfully.

Any help would be appreciated.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

JL23
Active Contributor
0 Kudos

SAP explains in OSS Note 678834 - ME140 with immediate
output of change message

that your database is probably to slow , the change is not yet saved in the DB tables when the program is already looking for it.

SAP recommends to not use 4 immediate processing together with EDI

KrisKanth
Explorer
0 Kudos
Jürgen L,

I am already issuing output in 4-Immediate processing mode. My requirement is to use ALE.

Any further ideas would be appreciated.

Thanks

Krishna

JL23
Active Contributor

the note says you shall not use 4 immeidate processing, IDOC, EDI and ALE is the same process.

0 Kudos

Hi Jürgen,

we are updating the PO header text through bap_po_change. I updated the NACE to 3 (ME9F), howhever it still doesn´t work. Any idea?

tks,

Answers (0)