cancel
Showing results for 
Search instead for 
Did you mean: 

Alerts in mail format

Former Member
0 Kudos

Hi ALL,

My scenario is Idoc to SOAP I.e. Web Services

I want to trigger alerts if there are any system errors, currently I have done with Alerts in Alert inbox.

But I need to send the same alerts to some email ID within the organizational network

Can anyone send me the step by step procedure?

Regards

Shakif

Accepted Solutions (0)

Answers (2)

Answers (2)

jyothi_anagani
Active Contributor
0 Kudos
sugata_bagchi2
Active Contributor
0 Kudos

Hi Shakif,

If you want to config these then you have to create the alert in the SAP PI ABAP stack for IE and AE first.

Define the container variable whose value will be replaced by the original value at runtime.

while configuring you will have a long text tab, here a text you need to enter which will be seen in AE.

now log in to RWB of the PI server and go to the alert config tab, set the rule and made the rule active.

now subscribe the rule. you will find this in RWB-> alert inbox -> subscribe.

now your rule is set.

now you have to maintain a valid user email IDs in the user profile bye SU01.

now you are all set up to receive the mail in you email Id.

points to note:

RFC connecting to the RWB should be running and Up.

XI server should not be blocked

RSALERTPROC should be runinfg in the background to delete the old alerts.

Thanks

Sugata B