Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

How to send a mail with copy to some other receipients thorugh Workflow

Former Member
0 Kudos

Hi,

I need to send a mail to one Recipient and also copy some other Recipients throught workflow. I've set up a mail step in my workflow and that sends a mail perfectly. But is there a way to add CC to that step so that when the Recipients get a mail they know that they only have been copied.

Thanks in advance.

2 REPLIES 2

martin_voros
Active Contributor
0 Kudos

Hi,

I am not sure if it is possible with standard Send email step. But you can call any FM from your workflow or method of business object. Hence you can write your own FM which will send an email with CC as well and just simply call it from workflow You can use FM SO_NEW_DOCUMENT_SEND_API1 to send email. You need to use parameter COPY in RECEIVERS table for email addresses from CC.

Good luck

Former Member
0 Kudos

Hi,

Find the following link.

https://www.sdn.sap.com/irj/scn/wiki?path=/display/abap/sendanExternalmailthroughSAPBusinessWorkflowandRecieversaddressin+CC

Thank you,

Sekhar.