cancel
Showing results for 
Search instead for 
Did you mean: 

Generate PI alerts for Runtime exceptions in other SAP ERP system

Former Member
0 Kudos

Hi All

We usually get alerts in PI Alert inbox.

For some specific interfaces, we will need to raise an alert to other SAP ERP system user.

Is there anyway generating this kind of exception?

Thanks

Sai

Edited by: Sai Krishna on Jun 30, 2008 3:08 PM

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

you can make it like this

,get the alerts (raised in XI) stored in ERP custom table ,

prepare a report for sending alert to user as per your requirement.

Former Member
0 Kudos

>

> you can make it like this

>

> ,get the alerts (raised in XI) stored in ERP custom table ,

> prepare a report for sending alert to user as per your requirement.

Could you please explain me little bit more?

How can we store alerts in ERP table?

Thanks

Sai

bhavesh_kantilal
Active Contributor
0 Kudos

would not recommend this approach of using ERO tables etc when the requirement is to forward the alert to multiple users if I understand right.

.

Our approach has been simple and it works. Create a group email id - alerts forwarded to this email id and this is thereby not tied to any particular user.

Regards,

Bhavesh

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Sai,

There are 3 ways you can do this.

1) Like VJ said "sending an Email using mail adapter from with in a BPM" Which will be a little complex and preformance wise may be slow but sounds neat .

2) Use the Work Flow WS71000002 ( AlertSendWf ) to capture and trigger a RFC or a Mail to the concern system

For this you will require the services of a Workflow guy; but this will be fast and recommended if the error are being caught in a SAP to SAP landscape

3) You can use this link to generate a group email this is what I have implemented in our landscape

http://sapdocs.info/wp-content/uploads/2009/01/alert-configuration-in-xi.pdf

Regards

Gagan

Edited by: GAGAN S. KASANA on Mar 2, 2010 5:17 PM

Edited by: GAGAN S. KASANA on Mar 2, 2010 5:17 PM

GabrielSagaya
Active Contributor
0 Kudos

have a look at the following to configure alerts

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

Former Member
0 Kudos

Hi

We have already configured all alerts and it is working fine.

My question is different. We will need to raise alerts in other SAP ERP system for specific interface.

Thanks

Sai

VijayKonam
Active Contributor
0 Kudos

I do not see any other possibility other than sending an Email using mail adapter from with in a BPM.

VJ