<?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: Send e-mail immediately from SAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail-immediately-from-sap/m-p/7537032#M1562034</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call function SX_SEND_DISPATCHER with the IDs of messages to send in parameter SOSC_TAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Dec 2010 10:43:24 GMT</pubDate>
    <dc:creator>franois_henrotte</dc:creator>
    <dc:date>2010-12-28T10:43:24Z</dc:date>
    <item>
      <title>Send e-mail immediately from SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail-immediately-from-sap/m-p/7537031#M1562033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to send a PO by e-mail without a job configured in scot (ou sost) transaction, I nee to force the job manually. But I just want to force some messages not all that are waiting in sost (in the client where I am they have many messages in sost that just shouldn't be sent). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought calling the FM, submit the below program and return.&lt;/P&gt;&lt;P&gt;SUBMIT rsconn01 WITH mode = 'INT'&lt;/P&gt;&lt;P&gt;WITH output = ' '&lt;/P&gt;&lt;P&gt;AND RETURN.&lt;/P&gt;&lt;P&gt;But if I use this, all my messages pending in sost transaction will be send. I need a solution to send just some messages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone help me please?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LR&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 10:28:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail-immediately-from-sap/m-p/7537031#M1562033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-12-28T10:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Send e-mail immediately from SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail-immediately-from-sap/m-p/7537032#M1562034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;call function SX_SEND_DISPATCHER with the IDs of messages to send in parameter SOSC_TAB&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 10:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail-immediately-from-sap/m-p/7537032#M1562034</guid>
      <dc:creator>franois_henrotte</dc:creator>
      <dc:date>2010-12-28T10:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Send e-mail immediately from SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail-immediately-from-sap/m-p/7537033#M1562035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right, you should never do that.  What version are you on?  If you have the BCS interface, you can use class CL_BCS to send emails and the method allows an immediate send without affecting other emails in the queue.  &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
        CALL METHOD LR_SEND_REQUEST-&amp;gt;SET_SEND_IMMEDIATELY
          EXPORTING
            I_SEND_IMMEDIATELY = 'X'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Dec 2010 15:24:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/send-e-mail-immediately-from-sap/m-p/7537033#M1562035</guid>
      <dc:creator>brad_bohn</dc:creator>
      <dc:date>2010-12-28T15:24:44Z</dc:date>
    </item>
  </channel>
</rss>

