cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP Proxy - Error situation

Former Member
0 Kudos
118

I am developing inbound ABAP proxy. Using fault message and raise exception, I can safely fail the ABAP proxy without blocking the queues.

If I want to configure ALERT message to be sent to a email id in this scenario, how do I achieve this? Can this be done using Alert configuration? or do we need to use BPM? IF BPM is the only alternative, can anybody indicate the BPM steps?

View Entire Topic
Former Member
0 Kudos

Hi,

an alternative would be to call the Alert Framework from ABAP coding of your Proxy. Look at this page http://help.sap.com/saphelp_nw04/helpdata/en/d0/5e073c8e56f658e10000000a114084/content.htm about triggering alerts by calling function modules or using event linkage.

Best regards

Christine