cancel
Showing results for 
Search instead for 
Did you mean: 

How to define container variable to Payload value in the Alerts

Former Member
0 Kudos

Hi all

How to define container variable to Payload value in the Alerts?

Regards

Rams

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

possible with BPM only

Former Member
0 Kudos

any solution??????????

former_member194786
Active Contributor
0 Kudos

Hi Rams,

You mean you need to use payload values to generate alerts, or you need to know about the container variables?

For the later case, use the following link:

http://help.sap.com/saphelp_nw04/helpdata/en/d0/d4b54020c6792ae10000000a155106/frameset.htm

Regards,

Sanjeev.

Former Member
0 Kudos

if suppose my payload is like

<header>

<PONumber>12345</POnumber>

<details>

<xxx>111</xxx>

</details>

</header>

but in my alerts i want to get the value of PONumber like

A error has occured for PONumber is 12345

how to get this payload value in Alerts (means how to create containervariable for payload)....

reagrds

rams

Former Member
0 Kudos

You can not do this. You can only use the standard container variables for the alert message. Apart from the standard container elements all other text is hard coded and can not be filled dynamically in alert message.

P.S: If BPM is an option, you can still achieve this. There was a blog by Michal on this topic. Just do a search for it.

Edited by: Jaishankar on Nov 20, 2008 3:36 PM

Former Member
0 Kudos

There is no BPM in my scenario....

without BPM how to achieve this one..any idea....

Former Member
0 Kudos

????