<?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 MAIL THRU PROGRAM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mail-thru-program/m-p/2282230#M496917</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sapiens,&lt;/P&gt;&lt;P&gt;              I have written a code to send mail to external system.the program is excuting and message is showing sent.when i see it in sap office workprocess .it is telling that "send process still running"&lt;/P&gt;&lt;P&gt;tell me what all the necessary configurations i have to do..i have sent mail from sap system from scot.&lt;/P&gt;&lt;P&gt;but only if i send thru program it is not sending..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 May 2007 11:02:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-29T11:02:05Z</dc:date>
    <item>
      <title>MAIL THRU PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mail-thru-program/m-p/2282230#M496917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi sapiens,&lt;/P&gt;&lt;P&gt;              I have written a code to send mail to external system.the program is excuting and message is showing sent.when i see it in sap office workprocess .it is telling that "send process still running"&lt;/P&gt;&lt;P&gt;tell me what all the necessary configurations i have to do..i have sent mail from sap system from scot.&lt;/P&gt;&lt;P&gt;but only if i send thru program it is not sending..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 11:02:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mail-thru-program/m-p/2282230#M496917</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T11:02:05Z</dc:date>
    </item>
    <item>
      <title>Re: MAIL THRU PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mail-thru-program/m-p/2282231#M496918</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;The BASIS people needs to do the configuration. Get in touch with you BASIS team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 11:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mail-thru-program/m-p/2282231#M496918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T11:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: MAIL THRU PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mail-thru-program/m-p/2282232#M496919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Ask your basis person to check all the settings are OK or not  in SCOT Tcode&lt;/P&gt;&lt;P&gt;and send a sample mail from SAP and check in the Inbox, whether it is coming or not&lt;/P&gt;&lt;P&gt;then try to send the program and see&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 11:04:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mail-thru-program/m-p/2282232#M496919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T11:04:14Z</dc:date>
    </item>
    <item>
      <title>Re: MAIL THRU PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mail-thru-program/m-p/2282233#M496920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you need to send the mail through the SCOT transaction code or else you need to submit a program rsconn01 for auotomate mail sending &lt;/P&gt;&lt;P&gt;See the below code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Send the email.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'SO_NEW_DOCUMENT_SEND_API1'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;document_data = document_data&lt;/P&gt;&lt;P&gt;TABLES&lt;/P&gt;&lt;P&gt;object_content = t_content&lt;/P&gt;&lt;P&gt;receivers = t_receivers&lt;/P&gt;&lt;P&gt;EXCEPTIONS&lt;/P&gt;&lt;P&gt;too_many_receivers = 1&lt;/P&gt;&lt;P&gt;document_not_sent = 2&lt;/P&gt;&lt;P&gt;document_type_not_exist = 3&lt;/P&gt;&lt;P&gt;operation_no_authorization = 4&lt;/P&gt;&lt;P&gt;parameter_error = 5&lt;/P&gt;&lt;P&gt;x_error = 6&lt;/P&gt;&lt;P&gt;enqueue_error = 7&lt;/P&gt;&lt;P&gt;OTHERS = 8.&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;MESSAGE e208(00) WITH 'Error in sending email :-(('.&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;MESSAGE s208(00) WITH 'Email sent &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;)'.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SUBMIT rsconn01 WITH mode = 'INT' AND RETURN.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 11:07:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mail-thru-program/m-p/2282233#M496920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T11:07:14Z</dc:date>
    </item>
    <item>
      <title>Re: MAIL THRU PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mail-thru-program/m-p/2282234#M496921</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;   pl make sure you have given COMMIT WORK after the fm and submitted the program RSCONN01, which initiates "Start send process" from SCOT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if helpful, reward&lt;/P&gt;&lt;P&gt;Sathish. R&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 11:07:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mail-thru-program/m-p/2282234#M496921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T11:07:36Z</dc:date>
    </item>
    <item>
      <title>Re: MAIL THRU PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mail-thru-program/m-p/2282235#M496922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ask basis team to see settings in SCOT transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 11:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mail-thru-program/m-p/2282235#M496922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T11:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: MAIL THRU PROGRAM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mail-thru-program/m-p/2282236#M496923</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks for ur replies .Tell me how to send a mail to external domains. ie &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;arun@yahoo.com&lt;/P&gt;&lt;P&gt;.what all the things i have to do in scot?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 May 2007 11:22:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mail-thru-program/m-p/2282236#M496923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-29T11:22:56Z</dc:date>
    </item>
  </channel>
</rss>

