<?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: Lock Object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object/m-p/3943031#M943108</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Locking is not possible at row level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible at only table level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rwrd if helpful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Bhupal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 May 2008 10:45:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-30T10:45:15Z</dc:date>
    <item>
      <title>Lock Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object/m-p/3943030#M943107</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i need to create lock object at Row level, can anyone please tell me the step by step procedure?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its urgent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards saurabh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 10:44:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object/m-p/3943030#M943107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T10:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Lock Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object/m-p/3943031#M943108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Locking is not possible at row level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is possible at only table level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rwrd if helpful&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Bhupal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 10:45:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object/m-p/3943031#M943108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T10:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Lock Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object/m-p/3943032#M943109</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;Find the below links&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------" /&gt;&lt;P&gt;[http://www.sap-img.com/abap/type-and-uses-of-lock-objects-in-sap.htm|http://www.sap-img.com/abap/type-and-uses-of-lock-objects-in-sap.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw04/helpdata/en/41/7af4c5a79e11d1950f0000e82de14a/content.htm|http://help.sap.com/saphelp_nw04/helpdata/en/41/7af4c5a79e11d1950f0000e82de14a/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Step by Step&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="------------------" /&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Row level locking will affect the SAP performance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Go to SE11&lt;/P&gt;&lt;P&gt;2. Give the lock object name [EZJKAK](lock object name start with EZ) and click 'Create' Button.&lt;/P&gt;&lt;P&gt;3. Enter the short description,Table name[jkak], lock mode and key fields which is used to lock the entry.&lt;/P&gt;&lt;P&gt;4. Save and activate, it will generate 2 FM.&lt;/P&gt;&lt;P&gt;Ex: &lt;/P&gt;&lt;P&gt;DEQUEUE_EZJKAK                 Release lock on object EZJKAK&lt;/P&gt;&lt;P&gt;ENQUEUE_EZJKAK                 Request lock for object EZJKAK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your program,&lt;/P&gt;&lt;P&gt;1. First loop the table.&lt;/P&gt;&lt;P&gt;2. call the FM 'ENQUEUE_EZJKAK' to lock.&lt;/P&gt;&lt;P&gt;3. Update the dB.&lt;/P&gt;&lt;P&gt;4. Release the lock using DEQUEUE_EZJKAK.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DEQUEUE_ALL this FM will release all the lock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it is helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Boobalan Suburaj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Boobalan Suburaj on May 30, 2008 1:56 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 10:55:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object/m-p/3943032#M943109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T10:55:30Z</dc:date>
    </item>
    <item>
      <title>Re: Lock Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object/m-p/3943033#M943110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  One type of lock is the &lt;STRONG&gt;optimistic lock at row level.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see the help&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/50/eff4bb41124f4783ac34ab5c6a3588/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/50/eff4bb41124f4783ac34ab5c6a3588/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/8e/c7430d53fd2548be18a291c27bd72e/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/8e/c7430d53fd2548be18a291c27bd72e/content.htm&lt;/A&gt;&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;Kiran Sure&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 10:56:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object/m-p/3943033#M943110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T10:56:32Z</dc:date>
    </item>
    <item>
      <title>Re: Lock Object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object/m-p/3943034#M943111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi check this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="739956"&gt;&lt;/A&gt;&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;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 10:57:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-object/m-p/3943034#M943111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T10:57:24Z</dc:date>
    </item>
  </channel>
</rss>

