cancel
Showing results for 
Search instead for 
Did you mean: 

Error Handling and alert for HTTP 401

markbernabe
Active Participant
0 Kudos

Hi Experts,

We have an asynchronous ECC (Proxy) -> File via local processing. 1 of the outbound proxy message encountered 401 HTTP_RESP_STATUS_CODE_NOT_OK error and didn't reach PI. We have used exception class CX_AI_SYSTEM_FAULT in our program but the error was not caught.

1. Can we really catch this error via exception class CX_AI_SYSTEM_FAULT?

2. If not, how can we catch this error and also notify/alert us when such error occurred in ECC when sending the proxy message to PI?

3. Outbound proxy errors can only be handled in ECC itself and not in PI?

Has anyone done this before? Appreciate your inputs regarding this matter.

Thank you so much!

Mark

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mark,

Check out below helpful thread,

Regards,

Krupa

markbernabe
Active Participant
0 Kudos

Thanks Krupa! Will check this out.

Answers (1)

Answers (1)

markbernabe
Active Participant
0 Kudos

Hi,

We've just used Acknowledgements for Asynchronous in our client proxy to capture system errors in ECC such as this. http://help.sap.com/saphelp_nw70/helpdata/en/f4/8620c6b58c422c960c53f3ed71b432/content.htm

Regards,

Mark