cancel
Showing results for 
Search instead for 
Did you mean: 

Alert Thresholds

Former Member
0 Kudos

I know how to configure alert classifications, categories,and rules. At this point, I am trying to figure outhow to send an email alert out when a threshold has been reached. For example, I receive a certain number of order errors within the messaging architecture and want to send an alert page out to production support when a certain threshold has been reached. How do I handle error thresholds within SAP XI architecture? I know 'Max No of Dels' exist within Runtime workbench alert architecture. But, this variable deals with max

number of times alert is sent out, which I do not want at all.

Thanks

Chris Hitzke

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Chris !

Maybe you can find a BAPI that could read the alerts table and check if there are more than N alerts for the specified component and do there the logic to check if the threshold has been reached. Then this ABAP program should be scheduled to run regularly.

Check BAPIs starting with name "BAPI_SYSTEM_*" in SE37

Regards,

Matias.