cancel
Showing results for 
Search instead for 
Did you mean: 

IDOC - sequential processing

Former Member
0 Kudos

Hello,

I hope someone can help me with this problem concerning the processing of IDOCS.

We got an Warhouse management system connected as a subsystem to ERP6.0.

First we get a WHSCON for a return shipment (stocktyp R). The subsystems sends directly after the WHSCON an WMMBID02 to transfer the stocks from R to free.

The WHSCON locks the system and the WMMBID coming in directly after it can not be processed.

So how can I enforce the system to process the second IDOC in sequence only when the delivery is not locked?

Thanks

Christian

Accepted Solutions (0)

Answers (1)

Answers (1)

dirk_freyaldenhoven
Active Participant
0 Kudos

Hello Christian,

without much effort, you can try to solve you problem with following solution.

Change IDoc processing (WE20) for second (or both) IDoc from "Trigger immedeately" to "Trigger by background program".

Schedule batch job for program RBDAPP01 (without parallel processing).

Best Regards, Dirk