<?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 Remove email send acknowledgements in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-email-send-acknowledgements/m-p/5482841#M1255142</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When sending electronic messages via Microsoft Outlook via SAP:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      create the document&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        document = cl_document_bcs=&amp;gt;create_document(&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                             i_type    = 'ALI'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                                  i_type    = 'OTF'&lt;/P&gt;&lt;P&gt;                                  i_subject = title_tex&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                              i_hex     = contents_hex ).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                                  i_text   = contents_bin ).&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  add document to send request&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        call method send_request-&amp;gt;set_document( document ).&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   create recipient and add to send request&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          recipient = cl_cam_address_bcs=&amp;gt;create_internet_address(&lt;/P&gt;&lt;P&gt;                             I_ADDRESS_STRING = send_to-addr ).&lt;/P&gt;&lt;P&gt;        send_request-&amp;gt;add_recipient( i_recipient = recipient ).&lt;/P&gt;&lt;P&gt;*--set send immediately flag&lt;/P&gt;&lt;P&gt;        send_request-&amp;gt;set_send_immediately( 'X' ).&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     send&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        sent_to_all = send_request-&amp;gt;send( i_with_error_screen = 'X' ).&lt;/P&gt;&lt;P&gt;in OUtlook, I as the sender get the system administrator message plus a read acknowledgement in my inbox.  How do I disable getting these messages?&lt;/P&gt;&lt;P&gt;thx,&lt;/P&gt;&lt;P&gt;Mike DeGuire&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Apr 2009 11:51:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-10T11:51:16Z</dc:date>
    <item>
      <title>Remove email send acknowledgements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-email-send-acknowledgements/m-p/5482841#M1255142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When sending electronic messages via Microsoft Outlook via SAP:&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      create the document&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        document = cl_document_bcs=&amp;gt;create_document(&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                             i_type    = 'ALI'&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                                  i_type    = 'OTF'&lt;/P&gt;&lt;P&gt;                                  i_subject = title_tex&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                              i_hex     = contents_hex ).&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                                  i_text   = contents_bin ).&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  add document to send request&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        call method send_request-&amp;gt;set_document( document ).&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   create recipient and add to send request&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          recipient = cl_cam_address_bcs=&amp;gt;create_internet_address(&lt;/P&gt;&lt;P&gt;                             I_ADDRESS_STRING = send_to-addr ).&lt;/P&gt;&lt;P&gt;        send_request-&amp;gt;add_recipient( i_recipient = recipient ).&lt;/P&gt;&lt;P&gt;*--set send immediately flag&lt;/P&gt;&lt;P&gt;        send_request-&amp;gt;set_send_immediately( 'X' ).&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;     send&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        sent_to_all = send_request-&amp;gt;send( i_with_error_screen = 'X' ).&lt;/P&gt;&lt;P&gt;in OUtlook, I as the sender get the system administrator message plus a read acknowledgement in my inbox.  How do I disable getting these messages?&lt;/P&gt;&lt;P&gt;thx,&lt;/P&gt;&lt;P&gt;Mike DeGuire&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2009 11:51:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-email-send-acknowledgements/m-p/5482841#M1255142</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-10T11:51:16Z</dc:date>
    </item>
    <item>
      <title>Re: Remove email send acknowledgements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-email-send-acknowledgements/m-p/5482842#M1255143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mike,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; In TCODE SCOT under Settings --&amp;gt; Confirmation of Receipt &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select the radio button "&lt;STRONG&gt;SAP Connect does not expect receipt confirm for Internet mail&lt;/STRONG&gt;"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this and let me know if it works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Apr 2009 12:10:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-email-send-acknowledgements/m-p/5482842#M1255143</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-10T12:10:59Z</dc:date>
    </item>
  </channel>
</rss>

