cancel
Showing results for 
Search instead for 
Did you mean: 

How to configure ALERTS

Former Member
0 Kudos

Hi,

All

we are doing IDOC To JDBC Scenario in our scenarion there is no NULL Check, using Value mapping we validating the data. here no concept of BPM. if any Error

occured in Value mapping we have to raise an elert to SAP system.if any system Error in we have to raise an alert to XI admin as well as SAP system.

how can we is there any documents

thnx in advance

regards

m.kumar

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

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

Message was edited by: Abhy Thomas

Answers (1)

Answers (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Take a look at this blog,

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

Let us know if you have any questions after going through it.

Regards,

Bhavesh

Former Member
0 Kudos

Hi,

Bhavesh

Thank you for your prompt reply and I appreciate your help.

But, here we are not using the BPM in our scenarios. with out using the BPM control step we can not configure the alerts i think.

if it possible tell us how can we.

regards

m.kumar

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

You can configure alerts without BPM.

that is what the blog i have given you describes how.

1. Define Alert Category in ALRTCATDEF

2. Define Alert Rules in RWB --> Alert Configuration

And depending on the alert rules , if an error occurs in XI, the alert will be triggered.

Read the Blog by Michal and you will get the picture and then let me know if you need any inputs.

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

Regards,

Bhavesh

Former Member
0 Kudos

As Bhavesh suggested create alert catagory in through ALRTCATDEF tcode

Goto RWB-alert configuration->update table you will find the cretaed alert.->

double click it in alert rule window u find the created alert in alert category

just put the relevent information->add rule.-> you will find the information in alert rules

whenever any error comes this alert will be triggered.