<?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: SO_NEW_DOCUMENT_ATT_SEND_API1 . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1/m-p/9384479#M1734412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I seem to recall that if you have someone in to and cc, then it's just automatically put to "to". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In any case, I strongly recommend you abandon this function module and instead use the well-documented cl_bcs class and other associated classes. There are many blogs, wikis and articles about these classes on this site already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Apr 2013 14:17:19 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2013-04-23T14:17:19Z</dc:date>
    <item>
      <title>SO_NEW_DOCUMENT_ATT_SEND_API1 .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1/m-p/9384478#M1734411</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 am sending an mail through &lt;STRONG&gt;SO_NEW_DOCUMENT_ATT_SEND_API1 &lt;/STRONG&gt;&lt;SPAN&gt;&lt;SPAN&gt;but when i am keeping the same person mail id(&lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:not_a_real@address.com"&gt;not_a_real@address.com&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN&gt;) in &lt;/SPAN&gt;&lt;STRONG&gt;TO&lt;/STRONG&gt; and &lt;STRONG&gt;CC , &lt;/STRONG&gt;i am able to get the email id in my inbox either in &lt;STRONG&gt;TO or CC&lt;/STRONG&gt; but not in both &lt;STRONG&gt;TO and CC&lt;/STRONG&gt; .&lt;/P&gt;&lt;P&gt;can you please explain why this FM &lt;STRONG&gt;SO_NEW_DOCUMENT_ATT_SEND_API1 &lt;/STRONG&gt;is not allowing in TO and CC .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Matthew Billingham - ensured email address was dummy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 13:51:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1/m-p/9384478#M1734411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-23T13:51:01Z</dc:date>
    </item>
    <item>
      <title>Re: SO_NEW_DOCUMENT_ATT_SEND_API1 .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1/m-p/9384479#M1734412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I seem to recall that if you have someone in to and cc, then it's just automatically put to "to". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In any case, I strongly recommend you abandon this function module and instead use the well-documented cl_bcs class and other associated classes. There are many blogs, wikis and articles about these classes on this site already.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 14:17:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1/m-p/9384479#M1734412</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2013-04-23T14:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: SO_NEW_DOCUMENT_ATT_SEND_API1 .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1/m-p/9384480#M1734413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi arpit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;only CL_BCS is supported. Try method CL_BCS-&amp;gt;ADD_RECIPIENT to add recipients&lt;/P&gt;&lt;P&gt;Use parameters accordingly:&lt;/P&gt;&lt;P&gt;I_RECIPIENT&amp;nbsp;&amp;nbsp;&amp;nbsp; Recipient of Message&lt;/P&gt;&lt;P&gt;I_COPY&amp;nbsp;&amp;nbsp;&amp;nbsp; Send Copy&lt;/P&gt;&lt;P&gt;I_BLIND_COPY&amp;nbsp;&amp;nbsp;&amp;nbsp; Send As Blind Copy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As far as I know, this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 14:33:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1/m-p/9384480#M1734413</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2013-04-23T14:33:51Z</dc:date>
    </item>
    <item>
      <title>Re: SO_NEW_DOCUMENT_ATT_SEND_API1 .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1/m-p/9384481#M1734414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your replay.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i mention the recipient and send copy same mail address in &lt;SPAN style="color: #333333; font-size: 12px; background-color: #f8f8f8;"&gt;SO_NEW_DOCUMENT_ATT_SEND_API1&lt;/SPAN&gt; , the mail will be triggered with either recipient or send copy&amp;nbsp; not both . can i know the reason for it. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 15:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1/m-p/9384481#M1734414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-23T15:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: SO_NEW_DOCUMENT_ATT_SEND_API1 .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1/m-p/9384482#M1734415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;Thanks for your response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I mentioning the same mail address in TO and CC as you said it is automatically put TO ,&lt;/P&gt;&lt;P&gt;But is there any method to put both in TO and CC using &lt;STRONG style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;SO_NEW_DOCUMENT_ATT_SEND_API1&lt;/STRONG&gt; FM.&lt;/P&gt;&lt;P&gt;or do i need to go &lt;STRONG&gt;CL_BCS&lt;/STRONG&gt; class.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 15:17:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1/m-p/9384482#M1734415</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-23T15:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: SO_NEW_DOCUMENT_ATT_SEND_API1 .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1/m-p/9384483#M1734416</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 16:30:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1/m-p/9384483#M1734416</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-23T16:30:30Z</dc:date>
    </item>
    <item>
      <title>Re: SO_NEW_DOCUMENT_ATT_SEND_API1 .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1/m-p/9384484#M1734417</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;Still the problem exists after using &lt;STRONG&gt;CL_BCS &lt;/STRONG&gt;. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying using&lt;STRONG&gt; CL_BCS&lt;/STRONG&gt; for sending the mail but if i mention &lt;STRONG&gt;TO&lt;/STRONG&gt; and &lt;STRONG&gt;CC &lt;/STRONG&gt;the same mail address&lt;/P&gt;&lt;P&gt;then it will take the first one&lt;STRONG&gt; TO &lt;/STRONG&gt;but i want the mail address to available in both in &lt;STRONG&gt;TO &lt;/STRONG&gt;and &lt;STRONG&gt;CC&lt;/STRONG&gt; &lt;STRONG&gt; .&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;can i know how to send the mail containing the same mail address both in &lt;STRONG&gt; TO &lt;/STRONG&gt;and &lt;STRONG&gt;CC .&lt;/STRONG&gt; &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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ARPIT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Apr 2013 16:31:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1/m-p/9384484#M1734417</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-04-23T16:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: SO_NEW_DOCUMENT_ATT_SEND_API1 .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1/m-p/9384485#M1734418</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Maybe the classes (and the function module) are written so that you can't CC and TO the same person. I'm puzzled as to why you'd want to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Apr 2013 09:18:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/so-new-document-att-send-api1/m-p/9384485#M1734418</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2013-04-24T09:18:48Z</dc:date>
    </item>
  </channel>
</rss>

