<?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 SCOT Inbound Processing in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scot-inbound-processing/m-p/6726667#M1456384</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In my application, I am sending emails to some recipients (external email ids).&lt;/P&gt;&lt;P&gt;If any id bounces or the email id is not correct, etc I need to know this and log it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know there is Inbound Processing in SCOT (SCOT &amp;gt; Utiltiies &amp;gt; inbound processing). will this help? or is there any other way of doing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Inbound Processing is the way, can you pls guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Prashanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Mar 2010 13:42:40 GMT</pubDate>
    <dc:creator>prashanthprabhu</dc:creator>
    <dc:date>2010-03-04T13:42:40Z</dc:date>
    <item>
      <title>SCOT Inbound Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scot-inbound-processing/m-p/6726667#M1456384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In my application, I am sending emails to some recipients (external email ids).&lt;/P&gt;&lt;P&gt;If any id bounces or the email id is not correct, etc I need to know this and log it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know there is Inbound Processing in SCOT (SCOT &amp;gt; Utiltiies &amp;gt; inbound processing). will this help? or is there any other way of doing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Inbound Processing is the way, can you pls guide me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Prashanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 13:42:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scot-inbound-processing/m-p/6726667#M1456384</guid>
      <dc:creator>prashanthprabhu</dc:creator>
      <dc:date>2010-03-04T13:42:40Z</dc:date>
    </item>
    <item>
      <title>Re: SCOT Inbound Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scot-inbound-processing/m-p/6726668#M1456385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use fm SO_SEND_HISTORY_READ&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Mar 2010 14:08:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scot-inbound-processing/m-p/6726668#M1456385</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2010-03-04T14:08:51Z</dc:date>
    </item>
    <item>
      <title>Re: SCOT Inbound Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scot-inbound-processing/m-p/6726669#M1456386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas,&lt;/P&gt;&lt;P&gt;This FM will report only if there issues within SAP box. like if the email id was wrong and the system couldnt send the email.&lt;/P&gt;&lt;P&gt;in my case, i want to know even if the mail was sent from SAP, but the recipient emails are bouncing (because of some issues or mail box is full , etc).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reason why this is important is, the email notification is an important step in the process. people may later on come and tell that they never received the email sent by teh system. so the appl needs to be sure that the email was actually sent successfully to teh recipient.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prashanth.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 05:24:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scot-inbound-processing/m-p/6726669#M1456386</guid>
      <dc:creator>prashanthprabhu</dc:creator>
      <dc:date>2010-03-05T05:24:41Z</dc:date>
    </item>
    <item>
      <title>Re: SCOT Inbound Processing</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scot-inbound-processing/m-p/6726670#M1456387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SCOT(Utilities -&amp;gt; Overview of send orders)&lt;/P&gt;&lt;P&gt;There is status of sent requests&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chinni&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Tirumula Rao Chinni on Mar 5, 2010 12:42 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Mar 2010 07:12:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scot-inbound-processing/m-p/6726670#M1456387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-05T07:12:24Z</dc:date>
    </item>
  </channel>
</rss>

