cancel
Showing results for 
Search instead for 
Did you mean: 

Doubts regarding Alerts in XI

Former Member
0 Kudos

Hi ,

I have couple of doubts regarding XI Alerts .

1) <b>How to raise Alerts in ABAP Sender proxy</b> . Say for example if sender

ABAP proxy fails to send message how to raise alert . please provide steps

how we can achieve this task.

2) <b>How to raise Alerts in IDOC Scenario</b> . How to raise ALERTS if IDOC

fails in sender or receiver R/3 system.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Have a look at this.

http://www.saptechnical.com/Tutorials/XI/AlertConfiguration/AC1.htm

/people/sukumar.natarajan/blog/2007/01/07/how-to-raise-alerts-from-abap-proxy

Refer this also

/people/michal.krawczyk2/blog/2006/06/22/xi-playing-with-the-file-adapters-acknowledgments

    • Reward points if find useful.

Message was edited by:

Akshay Jamgaonkar

Message was edited by:

Akshay Jamgaonkar

Former Member
0 Kudos

Hi Akshay,

Thanks for your reply . I know how to create ALERTS in XI , but i want to know how to create alerts in R/3 Side , how to trigger ALERTS is some thing goes wrong on R/3 side.

Former Member
0 Kudos

> how to trigger ALERTS is

> some thing goes wrong on R/3 side.

If you are talking about the Receiver then XI will only throw an Errors for connection..how XI come to know what R3 is doing:)

whatever R3 send as a response (Error or Acknowledgemnt) XI display that in Moni or AE:)

Former Member
0 Kudos

How about sender side .. how to through ALERTS if there is some problem in the sender PROXY.

former_member192798
Active Contributor
0 Kudos

Hi,

Once you create the Alert Category, choose the sender interface and set alert rule for proxy. There are different exceptions associated with this. Choose the one for which you wanted to trigger alert. You are done.

Regards.

Praveen

Former Member
0 Kudos

Hi Praveen ,

Thanks for your reply . We can create ALERT rule in XI , my question is what should we do if the message fails in the sender R/3 system itself.In such case how to raise an ALERT.