cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Alert Configuration

Former Member
0 Kudos

Hi Experts,

I need to configure alerts dnamically for all types of errors, must to intimated to the registered users via email.

Please suggest how this could be done.

Regards,

Sushama

Accepted Solutions (1)

Accepted Solutions (1)

former_member200962
Active Contributor
0 Kudos

If you want to maintain only one alert category for all the alerts (AE, IE) then in RWB --> Alert Configuration (while creating Alert Rule) --> Where did the error occur? --> Select No Restriction.

For sending emails the configuration can be referred from here: /people/pravesh.sharma/blog/2009/07/02/configuration-for-forwarding-alerts-as-emails

Regards,

Abhishek.

Former Member
0 Kudos

Hi,

If we have 3 different users with differnt IP address for the mail Host?

Can we make entries for multilple SMTP hosts?

Please suggest.

Regards,

Sushama

Answers (3)

Answers (3)

former_member185881
Active Participant
0 Kudos

Hi

use transaction code = alrtcatdef

  • create Alert Category

  • Create short message or Long Text

  • Define Container

  • Under Fixed Recepients give the recepiants name.

  • Go to Runtime Work bench there click on Alert config

  • Define Alert Rule there.

Refer :

http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/00e97ba2-85ce-2b10-20bc-bc05cd172...

http://wiki.sdn.sap.com/wiki/display/XI/AlertConfigurationin+XI

Regards

Dheeraj Kumar

jose_augastine3
Active Participant
0 Kudos

Hi Sushama,

Hope this helps

Alert Configuration u2013 Step by Step Guide

http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/00e97ba2-85ce-2b10-20bc-bc05cd172154

Regards,

J Augastine

Former Member
0 Kudos

Hi,

Normal Alert configuration will itself suffice for this ...

i.e Default Alert FrameWork can throw alerts for all types of errors which gets generated during runtime....

Please share more details if your are looking for some other options not available with default alerts...

HTH

Rajesh

Former Member
0 Kudos

Hi Rajesh,

Actually, I want to achieve this by using RFC SALERT_Create, where for specific error categories, specific users will be informed through alerts.

Please suggest.

Regards,

Sushama

former_member187339
Active Contributor
0 Kudos

Hi Sushama,

1. Create an alertcategory definition and add the users who should receive the mail as Fixed Recepients

2. Wherever you call the Function Module pass the above created ALERTCATegory

Regards

Suraj