cancel
Showing results for 
Search instead for 
Did you mean: 

Alert dynamic recipients

Former Member
0 Kudos

Hi all,

I'm trying to send an alert to recipients that are determined during runtime. The scenario is: bpm gathers messages from different systems and depending on their content sends alerts to corresponding recipients(right now alert is sent just to one fixed recipient). In alert help documentation http://help.sap.com/saphelp_nw04s/helpdata/en/49/cbfb40f17af66fe10000000a1550b0/frameset.htm it's declared that it's possible(Application Determines Recipients), but actually it's not explained

Thank you.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Dmitiy,

as per the document alert is triggered by calling a function module, the application passes the recipients in the table IT_RECIPIENTS, which is declared as a table of the structure SALRTSRCP.

so u please develop a abap mapping in u r BPM before ur exception handler. so by this way u can achive the functionality.

Thank You,

Madhav.

Note: Points If Useful.

DG
Active Contributor
0 Kudos

Hi,

You can use roles on the alert, I don't know if this is what they mean with dynamic recipients.

Otherwhise you can send a mail to the indvidual.

/daniel

Former Member
0 Kudos

Daniel,

Roles are determined in alert category, while they are speaking about application determination.

Thank you