cancel
Showing results for 
Search instead for 
Did you mean: 

Queue for Inbound IDocs

Former Member
0 Kudos

Hi,

I'm facing this problem. From a File sender communication channel, we can read many files. Each file generates an Idoc an each Idocs updates an inventory document.

Problem is that if one Idoc processing takes longer than usual, the folowing idocs get an error because the Inventory Document "User <PIUSER> blocks physical inventory document XXXXX".

I figure out that I can manage this issue using queues or serialization, but I'm not sure / dont know how to do it.

Any advice?

Thanks in avance,

Ariel

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Abravo,

Check out below blog..

/people/sap.user72/blog/2005/12/12/how-to-prioritize-messages-in-xi

Hope this will help.

Thanks,

Nilesh

MichalKrawczyk
Active Contributor
0 Kudos

hi Nilesh,

>>Check out below blog..

>>/people/sap.user72/blog/2005/12/12/how-to-prioritize-messages-in-xi

prioritization will not solve the issue at all in this case

there are two ways you could go:

a) if your ERP is on was 6.40 you can use queues to post idocs in ERP

b) you can schedule IDOC reprocessing more often (every 5 mins let's say)

both approaches are described in details in my book:

http://www.sap-press.de/katalog/buecher/titel/gp/titelID-2086?GalileoSession=50249550A39Xd..iZgI

and I'd choose option b) in your case

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi,

Thank you!... In fact, solution A solved my problem.

Regards,

Ariel

Former Member
0 Kudos

Thanks Michal.

Answers (0)