<div>Hi Akshay,</div>
<div>I dont think we can send a CC using a send mail step of a workflow. Instead you can use a background method which calls the function module &quot;SO_NEW_DOCUMENT_SEND_API1&quot;. You need to pass the &quot;Receivers&quot; as an internal table to this function module. This internal table must be of type SOMLRECI1.&nbsp;You can populate the email id in the internal table&nbsp;as follows,
</div>
<div>&nbsp;</div>
<div>itab_receivers-receiver = <a href="mailto:&#39;abc@abc.com&#39;">&#39;abc@abc.com&#39;</a>.</div>
<div>itab_receivers-rec_type = &#39;U&#39;</div>
<div>itab_receivers-copy = &#39;X&#39;</div>
<div>append itab_receivers.</div>
<div>&nbsp;</div>
<div>Now when u pass this internal table the email would be sent to <a href="mailto:abc@abc.com">abc@abc.com</a> as CC.</div>
<div>&nbsp;</div>
<div>Thanks,</div>
<div>Prasath N</div>
<div><br><br>&nbsp;</div>
<div><span class="gmail_quote">On 4/27/07, <b class="gmail_sendername"><a href="mailto:akshay.bhagwat@wipro.com">akshay.bhagwat@wipro.com</a></b> &lt;<a href="mailto:akshay.bhagwat@wipro.com">akshay.bhagwat@wipro.com</a>
&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>
<div><font face="Arial" color="#000000" size="2">Hello group,<br></font></div>
<div><font face="Arial" color="#000000" size="2">&nbsp;I have a requirement where an e-mail is sent to a supervisor thro&#39; workflow, <strong>cc</strong> needs to be sent to prior supervisors.<br>How can we achieve this <strong>
cc</strong> feature for the notification?</font></div>
<div><font face="Arial" color="#000000" size="2"></font>&nbsp;</div>
<div><font face="Arial" color="#000000" size="2">Regds,</font></div>
<div><font face="Arial" color="#000000" size="2">Akshay</font></div></div>
<table>
<tbody>
<tr>
<td bgcolor="#ffffff"><font color="#000000"><br>The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain proprietary, confidential or privileged information. If you are not the intended recipient, you should not disseminate, distribute or copy this e-mail. Please notify the sender immediately and destroy all copies of this message and any attachments. 
<br><br>WARNING: Computer viruses can be transmitted via email. The recipient should check this email and any attachments for the presence of viruses. The company accepts no liability for any damage caused by any virus transmitted by this email.
<br><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://www.wipro.com/" target="_blank">www.wipro.com</a><br></font></td></tr></tbody></table><br>_______________________________________________<br>SAP-WUG mailing list
<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mailman.mit.edu/mailman/listinfo/sap-wug" target="_blank">
http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br><br></blockquote></div><br>