<?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: Mailer Program Not Triggering Mail in ECC 6.0 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/mailer-program-not-triggering-mail-in-ecc-6-0/m-p/3706626#M892469</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 if &lt;STRONG&gt;commit_work&lt;/STRONG&gt; parameter of ur func module = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the &lt;STRONG&gt;sy-subrc&lt;/STRONG&gt; value after the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SOST in &lt;STRONG&gt;send status&lt;/STRONG&gt; tab &lt;STRONG&gt;check all&lt;/STRONG&gt; the check boxes n execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in ur program add this piece of code...just below the FM SO_NEW_........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;If sy-subrc = 0.
wait up to 1 seconds.
submit rsconn01 with mode = 'INT' and return.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;jose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Apr 2008 05:58:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-10T05:58:11Z</dc:date>
    <item>
      <title>Mailer Program Not Triggering Mail in ECC 6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mailer-program-not-triggering-mail-in-ecc-6-0/m-p/3706625#M892468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have upgarded  from 4.6b to ECC 6.0, &lt;/P&gt;&lt;P&gt;In an program we are using function module &lt;/P&gt;&lt;P&gt;SO_NEW_DOCUMENT_ATT_SEND_API1&lt;/P&gt;&lt;P&gt;It was working fine 4.6b but In ECC it is not triggering mail to an internet address mentioned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SBWP I can see the mail in the out box, but the mail details are not appearing in SOST transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does any more specific setting required.&lt;/P&gt;&lt;P&gt;Even I am not getting any Exceptions while running the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advacne,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;IFF&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 05:52:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mailer-program-not-triggering-mail-in-ecc-6-0/m-p/3706625#M892468</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-10T05:52:47Z</dc:date>
    </item>
    <item>
      <title>Re: Mailer Program Not Triggering Mail in ECC 6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mailer-program-not-triggering-mail-in-ecc-6-0/m-p/3706626#M892469</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 if &lt;STRONG&gt;commit_work&lt;/STRONG&gt; parameter of ur func module = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the &lt;STRONG&gt;sy-subrc&lt;/STRONG&gt; value after the FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SOST in &lt;STRONG&gt;send status&lt;/STRONG&gt; tab &lt;STRONG&gt;check all&lt;/STRONG&gt; the check boxes n execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in ur program add this piece of code...just below the FM SO_NEW_........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;If sy-subrc = 0.
wait up to 1 seconds.
submit rsconn01 with mode = 'INT' and return.
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;jose.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 05:58:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mailer-program-not-triggering-mail-in-ecc-6-0/m-p/3706626#M892469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-10T05:58:11Z</dc:date>
    </item>
    <item>
      <title>Re: Mailer Program Not Triggering Mail in ECC 6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mailer-program-not-triggering-mail-in-ecc-6-0/m-p/3706627#M892470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check whether the domain is maitained in SCOT &lt;/P&gt;&lt;P&gt;goto settings -&amp;gt; Default Domain. there maintain ur domain stating xxxx.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then try with ur mail sending program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this would help u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 05:58:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mailer-program-not-triggering-mail-in-ecc-6-0/m-p/3706627#M892470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-10T05:58:16Z</dc:date>
    </item>
    <item>
      <title>Re: Mailer Program Not Triggering Mail in ECC 6.0</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/mailer-program-not-triggering-mail-in-ecc-6-0/m-p/3706628#M892471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rewarded points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2008 04:22:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/mailer-program-not-triggering-mail-in-ecc-6-0/m-p/3706628#M892471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-18T04:22:32Z</dc:date>
    </item>
  </channel>
</rss>

