cancel
Showing results for 
Search instead for 
Did you mean: 

Alerts

Former Member
0 Kudos

Hi All,

Could you please give me some info on alerts?

Regards,

Ashish

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Ashish,

The Alerts in SAP XI can be raised for error happening in:

1. Adapter Engine

2. Integration Engine.

1. These Alerts are system generated in case anything happens in either of the component.

For this you need to:

1. Create ALert Category in the Trnasaction ALRTCATDEF

2. Create Alert rules in Runtime Workbench--> ALert Configuration and associating these rules to Alert category.

If you want you can do it without a BPM

and throw an exception in case any of the values is missing:

have a look at this weblog on how to throw exceptions

in a nice way:

/people/alessandro.guarneri/blog/2006/01/26/throwing-smart-exceptions-in-xi-graphical-mapping

Also just go through <a href="/people/sap.user72/blog/2005/02/23/raising-exceptions-in-sap-xi-mapping Exceptions in SAP XI Mapping</a> and see if it helps you solve the problem.

Also go through these links:

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/3f/567ddea69d3d4c93a6aedabd08899e/frameset.htm">Forwarding Alerts to Alert Management (ALM)</a>

<a href="http://help.sap.com/saphelp_nw04/helpdata/en/3f/81023cfa699508e10000000a11402f/frameset.htm">Alert Management</a>

<a href="/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step: Alerts - Step by step</a>

<a href="/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide: Alerts - Troubleshooting guide</a>

http://help.sap.com/saphelp_nw04/helpdata/en/dc/6b7f2243d711d1893e0000e8323c4f/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/68/253239bd1fa74ee10000000a114084/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/cf/f2bbc8142c11d3b93a0000e8353423/frameset.htm

http://help.sap.com/saphelp_nw04/helpdata/en/5d/2166e6a91d11d188de0000e8216438/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/05/bb223905b61b0ae10000000a11402f/content.htm

For a Simple case with BPM refer:

http://help.sap.com/saphelp_nw2004s/helpdata/en/33/4a773f12f14a18e10000000a114084/frameset.htm

To send an EMAIL, assign an EMAIL ID to the corresponding user in the transaction SU01 and then set up SCOT and you can send emails when the ALERT is triggered..

Once you have configure Alerts, you will get the Alerts into ALERT INBOX in RWB of the user. To also get the email, the following needs to be done,

1. In SU01 -- Assign the Email ID for the Recipient of the ALERT.

2. In , RWB>ALERT INBOX> PERSONALIZATION--> Time Independent Delivery and Email are selected.

3. Finally, SCOT needs to be set up to send Emails. Check this for the same. You can ask your BASIS team to do this step.

http://help.sap.com/saphelp_nw04/helpdata/en/23/1edf098ea211d2b47300609419ed29/frameset.htm

Also, In ALRTCATDEF, go to SETTINGS--> CONFIGURATION. By default, the option selected is INTERNAL PROCESSING. Select the option SMTP FORWARDING AS XML and give the email id. This will enable you to send an email alert whenever an error occurs in XI.

I hope it helps.....

Regards,

Abhy

Answers (3)

Answers (3)

bhavesh_kantilal
Active Contributor
0 Kudos

Ashish,

adding to the discussion here.

There are 2 ways / 2 majors areas when it comes to XI alertng,

<u><b>1. With BPM</b></u>

it is possible to trigger Alerts from your BPM with dynamic Text for the alerts. You do this using the Control Step of your BPM and this is similar to say the TRY -- CATCH concept of a Java environment!

<u><b>2. Without BPM</b></u>

In real time projects during support stages, it becomes necessary to have an automatic initmation in case any error occurs in XI at any stage in the pipeline. In this case, you can configure ALERTS using the ALRTCATDEF ( alert category ) and then you configure Alert Rules for the same.!

Looking into the blogs and links pointed above should now give you a better idea

Regards

Bhavesh

Former Member
0 Kudos

What is SCOT???

Ashish

Former Member
0 Kudos

its SAPconnect administration transaction (SCOT )

bhavesh_kantilal
Active Contributor
0 Kudos

SCOT is a basis activity that allows sending of Emails , fax etc.

Basically the confirguration of SMTP,

Regards

Bhavesh

Former Member
0 Kudos

Hi,

Refer these blogs to know how to raise alerts in XI

/people/krishna.moorthyp/blog/2006/04/08/reconciliation-of-messages-in-bpm

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step

/people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function

Regards,

Uma

Former Member
0 Kudos

Hi ,

If you want to send Alerts to Email following configuration required...

1. Assign the mail id of the recipeint of the alert in Su01

2. Go to the alert inbox of the recipient , in the option / link --> personalization --> Time Independent Delivery --> select EMAIL.

Now, if scot is configured for every alert, the mail will be forwarder to the recipeiens mail id allocated in SU01

check these blogs also...

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-step

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide

Sekhar