cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Code to move Inbound Error IDOCs to Error Queue

lars_patzold
Discoverer
0 Kudos

Hello Guys,

We have Inbound IDOCs using single Queue(EOIO from PI) for a Business process. if one IDOC Fails.. all the IDOCs are caught behind it. Is there ABAP Report or custom code to move the error IDOCs into a separate Queue ?

we can't use parallel queues due to performance issue

I am looking for standard ABAP report or Custom designed code to move the error IDOCs to error queue and process the rest of the messages using RSEINBQUEUE Report.

Right now we are processing manually through WEINBQUEUE transaction.

Thanks

Accepted Solutions (0)

Answers (1)

Answers (1)

Jelena
Active Contributor
0 Kudos

Google -> move IDoc to another queue -> finds a similar question.

I believe you need to ask this in PI tag rather than ABAP and others you've picked. This seems to be some PI feature. Without PI, I have not heard of the IDocs being moved to another queue.

Also when the IDocs are queued, this is usually done on purpose, because there are some data dependencies. You might want to think through the whole process and analyze why the errors happen to begin with.

former_member607993
Contributor
0 Kudos

lars.patzold

jelena.perfiljeva

I'm facing similar issues wherein QRFC queues are getting stucked in SMQ2 inbound queues of SAP S4H and it should be processed in EOIO quality of service.

Requesting you to kindly provide some inputs around the custom program in elucidate or other way to resolve this.

Thanks!