cancel
Showing results for 
Search instead for 
Did you mean: 

Throw Alert not send dynamic content.

Former Member
0 Kudos

Hi experts,

I needed throw alerts from RFC SALERT_CREATE and adding some variables by the container.

I have this:

- Alert Category:

- Static Text.

- Container: ERROR (type CHAR255, and multiline).

- Long and Short Text: Text of testing. And display content variable ERROR.

- Throw Alert Category by RFC, where remote call from Java:

- The necesary code for execute SALERT_CREATE. This code is the same of blog:

Triggering XI Alerts from a User Defined Function:

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

When i'm testing this method for execute the alerts, not sending the dynamic content of alert category.

Any help??

Regards,

Jose.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Thanks friends,

My scenario is a BPM system. I needed throw alerts that containing information provide from life cycle of BPM.

I thinked of throw this alerts from:

- BPM alert step: by the 130 chars limitation...

- BPM send step: by send step call RFC SALERT_CREATE, including the data variables in table parameters (corresponds to container).

- BPM transformation step: by UDF from mapping, call RFC SALERT_CREATE, including the data variables in container.

The RFC SALERT_CREATE is in XI, but i'm calling from other systems. When i execute this RFC from transaction se37 in XI ABAP stack run's good. But, i execute this RFC from transaction se 37 in other sap system, not run. The content of message alert not send. The same, if i execute this RFC from Java/JCo.

I have debuggin in RFC and in all cases the information is received from import and table parameters.

Regards!!

Jose.

Former Member
0 Kudos

Thanks Swarup and Phani,

My problem:

When i execute this alert from XI(ABAP Engine) with ABAP program, the execution is good. I receive the message subject and message content.

But, i execute from other system (Java/JCo, ABAP from R/3, mapping from BPM, etc.) the alert category, by RFC SALERT_CREATE, not send the message subject and message content.

I have debug and verify if its giving any values at runtime, and it's OK.

I'm not understand...

Thanks!!

Former Member
0 Kudos

Hi,

For BPM scenario to trigger alert check these links.

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

Regards,

phani

Former Member
0 Kudos

Hi Jose,

But, i execute from other system (Java/JCo, ABAP from R/3, mapping from BPM, etc.) the alert category, by RFC SALERT_CREATE, not send the message subject and message content. - See to trigger your alert from your UDF, you will have to execute your whole scenario........just by testing the mapping, the alert message will not be sent because communication channel information is not available in IR during testing of mapping................

ABAP from R/3 - it will not create alert message as the alert category is created in XI and not in R/3.

mapping from BPM - BPM uses dynamic content of alert messages...............

Hope you are now clear about alert message creation.

Regards,

Rajeev Gupta

Former Member
0 Kudos

Hi,

Please refer below link - here you will get the code also. You can refer your development with it.

http://help.sap.com/saphelp_nw04s/helpdata/en/d0/5e073c8e56f658e10000000a114084/frameset.htm

also may I kindly request you to debug it and verify if its giving any values at runtime.

thanks

Swarup

Former Member
0 Kudos

Hi,

Check soome links on Alerts,

https://www.sdn.sap.com/irj/sdn/forums

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

Trouble shooting Alert configuration:

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

/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions

Alert Inbox

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

Alert Notification Step-by-Step

http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm

Defining Alert Classifications

http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm

Triggering Alerts

http://help.sap.com/saphelp_nw04/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm

Setting up alerts

Alert Management

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e04141e8-0f11-2a10-adaa-9d97b062...

Alert Notification

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/90f449a8-a6db-2910-a386-d2b5999f...

Custom Alerts in CIC Win Client for CRM 5.0

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/601db2b2-2839-2a10-0381-8807979f...

Understanding u'r SAP EarlyWatch Alert Report

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/4b88cb90-0201-0010-5bb1-a65272a3...

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

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.

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

Regards,

Phani

Reward points if Helpful