<?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 Sending Mails through ABAP Program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-through-abap-program/m-p/6102926#M1360787</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this function module "SO_NEW_DOCUMENT_SEND_API1" to send mails to recipients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also uploading a notepad through "GUI_UPLOAD" FM for mail body content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute the abap program, I am unable to see the mail generation in SOST Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system is not configured to send mails, but still I am not able to see the mail in SOST tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also got inputs that, if mail size is &amp;gt;1KB, then it will not be viewed in SOST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please throw some inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Sep 2009 08:52:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-15T08:52:49Z</dc:date>
    <item>
      <title>Sending Mails through ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-through-abap-program/m-p/6102926#M1360787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using this function module "SO_NEW_DOCUMENT_SEND_API1" to send mails to recipients.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am also uploading a notepad through "GUI_UPLOAD" FM for mail body content.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute the abap program, I am unable to see the mail generation in SOST Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The system is not configured to send mails, but still I am not able to see the mail in SOST tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also got inputs that, if mail size is &amp;gt;1KB, then it will not be viewed in SOST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please throw some inputs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 08:52:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-through-abap-program/m-p/6102926#M1360787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T08:52:49Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mails through ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-through-abap-program/m-p/6102927#M1360788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the sy-subrc value after the execution of the FM SO_NEW_DOCUMENT_SEND_API1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I dont think its true that mail attachments greater than 1KB cant be viewed in SOST. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 08:57:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-through-abap-program/m-p/6102927#M1360788</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T08:57:48Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mails through ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-through-abap-program/m-p/6102928#M1360789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this.&lt;/P&gt;&lt;P&gt;In you Fm&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL FUNCTION 'SO_DOCUMENT_SEND_API1'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      document_data                    = wa_doc_data&lt;/P&gt;&lt;P&gt;      &lt;STRONG&gt;put_in_outbox                    = ' 'X&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  SENDER_ADDRESS                   = SY-UNAME&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 08:59:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-through-abap-program/m-p/6102928#M1360789</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T08:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Sending Mails through ABAP Program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-through-abap-program/m-p/6102929#M1360790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the emails are sent correctly i.e sy-subrc of the FM is Zero, then &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the transaction SCOT and select the INT node and WAITING column and execute so that the emails can be sent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Sep 2009 09:08:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sending-mails-through-abap-program/m-p/6102929#M1360790</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-15T09:08:04Z</dc:date>
    </item>
  </channel>
</rss>

