cancel
Showing results for 
Search instead for 
Did you mean: 

Email Notification to multiple IDs problem

sweetysingh
Participant
0 Kudos

Hi Experts,

I am using SAP NetWeaver 7.2 SP05 PAT0005, and wanted to create a process which send automatic Email notification to multiple EmailIds.

I hade done this before using humane Activity to set EmailIDs in BPM context.

This time I wanted to use start process to map all email ID into BPM context.

I followed http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/10057e20-2ca2-2d10-1b91-a1b9a8c8e...  link.

The problem is: I have to send to max 5 EMailIDs which is comming from WD screen. but mail is going to only last EMail ID instead of all 5 email IDs. I dont understand what I am missing here. Please help and suggest me where I am wrong.

Here is my start process context from WSDL:

BPM Context:

Start Process Mapping:

Prepare Process Mapping:

Function:

Accepted Solutions (1)

Accepted Solutions (1)

Vasilis
Advisor
Advisor
0 Kudos

Hi,

check my blog

I think you are missing the Append assignment in step 3

regards,

Vasilis

sweetysingh
Participant
0 Kudos

Hi Jun/Vasilis,

Thank you so much.. I did append assignment and it worked fine..

Answers (1)

Answers (1)

junwu
Active Contributor
0 Kudos

pass the email as comma separated string

parse the string in your ejb

it will much easier for u