cancel
Showing results for 
Search instead for 
Did you mean: 

Access XML Content from Alert Category (ALRTCATDEF) ?

Former Member
0 Kudos

Hi PI Expert,

is that possible to access xml content from Alert Category (ALRTCATDEF) if the error occurs from Adapter engine.

For example IDOC number / PO Number, so i can put in into Subject email notification.

At the moment i am only know how to send dynamic data from ccBPM.

Please advise.

Thank You and Best Regards

Fernand.

Accepted Solutions (1)

Accepted Solutions (1)

RaghuVamseedhar
Active Contributor
0 Kudos

Hi Fernad Lesmana,

As far as I know, we can refer to fixed list of Available Container Variables: Message ID, Error category, Error code, Sender party, Sender namespace, Sender interface, Receiver party, Receiver namespace, Receiver interface and [so on |http://help.sap.com/saphelp_nwpi711/helpdata/en/d0/d4b54020c6792ae10000000a155106/frameset.htm]. We cannot access the payload of message using ALRTCATDEF. i.e., we cannot read content of payload and keep it in subject line. As you have mentioned, it can be done using [ccBPM|/people/michal.krawczyk2/blog/2005/03/13/alerts-with-variables-from-the-messages-payload-xi--updated ] .

FYI. Alert can be triggered from mapping program (using java code in UDF). Please refer this [blog|http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/4077] [original link is broken] [original link is broken] [original link is broken];. For this UDF you can a condition like if order number > 2000 then trigger alert. But to trigger this alert, mapping should be executed, i.e., if message fails in Receiver determination, alert will not be triggered.

Regards,

Raghu_Vamsee

Answers (0)