<?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 Lock Object - Release only by Dequeue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object-release-only-by-dequeue/m-p/7279631#M1531300</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;I am using a Lock object but the Locks are getting released as soon as i come out of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to hold the locks till i call Dequeue FM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Oct 2010 01:26:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-04T01:26:47Z</dc:date>
    <item>
      <title>Lock Object - Release only by Dequeue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object-release-only-by-dequeue/m-p/7279631#M1531300</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;I am using a Lock object but the Locks are getting released as soon as i come out of the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to hold the locks till i call Dequeue FM?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 01:26:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object-release-only-by-dequeue/m-p/7279631#M1531300</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-04T01:26:47Z</dc:date>
    </item>
    <item>
      <title>Re: Lock Object - Release only by Dequeue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object-release-only-by-dequeue/m-p/7279632#M1531301</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The lock obect created in the ABAP Dictionary are not DB locks. They are logical locks that the SAP application uses. However, they would be released at LEAVE PROGRAM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: JaisonMathai on Oct 4, 2010 9:58 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 07:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object-release-only-by-dequeue/m-p/7279632#M1531301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-04T07:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Lock Object - Release only by Dequeue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object-release-only-by-dequeue/m-p/7279633#M1531302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you don't explicitly release the locks using DEQUEUE* functions they are released implicitly(e.g., DEQUEUE_ALL).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Details regd. when the locks are released read this online documentation: [http://help.sap.com/saphelp_nw04/helpdata/en/c2/2d7037ecc92a7ee10000009b38f8cf/frameset.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 07:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object-release-only-by-dequeue/m-p/7279633#M1531302</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-10-04T07:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Lock Object - Release only by Dequeue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object-release-only-by-dequeue/m-p/7279634#M1531303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes correct . The locks will be gone when you come out of the Program or after Commit. My question is ' Is there a way to keep those locks on'. Because I wanted to run this program as a batch job to lock all the objects thenn run subsequent batch Jobs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 13:37:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object-release-only-by-dequeue/m-p/7279634#M1531303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-04T13:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Lock Object - Release only by Dequeue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object-release-only-by-dequeue/m-p/7279635#M1531304</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;I think as per your requirement, I believe to go for Function module in update task,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;below is the link&lt;/P&gt;&lt;P&gt;[&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="863114"&gt;&lt;/A&gt;; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try this out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Oct 2010 13:46:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object-release-only-by-dequeue/m-p/7279635#M1531304</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-04T13:46:43Z</dc:date>
    </item>
  </channel>
</rss>

