cancel
Showing results for 
Search instead for 
Did you mean: 

UDFs for alerts

Former Member
0 Kudos

Hi all,

Can anybody give idea about how to Handle hte UDF with Java to Triggering alerts, Exceptions and reading one UDF values in other UDF.

Regards

Manoj Kumar

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Manoj,

Take a Look at the Folowing Blogs

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

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

/people/michal.krawczyk2/blog/2005/09/09/xi-alerts--troubleshooting-guide - Trouble shoot alert config

/people/aravindh.prasanna/blog/2005/12/23/configuring-scenario-specific-e-mail-alerts-in-xi-ccms-part--1 -- ccms alerts – 1

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

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

Alerts with variables from the messages payload (XI) - UPDATED -

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

Regards

Khanna

bhavesh_kantilal
Active Contributor
0 Kudos

Take a look at my blog,

<a href="/people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function">Triggering XI Alerts from a User Defined Function</a>

Regards

Bhavesh

Former Member
0 Kudos

Hi Manoj,

to handle exceptions in java, you can use try-catch block........in the catch block, you can handle your exception which occurred in try block..........

you will not be able to use one UDF value into other UDF directly as you cant invoke one UDF in other UDF.......its workaround is to set global container variables in one UDF and accessing the values of these variables in other UDF........

Thanks,

Rajeev Gupta

Former Member
0 Kudos

Hi

this blog should help you

/people/ravikumar.allampallam/blog/2005/08/14/choose-the-right-adapter-to-integrate-with-sap-systems

regards

krishna