<?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: How to create lock object? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-lock-object/m-p/3448662#M828378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created the lock object it is active and i have called the function enqueue_lockobject name, even the program is active but i want to see the wheather the table is locked or not by sm12.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Feb 2008 05:31:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-02-22T05:31:03Z</dc:date>
    <item>
      <title>How to create lock object?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-lock-object/m-p/3448659#M828375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to create lock object,- by going to se11 i have created but when i am going to sm12 to see wheather the table is locked or not then it is showing no entries found.&lt;/P&gt;&lt;P&gt;Please help me how to create Lock object and see wheather thetable is lock is locked or not.&lt;/P&gt;&lt;P&gt;Thnks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 05:11:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-lock-object/m-p/3448659#M828375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T05:11:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to create lock object?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-lock-object/m-p/3448660#M828376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Goto SE11&lt;/P&gt;&lt;P&gt;Entern Lock Object Name : EZTAB1. (Should start with EZ or EY).&lt;/P&gt;&lt;P&gt;Select Create Button..&lt;/P&gt;&lt;P&gt;Enter the Primary Table (your ztable).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save and Activate .&lt;/P&gt;&lt;P&gt;It will generate two FMs &lt;/P&gt;&lt;P&gt;1. ENQUEUE_EZTAB1 (To lock the record)&lt;/P&gt;&lt;P&gt;2. DEQUEUE_EZTAB1. (To release the Lock)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using Pattern call these FMs in your program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 05:14:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-lock-object/m-p/3448660#M828376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T05:14:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to create lock object?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-lock-object/m-p/3448661#M828377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi venkateshwar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lock objects are use in SAP to avoid the inconsistancy at the time of data is being insert/change into database. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAP Provide three type of Lock objects. &lt;/P&gt;&lt;P&gt;&amp;#149;	Read Lock(Shared Locked) &lt;/P&gt;&lt;P&gt;protects read access to an object. The read lock allows other transactions read access but not write access to &lt;/P&gt;&lt;P&gt;the locked area of the table &lt;/P&gt;&lt;P&gt;&amp;#149;	Write Lock(exclusive lock) &lt;/P&gt;&lt;P&gt;protects write access to an object. The write lock allows other transactions neither read nor write access to &lt;/P&gt;&lt;P&gt;the locked area of the table. &lt;/P&gt;&lt;P&gt;&amp;#149;	Enhanced write lock (exclusive lock without cumulating) &lt;/P&gt;&lt;P&gt;works like a write lock except that the enhanced write lock also protects from further accesses from the &lt;/P&gt;&lt;P&gt;same transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eea5446011d189700000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/cf/21eea5446011d189700000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.sdn.sap.com/click.jspa?searchID=115258&amp;amp;messageID=2656474" target="test_blank"&gt;https://forums.sdn.sap.com/click.jspa?searchID=115258&amp;amp;messageID=2656474&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do the following steps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GO TO SE11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the radio button "Lock object"..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the name starts with EZ or EY..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: EYTEST&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press Create button..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the short description..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: Lock object for table ZTABLE..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the tables tab..Give the table name..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example: ZTABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save and generate..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your lock object is now created..You can see the LOCK MODULES..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the menu ..GOTO -&amp;gt; LOCK MODULES..There you can see the ENQUEUE and DEQUEUE function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points if this helps.&lt;/P&gt;&lt;P&gt;Manish&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 05:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-lock-object/m-p/3448661#M828377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T05:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to create lock object?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-lock-object/m-p/3448662#M828378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have created the lock object it is active and i have called the function enqueue_lockobject name, even the program is active but i want to see the wheather the table is locked or not by sm12.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 05:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-lock-object/m-p/3448662#M828378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T05:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: How to create lock object?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-lock-object/m-p/3448663#M828379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;look into the following link for your answer...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/7b/f9813712f7434be10000009b38f8cf/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/7b/f9813712f7434be10000009b38f8cf/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 08:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-lock-object/m-p/3448663#M828379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T08:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to create lock object?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-lock-object/m-p/3448664#M828380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;correct me if I am wrong. After u create, if u or anyone else opens that table then only its locked, right?&lt;/P&gt;&lt;P&gt;if u dont see that entry in SM 12, that means its not locked. &lt;/P&gt;&lt;P&gt;Deepti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 11:24:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-create-lock-object/m-p/3448664#M828380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T11:24:20Z</dc:date>
    </item>
  </channel>
</rss>

