cancel
Showing results for 
Search instead for 
Did you mean: 

Alert without BPM

Former Member
0 Kudos

Hi

Is it possible to use Alert Framework without using a BPM?

Rahul Singh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Yes.

Standard CCMS alerting techniques can be used.

Alert Framework can be used to define and configure customized Alert categories.

JAVA mail API inside mapping programs can be used to send emails once error is encountered or a business rule is failed.

A dummy interface can be created which would be triggered for messages in error status to be routed to a mail adapter. The mapping program could use an external database to get details for email recipients and messages.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hello ,

Yes....

Check out this-

http://help.sap.com/saphelp_nw2004s/helpdata/en/80/942f3ffed33d67e10000000a114084/content.htm

Which SP Level are you on? IF sp14 and above , just follow the steps shown in the blog by Michals -- Alerts Step by Step .

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

If you are below Sp 14, a few other configuration needs to be done, which is shown in this blog,

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

If you face an issue with Alerts not getting triggered, note : 913858 will have all answers.

**************Reward points,if found useful

Former Member
0 Kudos

yes it is.

you can call the RFM SALERT_CREATE to generate an alert programatically.