cc for notifiaction send to external email address

Prasath Natesan prassath.natesan at gmail.com
Fri Apr 27 10:51:35 EDT 2007


Hi Akshay,
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
"SO_NEW_DOCUMENT_SEND_API1". You need to pass the "Receivers" as an internal
table to this function module. This internal table must be of type
SOMLRECI1. You can populate the email id in the internal table as follows,

itab_receivers-receiver = 'abc at abc.com'.
itab_receivers-rec_type = 'U'
itab_receivers-copy = 'X'
append itab_receivers.

Now when u pass this internal table the email would be sent to abc at abc.comas CC.

Thanks,
Prasath N



On 4/27/07, akshay.bhagwat at wipro.com <akshay.bhagwat at wipro.com> wrote:
>
>  Hello group,
>  I have a requirement where an e-mail is sent to a supervisor thro'
> workflow, *cc* needs to be sent to prior supervisors.
> How can we achieve this *cc* feature for the notification?
>
> Regds,
> Akshay
>
> 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.
>
> 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.
>
> www.wipro.com
>
> _______________________________________________
> SAP-WUG mailing list
> SAP-WUG at mit.edu
> http://mailman.mit.edu/mailman/listinfo/sap-wug
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20070427/aabd55ff/attachment.htm


More information about the SAP-WUG mailing list