<?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 objects,Editor lock difference ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-objects-editor-lock-difference/m-p/1537686#M245224</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the difference between lock object and editor lock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Sep 2006 16:29:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-01T16:29:05Z</dc:date>
    <item>
      <title>Lock objects,Editor lock difference ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-objects-editor-lock-difference/m-p/1537686#M245224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is the difference between lock object and editor lock&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 16:29:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-objects-editor-lock-difference/m-p/1537686#M245224</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T16:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Lock objects,Editor lock difference ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-objects-editor-lock-difference/m-p/1537687#M245225</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;Editor Lock is for Locking the program from Editing &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lock object is to control editing the object for synchronization.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Santosh Kumar P&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 16:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-objects-editor-lock-difference/m-p/1537687#M245225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T16:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: Lock objects,Editor lock difference ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-objects-editor-lock-difference/m-p/1537688#M245226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;Editor lock - Locks the program and no edits are possible once it is set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lock Object - Usually used to lock the records in Database Table or the whole Table for entries or changes. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Rashmi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Sep 2006 16:31:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-objects-editor-lock-difference/m-p/1537688#M245226</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T16:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Lock objects,Editor lock difference ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-objects-editor-lock-difference/m-p/1537689#M245227</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;&lt;/P&gt;&lt;P&gt;Editor Lock : This is to lock a program created by User 1 from editing by any other User. Say for eg. User "XYZ" has created a program and he doesnt want anyone else to edit/modify that program, then he can put Editor Lock so that no one else other than "XYZ" user would be able to edit/modify it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lock Object : Consider an example, where two Users say User 1 and User 2 wants to book railway ticket. Only 1 seat is remaining. The ticket information is updated in table ZTICKETS. This table can have tickets only from 1 to 10. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now User 1 and User 2 approaches two different reservations counters and ask for the same train ticket. Now the table is Locked for User 1 and the ticket information is updated in ZTICKETS table so that the other User should not get the ticket. Otherwise two persons would be alloted the same ticket. So the table locking from simulatneous updates can be achieved through Lock Objects.&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>Fri, 01 Sep 2006 17:25:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-objects-editor-lock-difference/m-p/1537689#M245227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-01T17:25:45Z</dc:date>
    </item>
  </channel>
</rss>

