<?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 Differeence between Lock object and enqueue_e_table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/differeence-between-lock-object-and-enqueue-e-table/m-p/6658816#M1446006</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;what is diff between Lock object and enque_e_table.  Where to use enqueue_e_table and where to use lock object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think with a lock object i can lock more than one table (passing tables  in secondary table). Please correct me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 Mar 2010 14:19:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-03-14T14:19:21Z</dc:date>
    <item>
      <title>Differeence between Lock object and enqueue_e_table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differeence-between-lock-object-and-enqueue-e-table/m-p/6658816#M1446006</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;what is diff between Lock object and enque_e_table.  Where to use enqueue_e_table and where to use lock object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think with a lock object i can lock more than one table (passing tables  in secondary table). Please correct me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Mar 2010 14:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differeence-between-lock-object-and-enqueue-e-table/m-p/6658816#M1446006</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-14T14:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Differeence between Lock object and enqueue_e_table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differeence-between-lock-object-and-enqueue-e-table/m-p/6658817#M1446007</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Mar 2010 14:41:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differeence-between-lock-object-and-enqueue-e-table/m-p/6658817#M1446007</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-14T14:41:06Z</dc:date>
    </item>
    <item>
      <title>Re: Differeence between Lock object and enqueue_e_table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/differeence-between-lock-object-and-enqueue-e-table/m-p/6658818#M1446008</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A lock object does not really "lock a table" though most of lock objects refer to a database table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I explain:&lt;/P&gt;&lt;P&gt;The principle is that when 2 programs lock at the same time with the same lock object, only the first will succeed.&lt;/P&gt;&lt;P&gt;If you have a program which does not use the lock, it may update the database table without any problem.&lt;/P&gt;&lt;P&gt;All programs which update a table have to use the same lock object. Note that users are always able to update this table via SM30 as they don't know the lock object to be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;enqueue_xxxx is the name of the generated function module used to lock the xxxx lock object. E_TABLE lock is ONLY used by SM30 if I remember well, so that to prevent one table from being updated via SM30 by 2 persons at the same time. But it is not related at all with programs which would also update this table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sandra Rossi on Mar 14, 2010 9:53 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 Mar 2010 20:51:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/differeence-between-lock-object-and-enqueue-e-table/m-p/6658818#M1446008</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2010-03-14T20:51:51Z</dc:date>
    </item>
  </channel>
</rss>

