cancel
Showing results for 
Search instead for 
Did you mean: 

Application Acknowledgement for IDOC in Status 68

AM7
Explorer
0 Kudos

Hello,

I have a PI integration process that sends IDOCs to SAP ECC and waits for an application acknowledgement.

For this purpose a background job is scheduled in SAP ECC that executes RBDSTATE report and sends ALEAUD IDOCs in case of success (status 52 and 53).

Now sometimes I have the situation that an IDOC can not or should not be correctly processed however the integration process should continue anyway.

In this case I normally set the status to 68. However this status doesn't work with application acknowledgement because it is treated as a permanent error system acknowledgement.

Is there a way to continue with the next step of an integration process despite this system error?

Currently the only workaround is to set these IDOCs manually to status 53.

Thank you in advance for helping

Andreas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Andreas

I think we can not do this inside BPM. Are u sending the acknowledgement back to the sending system??

AM7
Explorer
0 Kudos

Hi Indrajit,

yes I'm sending it back.

Luckily I found a solution. You can catch the system error as an exception in the send step and just continue with the next step when this happens. So the process completes correctly.

Thanks

Andreas

Answers (0)