cancel
Showing results for 
Search instead for 
Did you mean: 

Alert without a BPM

Former Member
0 Kudos

Our Scenario

IDOC to XI to Vendor.

This is an ASYNCHRONOUS scenario.

NO BPM is Involved. NO BPM is Inolved.

If a Mapping fails I want to send an Alert message, whether it is feasible? How should I accomplish that.

thanks.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

Check this weblog

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

sekhar

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Rohini,

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:

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

Please do let know if it helped.

Regards,

Abhy

bhavesh_kantilal
Active Contributor
0 Kudos

ROhini,

This blog has all the steps needed to configure Alerts,

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

While defining ALert Rule , give NO RTESTRICTION and Alerts will be triggered no matter where an error occurs in XI.

If you are SP 14 and above 913858 note needs to be implmented.

If below SP14 , these steps also need to be done,

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

You can also send EMails through Alerts if needed.

Regards,

Bhavesh

Former Member
0 Kudos

Thanks.

So without a BPM can I have ALERT in my Scenario? Where will I be defining my Alerts where I dont have a BPM?

bhavesh_kantilal
Active Contributor
0 Kudos

Rohini,

Please take a look at the Blog ALerts - STep by Step I have given in my previosu reply.

You will get an Idea of how ALerts work. ALert frame work in XI can trap any error that occurs in XI.

1. You will define the Alert Category in the transaction ALRTCATDEF

2. Define FIXED RECIPIENTS

3. Declare the container variables.

4. Define Short Text and Long Text.

Then in RWB --> Alert Configuration --> You will define n ALert Rule for your Alert. This alert rule will metnion which error is to be trapped. If you give NO RESTRICTION< then no matter where an error occurs in XI< an ALertt will be triggered.

To test your ALerts, use the report RSALERTTEST from SE37.

If you go through the blog ALert s Step by STep, it will answer all your queries.

Regards,

Bhavesh

Former Member
0 Kudos

Thanks Bhavesh. I have gone thru that and I understands that even without a BPM I can send an alert message. Correct me if I am wrong.

Thanks again.

bhavesh_kantilal
Active Contributor
0 Kudos

Rohini,

<i> have gone thru that and I understands that even without a BPM I can send an alert message. Correct me if I am wrong. </i>

You can trigger ALerts without BPM.. YES..!!

For triggering ALerts with BPM, check this,

http://help.sap.com/saphelp_nw04/helpdata/en/43/1b9259fb002be8e10000000a11466f/content.htm

ANd also, this blog,

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

Regards,

Bhavesh

Former Member
0 Kudos

Bhavesh,

I followed step by step from your earlier response. ( Setting up Alerts without BPM ) and I did selected No restriction in RWB configuration and still couldn't generate Alerts. Dont know what I'm missing. Could you please tell what other checks we need to perform?.

Thanks

Former Member
0 Kudos

Hi Rohini,

Did you have a look at these blogs. Should help you out!

/people/ginger.gatling/blog/2005/12/02/innovative-ways-to-use-alerts

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

cheers,

Prashanth

P.S Please mark helpful answers