<?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: Enqueue Modes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-modes/m-p/1774894#M334304</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pl check this &amp;lt;a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/9a/49d91d498b4e489eef193e949db3f7/frameset.htm"&amp;gt;SAP Help&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Dec 2006 21:25:17 GMT</pubDate>
    <dc:creator>suresh_datti</dc:creator>
    <dc:date>2006-12-15T21:25:17Z</dc:date>
    <item>
      <title>Enqueue Modes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-modes/m-p/1774893#M334303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do we mean by different mode on Enqueue  E, X and S. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does it mean that one mode will lock permanenetly and other will not ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 21:20:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-modes/m-p/1774893#M334303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T21:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Enqueue Modes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-modes/m-p/1774894#M334304</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pl check this &amp;lt;a href="http://help.sap.com/saphelp_erp2005vp/helpdata/en/9a/49d91d498b4e489eef193e949db3f7/frameset.htm"&amp;gt;SAP Help&amp;lt;/a&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 21:25:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-modes/m-p/1774894#M334304</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-12-15T21:25:17Z</dc:date>
    </item>
    <item>
      <title>Re: Enqueue Modes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-modes/m-p/1774895#M334305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Types of locks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can lock the table or record by using following types of locking:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) Exclusive (E) the locked data can only be displayed or modified by single user i.e the owner of the object. Access to other users is denied.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Shared (S) several users can access the same record simultaneously, but only in display mode and except the first one, who has asked for the data in update mode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Exclusive not cumulating (X) it is similar to exclusive lock. It allows only a single user access. E can be called several times from the same transaction. In contrast, a lock type X can be called only once during the transaction. Any other call for this lock is rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Activation of Lock Object&lt;/P&gt;&lt;P&gt;1) When you activate the lock object, the functions are automatically generated. And these are ENQUEUE-EZN and DEQUEUE-EZN. EZN is name of the lock object.&lt;/P&gt;&lt;P&gt;2) While ENQUEUE is used in program to set the code over the selected data depending upon the lock object arguments. DEQUEUE is used to release the lock.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Guru&lt;/P&gt;&lt;P&gt;Reward points for helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 21:26:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-modes/m-p/1774895#M334305</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T21:26:16Z</dc:date>
    </item>
    <item>
      <title>Re: Enqueue Modes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-modes/m-p/1774896#M334306</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;Check this documentation..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exclusive lock&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The locked data can be read or processed by one user only. A request for another exclusive lock or for a shared lock is rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shared lock&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Several users can read the same data at the same time, but as soon as a user edits the data, a second user can no longer access this data. Requests for further shared locks are accepted, even if they are issued by different users, but exclusive locks are rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exclusive but not cumulative lock&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exclusive locks can be requested by the same transaction more than once and handled successively, but an exclusive but not cumulative lock can only be requested once by a given transaction. All other lock requests are rejected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Dec 2006 21:27:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-modes/m-p/1774896#M334306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-15T21:27:21Z</dc:date>
    </item>
  </channel>
</rss>

