cancel
Showing results for 
Search instead for 
Did you mean: 

alert on a variable without BPM

Former Member
0 Kudos

Hello,

I have implemented a Idoc-PI-File scenario to integrate ECC to ESourcing.

I have implemented basic alert with the help of SAP ABAP table.

I want to trigger alert on a specific variable/field of the payload.

I can do that with the help of BPM. Is it possible without BPM?

Kindly reply.

Thanks & Regards,

Vishal K

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

>>>> I want to trigger alert on a specific variable/field of the payload.

What do you mean by specific variable/field in this context??

Regards

Ramesh

Former Member
0 Kudos

for example, in my case i have 2 interfaces viz. MATMAS and Vendor.

these are assigned a unique ID. I want to trigger this ID in alert when there is a error.

Former Member
0 Kudos

Hi,

Try using the RFC SALERT_CREATE for this.

Refer to the following link for more help

Regards

Former Member
0 Kudos

can yo uplease explain more

Former Member
0 Kudos

Please refer the following blog for the RFC usage :

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

Regards

former_member472138
Active Contributor
0 Kudos

Acheive this using JAVA Mapping. Refer this below thread for step by step guide.

http://www.saptechnical dot com/Tutorials/XI/alert/Page3.htm

Regards

Pothana

Former Member
0 Kudos

Hi Vishal,

As mentioned in the blog /people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function, alerts can be triggered from UDF.

In PI7.1, alerts can be triggered by using "RFC Lookup" standard function instead of UDF. SALERT_CREATE need to be used in the "RFC Lookup" standard function of Graphical Mapping. Refer this blog to work on RFC Lookup: http://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/20befc9a-aa72-2b10-ae9b-b0988791d...

Regards,

Geetha