on 2020 Nov 03 1:48 PM
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!
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.