cancel
Showing results for 
Search instead for 
Did you mean: 

Email Notification in XI

Former Member
0 Kudos

I want to configure XI in synchronous scenario that when never I receive the fault message, it will trigger an email alert to some people.

How could I do that. Do I need to configure additional scenario or is there any built-in XI function for that?

Thanks

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Sorry, not what I want. Thanks anyway

Former Member
0 Kudos

Hi,

As per my understanding you need to pass the contents of the fault message to the particular mail ID. rectify me if it is worng

The above scenario can be achieved with using the below steps,

-- Trace if the Fault Message type is empty or not and accordingly pass it to the Mail adapter with required mail ID. (Conditional Editor in Receiver Determination)

-- Use BPM with exception handler and use the BPM container objects with transformation step to send mail.

Let me know if you get hint from this, or your are looking for any other scenario.

Thanks

Swarup

Former Member
0 Kudos

Hi,

I m not sure whether u can send the falut message by email or not? But u can send the mapping related errors or IS or Adapter engine related errors through Alert configuration.

For raising an alert you need to first configure the alert please follow the below weblog written by Michal Krawczyk

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

Configuration steps are: go to transaction ALRTCATDEF

1) Define Alert Category

2) Create container elements which are used for holding an error messages.

3) Recipient Determination.

Alert can be triggered in different ways.

1) Triggering by Calling a Function Module Directly.

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

2) Triggering by Calling a Function Module in the Workplace Plug-In.

3) Triggering with an Event Linkage.

4) Triggering with the Post Processing Framework (PPF) or Message Control (MC)

5) Triggering from a Workflow.

6) Triggering from CCMS with autoreaction.

7) Triggering from BPM.

/people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated

/people/community.user/blog/2006/10/16/simple-steps-to-get-descriptive-alerts-from-bpm-in-xi

😎 Triggering alert by configuring a rule from RWB.

http://help.sap.com/saphelp_nw2004s/helpdata/en/56/d5b54020c6792ae10000000a155106/content.htm

Hope this will help you.

Thnx

Chirag