cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Client Proxy Exception Handling and Alerting

Former Member
0 Kudos

Hi,

When we call an outbound ABAP Proxy we have a try/catch section for handling system exception. In what situation the exception is thrown. Also since we are catching that exception, how alerting can be done via CCMS or Alert Framework.

Regards,

Sudharshan

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member192798
Active Contributor
0 Kudos

Hi Sudharsan,

First configure CCMS in XI System:-

/people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i

For Monitoring in the CCMS:-

http://help.sap.com/saphelp_nw04/helpdata/en/4d/6272376d3bfa2be10000009b38f8cf/frameset.htm

Go thro' this link for configuration scenario:-

/people/aravindh.prasanna/blog/2005/12/23/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part--1

I hope this helps.

Regards.

Praveen

Former Member
0 Kudos

hi,

The error can happen due to application error, may be incorrect data or or wrong type of data.

Or system error, in case the call to SAP XI is not successful.

Youc an use fault message for the same.

If you want to catch these exceptions in SAP itself and send alert then you can either use standard FM for raising alert.

More here:

http://help.sap.com/saphelp_nw04/helpdata/en/25/a45c3cff8ca92be10000000a114084/content.htm

Regards

Vijaya