<?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: Record Level Locking in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-level-locking/m-p/1634014#M282771</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create a shared lock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shared locks (or read locks) allow you to prevent data from being changed while you are reading it. They prevent other programs from setting an exclusive lock (write lock) to change the object. It does not, however, prevent other programs from setting further read locks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 Sep 2006 07:46:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-25T07:46:29Z</dc:date>
    <item>
      <title>Record Level Locking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-level-locking/m-p/1634013#M282770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi friends&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)   I have locked a record in Exclusive mode(X) now it works when some buddy try to edit that record but not in case of display that record why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)   While user create a new record how to block that record based on Primary key so that other user simultaniouly can not make new record with the same Primary Key condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards &lt;/P&gt;&lt;P&gt;Pulkit Agrawal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 07:43:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-level-locking/m-p/1634013#M282770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T07:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Record Level Locking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-level-locking/m-p/1634014#M282771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can create a shared lock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shared locks (or read locks) allow you to prevent data from being changed while you are reading it. They prevent other programs from setting an exclusive lock (write lock) to change the object. It does not, however, prevent other programs from setting further read locks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 07:46:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-level-locking/m-p/1634014#M282771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T07:46:29Z</dc:date>
    </item>
    <item>
      <title>Re: Record Level Locking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-level-locking/m-p/1634015#M282772</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;1) i want while i am editing it no buddy is allowed to see it? I have provided the exclusive lock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) While user create a new record how to block that record based on Primary key so that other user simultaniouly can not make new record with the same Primary Key condition.&lt;/P&gt;&lt;P&gt;Ex : - MM01 transaction material number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Pulkit Agrawal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 07:56:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-level-locking/m-p/1634015#M282772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T07:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: Record Level Locking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-level-locking/m-p/1634016#M282773</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;While inserting a new record, no need to lock the table. But if there is a scenario where User 1 or User 2 would create a record with same primary key, then lock the entire table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the record is not yet created, no point in trying to lock the table at record level. It should be locked at table level.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Sep 2006 08:02:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-level-locking/m-p/1634016#M282773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T08:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: Record Level Locking</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/record-level-locking/m-p/1634017#M282774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;See the below link, this will show how to create the LOCK object and write the code to lock the table entries&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapdevelopment.co.uk/dictionary/lock_enqueue.htm" target="test_blank"&gt;http://www.sapdevelopment.co.uk/dictionary/lock_enqueue.htm&lt;/A&gt;&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>Mon, 25 Sep 2006 08:03:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/record-level-locking/m-p/1634017#M282774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-25T08:03:30Z</dc:date>
    </item>
  </channel>
</rss>

