<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Adding CC while sending external mail thru VF02 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-cc-while-sending-external-mail-thru-vf02/m-p/4758040#M1115835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. &lt;/P&gt;&lt;P&gt;But I am not sure whether its using SO_NEW_DOCUMENT_SEND_API1 or any other coding for sending mails. I am trying to find out the location from where it is sending the mail. I tried to debug but no luck. It is not sending the mails thru print program.&lt;/P&gt;&lt;P&gt;Please let me know if you have any Idea regarding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Nov 2008 19:26:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-06T19:26:40Z</dc:date>
    <item>
      <title>Adding CC while sending external mail thru VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-cc-while-sending-external-mail-thru-vf02/m-p/4758038#M1115833</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to add a CC recipient when sending external mail to the customer thru VF02. &lt;/P&gt;&lt;P&gt;Currently when we go to VF02 and click on Goto &amp;gt; Header &amp;gt; Output and create new output with Medium 'External Send' it sends the mail to the customer. I put the breakpoint in the print program but its not stopping over there while sending external mail. So I am not sure where to add the coding for adding CC recepient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please help with this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 18:45:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-cc-while-sending-external-mail-thru-vf02/m-p/4758038#M1115833</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T18:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Adding CC while sending external mail thru VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-cc-while-sending-external-mail-thru-vf02/m-p/4758039#M1115834</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Archana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using SO_NEW_DOCUMENT_SEND_API1 for sending email then check tables parameter RECEIVERS. In that you will find one attribute COPY. add your CC recipient to this internal table and pass COPY as 'X'. Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kalyan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 19:13:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-cc-while-sending-external-mail-thru-vf02/m-p/4758039#M1115834</guid>
      <dc:creator>KalC</dc:creator>
      <dc:date>2008-11-06T19:13:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding CC while sending external mail thru VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-cc-while-sending-external-mail-thru-vf02/m-p/4758040#M1115835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kalyan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. &lt;/P&gt;&lt;P&gt;But I am not sure whether its using SO_NEW_DOCUMENT_SEND_API1 or any other coding for sending mails. I am trying to find out the location from where it is sending the mail. I tried to debug but no luck. It is not sending the mails thru print program.&lt;/P&gt;&lt;P&gt;Please let me know if you have any Idea regarding this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 19:26:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-cc-while-sending-external-mail-thru-vf02/m-p/4758040#M1115835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T19:26:40Z</dc:date>
    </item>
    <item>
      <title>Re: Adding CC while sending external mail thru VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-cc-while-sending-external-mail-thru-vf02/m-p/4758041#M1115836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Email should still go through the print program for VF02. Try checking transaction NACE, application V3, Output types. Select the output type you're using, and processing routines. You'll see what print program External send uses.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Michael Evershed on Nov 6, 2008 10:05 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 21:05:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-cc-while-sending-external-mail-thru-vf02/m-p/4758041#M1115836</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T21:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Adding CC while sending external mail thru VF02</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-cc-while-sending-external-mail-thru-vf02/m-p/4758042#M1115837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked in transaction NACE. Same program is being used for normal print and external send. I even tried to debug by putting hard coded break point. But its not going over there. Any Idea how to debug?..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Nov 2008 21:21:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-cc-while-sending-external-mail-thru-vf02/m-p/4758042#M1115837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-06T21:21:42Z</dc:date>
    </item>
  </channel>
</rss>

