cancel
Showing results for 
Search instead for 
Did you mean: 

Exception Subprocess for IDoc Receiver Adapter

06-23-2026 11:23 AM
322 views 2 comments
0 Likes
SAP Managed Tags
Subscribe

Hi,

We are developing a scenario, where we have an ECC system receiving IDoc from Cloud Integration through Cloud Connector. We use a request-reply shape with IDoc receiver adapter. We have an exception subprocess wrapped around the IDoc receiver adapter. However, we observe that when the call has failed (IDoc data issue, or Cloud connector is down, for example), the flow does not get into the exception subprocess; rather it simply fails at the IDoc adapter step. Screenshot of our configuration is given below. We have tried to wrap the IDoc receiver into a separate local integration process, as per suggestion from this link, to no avail. We tried to go through the help documentation, but there is no mention of this behavior as well. Any hint on this behavior will be appreciated.

IDoc with Exception Subprocess.png

IDoc Subprocess.png

Thanks,

Sid

 

0 Likes

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Likes

Actually, just now solved it ourselves. The trick was to set the "Return HTTP Response Code as Header" checkbox in the receiver adapter. This forced the IDoc receiver adapter to go into the exception subprocess.

Thanks,

Sid