<?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_READ function Module details in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-read-function-module-details/m-p/1418832#M201276</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. this FM will just provide information&lt;/P&gt;&lt;P&gt;   for TABLE records, which are locked.&lt;/P&gt;&lt;P&gt; (this information can be seen from sm12 tcode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jun 2006 11:45:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-27T11:45:18Z</dc:date>
    <item>
      <title>ENQUEUE_READ function Module details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-read-function-module-details/m-p/1418831#M201275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ABAPers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to read the locked objects, which are locked in other sessions other than the current session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can I use the parameter "LOCAL" in the FM ENQUEUE_READ. If yes, What should be the parameter value for "LOCAL"?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The signature of the FM ENQUEUE_READ is as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FUNCTION ENQUEUE_READ.&lt;/P&gt;&lt;P&gt;Lokale Schnittstelle:&lt;/P&gt;&lt;P&gt;   IMPORTING&lt;/P&gt;&lt;P&gt;     VALUE(GCLIENT) LIKE  SEQG3-GCLIENT DEFAULT SY-MANDT&lt;/P&gt;&lt;P&gt;     VALUE(GNAME) LIKE  SEQG3-GNAME DEFAULT SPACE&lt;/P&gt;&lt;P&gt;     VALUE(GARG) LIKE  SEQG3-GARG DEFAULT SPACE&lt;/P&gt;&lt;P&gt;     VALUE(GUNAME) LIKE  SEQG3-GUNAME DEFAULT SY-UNAME&lt;/P&gt;&lt;P&gt;     VALUE(LOCAL) LIKE  SY-SUBTY DEFAULT SPACE&lt;/P&gt;&lt;P&gt;   EXPORTING&lt;/P&gt;&lt;P&gt;     VALUE(NUMBER) LIKE  SY-TABIX&lt;/P&gt;&lt;P&gt;     VALUE(SUBRC) LIKE  SY-SUBRC&lt;/P&gt;&lt;P&gt;   TABLES&lt;/P&gt;&lt;P&gt;     ENQ STRUCTURE  SEQG3&lt;/P&gt;&lt;P&gt;   EXCEPTIONS&lt;/P&gt;&lt;P&gt;     COMMUNICATION_FAILURE&lt;/P&gt;&lt;P&gt;     SYSTEM_FAILURE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 11:42:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-read-function-module-details/m-p/1418831#M201275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-27T11:42:08Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE_READ function Module details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-read-function-module-details/m-p/1418832#M201276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ramesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. this FM will just provide information&lt;/P&gt;&lt;P&gt;   for TABLE records, which are locked.&lt;/P&gt;&lt;P&gt; (this information can be seen from sm12 tcode)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;amit m.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 11:45:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-read-function-module-details/m-p/1418832#M201276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-27T11:45:18Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE_READ function Module details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-read-function-module-details/m-p/1418833#M201277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Ramesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is not useful for this F.M 'ENQUE_READ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default it is space.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so no need to pass any value for LOCAL Parameter &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards&lt;/P&gt;&lt;P&gt;Sreenivasulu P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 11:52:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-read-function-module-details/m-p/1418833#M201277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-27T11:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: ENQUEUE_READ function Module details</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-read-function-module-details/m-p/1418834#M201278</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;I dont want the objects that are locked in my current  sessions.To achieve that is it possible to use the parameter "local". to get objects that are locked out side the current transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jun 2006 12:01:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/enqueue-read-function-module-details/m-p/1418834#M201278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-27T12:01:24Z</dc:date>
    </item>
  </channel>
</rss>

