<?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 ENQUEUE more than once, DEQUEUE not working in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-more-than-once-dequeue-not-working/m-p/1627731#M280318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, I am writing a HR BSP application for updating benefits online.  I use HR_BEN_ENQUEUE_PERSONAL_NUMBER &lt;/P&gt;&lt;P&gt;to enqueue (lock) the resource.  Because of certain issues I wa having, sometimes I would enqueue several times.  And if it was already locked, no problem just go on processing.  But when I treid to dequeue using HR_BEN_DEQUEUE_PERSONAL_NUMBER, it was not working.  As long as I only enque once, everything is fine but if enqueue more than once the dequeue is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone seen this or have any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, Troy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Oct 2006 15:07:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-06T15:07:16Z</dc:date>
    <item>
      <title>ENQUEUE more than once, DEQUEUE not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-more-than-once-dequeue-not-working/m-p/1627731#M280318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all, I am writing a HR BSP application for updating benefits online.  I use HR_BEN_ENQUEUE_PERSONAL_NUMBER &lt;/P&gt;&lt;P&gt;to enqueue (lock) the resource.  Because of certain issues I wa having, sometimes I would enqueue several times.  And if it was already locked, no problem just go on processing.  But when I treid to dequeue using HR_BEN_DEQUEUE_PERSONAL_NUMBER, it was not working.  As long as I only enque once, everything is fine but if enqueue more than once the dequeue is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Has anyone seen this or have any suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, Troy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 15:07:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-more-than-once-dequeue-not-working/m-p/1627731#M280318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T15:07:16Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE more than once, DEQUEUE not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-more-than-once-dequeue-not-working/m-p/1627732#M280319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;    use Fm deque_all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 15:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-more-than-once-dequeue-not-working/m-p/1627732#M280319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T15:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE more than once, DEQUEUE not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-more-than-once-dequeue-not-working/m-p/1627733#M280320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whenever u r using the Enqueue for the second time. Dequeue the first one and use the Enqueue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Oct 2006 15:12:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-more-than-once-dequeue-not-working/m-p/1627733#M280320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T15:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE more than once, DEQUEUE not working</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-more-than-once-dequeue-not-working/m-p/1627734#M280321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;A lock remains set until you either call the corresponding DEQUEUE function module, or close the transaction with an implicit &amp;lt;b&amp;gt;DEQUEUE_ALL.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Saved locks inherited by the update task are loaded back into the lock table when the system is started up&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>Fri, 06 Oct 2006 15:16:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-more-than-once-dequeue-not-working/m-p/1627734#M280321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-06T15:16:12Z</dc:date>
    </item>
  </channel>
</rss>

