cancel
Showing results for 
Search instead for 
Did you mean: 

Alert Framework

Former Member
0 Kudos

Hi Experts,

I am designing the Alert Framework for our scenarios, the requirement is that the Alert message should display the <u><b>Purchase Order number</b></u> along with the error details.

How to achieve this.

Thank you,

<b>

MK</b>

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Check some links on Alerts,

For email alerts

/people/aravindh.prasanna/blog/2005/12/24/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-2

/people/aravindh.prasanna/blog/2006/02/20/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-3

/people/sap.user72/blog/2005/01/14/alert-management--improving-monitoring-of-your-landscape

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

You have to do SMTP Configuration for EMail and SMS.....

http://help.sap.com/saphelp_nw04/helpdata/en/af/73563c1e734f0fe10000000a114084/content.htm

Alerts

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

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--step-by-stepCheck out these:

Get all the details here

CCMS ALERTS

/people/sap.user72/blog/2005/11/24/xi-configuring-ccms-monitoring-for-xi-part-i

/people/sap.user72/blog/2005/12/05/xi-grmg-customizing-for-xi-ccms-heartbeat-monitoring-part-ii

/people/aravindh.prasanna/blog/2006/02/20/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part-3

Alerts

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

• Auto triggering of alerts

• SCOT

See this link : http://help.sap.com/saphelp_nw70/helpdata/en/da/a3a7408f031414e10000000a1550b0/frameset.htm

heck this weblogs on creating them and troubleshooting:

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

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

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

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/9418d690-0201-0010-85bb-e9b2c1af...

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

Further reference

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

Also suggested go through the blog:Alerts with variables from the messages payload

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

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

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

/people/matt.kangas/blog/2006/06/27/personalized-alert-delivery

U may proceed in the following ways:

1. Reduce the securit settings of ur browser and enable the cookies

2. Try to SSO enable ur scenario

Have a look here:

SAP Note 840849

The configuration required as per ur patch level

SAP Note 913858

Check out these:

Regards,

Phani

Reward Points if Helpful

prabhu_s2
Active Contributor
0 Kudos

also using the rfc enabled f/n module SALERT_CREATE u can trigger alerts from udf

Former Member
0 Kudos

HI,

You can generate the alerts in variuos manner. Please check out the below methods. Either you can pass the value of PO through the Function module or raise the alert using the BPM.

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: This is used for sending the mapping and adapter related errors.

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

Thanks and Regards,

Chirag Gohil

prabhu_s2
Active Contributor
0 Kudos

if u want to raise more descritive alerts from mapping check this blog:

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

if the interface is failing for other cause then not sure on how to trap the PO number for alerts