cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

qRFC inbound IDOC error not lock the queue

jesusplazatorres
Discoverer
0 Kudos
519

Hi everyone,

We are creating inbound IDOCs in SAP system from abap proxy with IDOC_INBOUND_IN_QUEUE fm.

In IDOC Status Records, there is a status 75 with message IDoc received using qRFC: The IDoc was sent using qRFC with the queue name ****

If any IDOC is processed with error, it doesn't lock the queue **** and it doesn't appear in WEINBQUEUE tx.

What could be wrong?

Thank you in advance!

Accepted Solutions (1)

Accepted Solutions (1)

jesusplazatorres
Discoverer
0 Kudos

We found an enhacement spot that solved that: IDOC_INPUT_QUEUE_CONTINUE. 

On method INPUT_QUEUE_CONTINUE~QUEUE_CONTINUE you can control if the queue should continue or not with parameter RP_QUEUE_CONTINUE ('X' - queue should continue processing)

To know wich queue are you managing you have parameters IDOC_CONTROL (Control Record (IDoc)) and IDOC_QRFC_QUEUENAME (Name of tRFC Queue).

I hope it helps someone. Best regards.

Answers (0)