<?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>Question Re: Enqueue locking/unlocking in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896839#M1196402</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;goto se11 and create a lock object(say zylock) on your table .&lt;/P&gt;&lt;P&gt;u can create shared / exclusive dependng on ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once u hav created the lock object u can use &lt;/P&gt;&lt;P&gt;enqueue_zylock (enqueue_ lockobject name) to lock the data &amp;amp; dequeue_zylock to release the lock from ur abap code&lt;/P&gt;&lt;P&gt;Here is the example for locking/unlocking database tables&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/af/22ab01dd0b11d1952000a0c929b3c3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/af/22ab01dd0b11d1952000a0c929b3c3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ajai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Oct 2007 05:40:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-18T05:40:39Z</dc:date>
    <item>
      <title>Enqueue locking/unlocking</title>
      <link>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaq-p/2896838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are an SAP education/training facility associated with the SAP University Alliance.  With previous versions of SAP 4.6, 4.7 there were built-in programs called ZSENQOFF and ZSENQON for turning off the Enqueue locking mechanism and turning it back on.  This was necessary so multiple students could do company code customizations at the same time.  These programs, although they exist in the ECC 6.0 version, no longer function.  Could somebody provide me with programs which will work in the ECC 6.0 version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are running Windows/Oracle environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;H. Timothy Knickerbocker&lt;/P&gt;&lt;P&gt;Manager SAP Systems&lt;/P&gt;&lt;P&gt;College of Business Administration&lt;/P&gt;&lt;P&gt;Central Michigan University&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Oct 2007 18:03:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaq-p/2896838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-16T18:03:08Z</dc:date>
    </item>
    <item>
      <title>Re: Enqueue locking/unlocking</title>
      <link>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896839#M1196402</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;goto se11 and create a lock object(say zylock) on your table .&lt;/P&gt;&lt;P&gt;u can create shared / exclusive dependng on ur requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;once u hav created the lock object u can use &lt;/P&gt;&lt;P&gt;enqueue_zylock (enqueue_ lockobject name) to lock the data &amp;amp; dequeue_zylock to release the lock from ur abap code&lt;/P&gt;&lt;P&gt;Here is the example for locking/unlocking database tables&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/af/22ab01dd0b11d1952000a0c929b3c3/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/af/22ab01dd0b11d1952000a0c929b3c3/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ajai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 05:40:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896839#M1196402</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T05:40:39Z</dc:date>
    </item>
    <item>
      <title>Re: Enqueue locking/unlocking</title>
      <link>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896840#M1196403</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SAP has developed a programme named "ZSENQOFF" which disables the&lt;/P&gt;&lt;P&gt;locking of tables. This is sometimes used in training clients to disable the enqueue functionality that causes the lock. This should not be used for any other clients. The programs were delivered with an IDES installation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no actual documentation for this report as it was only developed as an extra option for training purposes. This report is client dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These reports are released only for SAP-Intern and not on a customer's system to be used.  This is, therefore, present only in the internal SAP-Trainerguides. Moreover there are cases wherer database inconsistencies caused by faulty operation of this Reports which are not covered by the SAP Support .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;These reports may be present in IDES ECC 6.0, but they can't be used i guess.&lt;/P&gt;&lt;P&gt;There is no alternative solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clarifies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 12:50:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896840#M1196403</guid>
      <dc:creator>former_member265710</dc:creator>
      <dc:date>2007-10-18T12:50:09Z</dc:date>
    </item>
    <item>
      <title>Re: Enqueue locking/unlocking</title>
      <link>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896841#M1196404</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your responses.  Arun, You are correct, it is utilized in a training client only.  That is what we do, and this utility gets used quite frequently.  After we are done with our session, we refresh the client.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recieved the solution from SAP.  It involves a function that needs to be modified manually, and then have the object registered with SAP.  Apparently the ZSENQOFF/ZSENQON programs do work but the fucntion for checking the ZENQ table does not..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need the solution, I can email you the 10 page word doc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 13:13:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896841#M1196404</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T13:13:11Z</dc:date>
    </item>
    <item>
      <title>Re: Enqueue locking/unlocking</title>
      <link>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896842#M1196405</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solution was provided by SAP and involves modifying function LSENAF01&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2007 13:14:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896842#M1196405</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-18T13:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Enqueue locking/unlocking</title>
      <link>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896843#M1196406</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Timothy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if possible please send the solution to me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tnx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ulrich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Sep 2009 12:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896843#M1196406</guid>
      <dc:creator>newmy</dc:creator>
      <dc:date>2009-09-28T12:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Enqueue locking/unlocking</title>
      <link>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896844#M1196407</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi H. Timothy ,&lt;/P&gt;&lt;P&gt;can you pls send me the doc to "2pool (at) gmx.net"&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Wolfgang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Mar 2010 17:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896844#M1196407</guid>
      <dc:creator>Wolfgang_Mayer1</dc:creator>
      <dc:date>2010-03-02T17:04:44Z</dc:date>
    </item>
    <item>
      <title>Re: Enqueue locking/unlocking</title>
      <link>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896845#M1196408</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u also send me these details please.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have some training sessions to run and this would be very helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Mar 2010 00:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896845#M1196408</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-29T00:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Enqueue locking/unlocking</title>
      <link>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896846#M1196409</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Timothy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to send that doc to me.  We have a customer who will be teaching a few classes and this would be very helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Mar 2010 21:22:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896846#M1196409</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-30T21:22:19Z</dc:date>
    </item>
    <item>
      <title>Re: Enqueue locking/unlocking</title>
      <link>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896847#M1196410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Timothy, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you send that solution to me?  We're trying to do some Warehouse Management training that would really benefit from this solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Jack Thelen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 02:07:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896847#M1196410</guid>
      <dc:creator>jack_thelen</dc:creator>
      <dc:date>2010-04-06T02:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Enqueue locking/unlocking</title>
      <link>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896848#M1196411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Timothy,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would you please be able to send that document through to me also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou and kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 04:42:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896848#M1196411</guid>
      <dc:creator>Karen_1</dc:creator>
      <dc:date>2010-04-06T04:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: Enqueue locking/unlocking</title>
      <link>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896849#M1196412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am locking this. if Timothy wants to share his docs, he can do it by creating a blog.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Apr 2010 15:24:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/enqueue-locking-unlocking/qaa-p/2896849#M1196412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-06T15:24:20Z</dc:date>
    </item>
  </channel>
</rss>

