cancel
Showing results for 
Search instead for 
Did you mean: 

Mail to multiple Partner function

Former Member
0 Kudos

Hi,

We are in process of implementing SOLMAN CHARMS .

i have a requirement where i need to send mail to multiple partner function.

I have created a z action , however it gives option to select only one Partner function.

Is there any way to send mail to multiple Partner function or any workaround for this?

Kindly suggest.

Regards,

Sangvir Singh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I had a requeriment where I had to send mails to one partner, and CC to other. The only way to achieve it I could found was to copy the class CL_DOC_PROCESSING_CRM_ORDER and add a couple of lines to achieve it.

Answers (2)

Answers (2)

0 Kudos

Hello Sangvir,

As stated, you can create multiple actions (if you do that, don't forget to properly tune the action merging). This is the best option, because involves only configuration.

You can also add a few ABAP code in a new implementation of the standard send mail method and add multiple mail destinations in the "To" or "CC" fields. This is simpler than sounds to be. Ask for an ABAPper to analyze the method source code and he/she will adapt it for you in a question of hours.

Best Regards,

C Canzone

Former Member
0 Kudos

Hi,

you can only create one email action for one partner function.

The work around is to have multiple actions, one for each partner function.

Regards,

Christoph