<?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: Why &amp;quot;SO_DEQUEUE_UPDATE_LOCKS&amp;quot; ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-quot-so-dequeue-update-locks-quot/m-p/4009132#M957779</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Someone know the transaction to monitor the e-mails at the sap spool? (So I can see, if they get some error status while not using the SO_DEQUEUE_UPDATE_LOCKS) Or gonna need see SM37 Job stats for rsconn01 situation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Jun 2008 11:04:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-11T11:04:29Z</dc:date>
    <item>
      <title>Why "SO_DEQUEUE_UPDATE_LOCKS" ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-quot-so-dequeue-update-locks-quot/m-p/4009130#M957777</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends... I ve come here to understand why the use of function SO_DEQUEUE_UPDATE_LOCKS in the code below.&lt;/P&gt;&lt;P&gt;&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              = doc_chng&lt;/P&gt;&lt;P&gt;      put_in_outbox              = cc_x&lt;/P&gt;&lt;P&gt;      commit_work                = cc_x&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      packing_list               = objpack&lt;/P&gt;&lt;P&gt;      contents_txt               = ti_mensagem&lt;/P&gt;&lt;P&gt;      receivers                  = ti_usuarios&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;      operation_no_authorization = 4&lt;/P&gt;&lt;P&gt;      OTHERS                     = 8.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF sy-subrc = 0.&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;SUBMIT rsconn01 USING SELECTION-SET 'INT' AND RETURN.&lt;/STRONG&gt;   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;CALL FUNCTION 'SO_DEQUEUE_UPDATE_LOCKS'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok.... I know that the bold code is to send a mail instantly.&lt;/P&gt;&lt;P&gt;But why call that function(SO_DEQUEUE_UPDATE_LOCKS) after the rsconn01 submition?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 16:32:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-quot-so-dequeue-update-locks-quot/m-p/4009130#M957777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T16:32:18Z</dc:date>
    </item>
    <item>
      <title>Re: Why "SO_DEQUEUE_UPDATE_LOCKS" ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-quot-so-dequeue-update-locks-quot/m-p/4009131#M957778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The problem is.... basis called saying that the use "SUBMIT rsconn01" is making the original Job works unproperly, not sending others mails, marking them as errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But at those codes, I don´t see the function "SO_DEQUEUE_UPDATE_LOCKS" after the submit rsconn01. So.... this function is really important? SO_DEQUEUE_UPDATE_LOCKS is used to make the rsconn01 work properly after forcing sending?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2008 18:11:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-quot-so-dequeue-update-locks-quot/m-p/4009131#M957778</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-10T18:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why "SO_DEQUEUE_UPDATE_LOCKS" ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-quot-so-dequeue-update-locks-quot/m-p/4009132#M957779</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Someone know the transaction to monitor the e-mails at the sap spool? (So I can see, if they get some error status while not using the SO_DEQUEUE_UPDATE_LOCKS) Or gonna need see SM37 Job stats for rsconn01 situation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Jun 2008 11:04:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-quot-so-dequeue-update-locks-quot/m-p/4009132#M957779</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-11T11:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: Why "SO_DEQUEUE_UPDATE_LOCKS" ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-quot-so-dequeue-update-locks-quot/m-p/4009133#M957780</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Got another hint here at Sdn.... maybe I can find the status of the mail at SOOS or SOST tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone knows the diference between these tables? Wich one I can find info about mail at spool? It can provide me about mails marked as error?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Jun 2008 17:16:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-quot-so-dequeue-update-locks-quot/m-p/4009133#M957780</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-12T17:16:28Z</dc:date>
    </item>
  </channel>
</rss>

