<?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: Locks list for a user session in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/locks-list-for-a-user-session/m-p/4448775#M1054984</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for this. My IE crashed while posting the other thread so I didnt know whether that thread got posted and later I posted the same thing in the ABAP general forum. Thanks for pointing this out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Sep 2008 02:46:02 GMT</pubDate>
    <dc:creator>saurabh_chaturvedi</dc:creator>
    <dc:date>2008-09-10T02:46:02Z</dc:date>
    <item>
      <title>Locks list for a user session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locks-list-for-a-user-session/m-p/4448771#M1054980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a function module or class/method which will give me the list of all locks of a user in the current session and not across all sessions (like transaction SM12). Function modules like ENQUE_READ and ENQUE_READ2 provides the lock list for a user across all sessions but not in the seesion in which the FM is being executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any information in this regard.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 09:17:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locks-list-for-a-user-session/m-p/4448771#M1054980</guid>
      <dc:creator>saurabh_chaturvedi</dc:creator>
      <dc:date>2008-09-09T09:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Locks list for a user session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locks-list-for-a-user-session/m-p/4448772#M1054981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lock objects are not session-specific, therefore I find it hard to believe that such function exists. You might want to ask in Basis forum though, this has nothing to do with ABAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 20:25:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locks-list-for-a-user-session/m-p/4448772#M1054981</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2008-09-09T20:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Locks list for a user session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locks-list-for-a-user-session/m-p/4448773#M1054982</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi saurabh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dont post duplicate thread . Its against the rule of engagement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="1037506"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have got the answer in the previous thraed then close this thread.&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;Sujit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Sep 2008 20:40:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locks-list-for-a-user-session/m-p/4448773#M1054982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-09T20:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Locks list for a user session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locks-list-for-a-user-session/m-p/4448774#M1054983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jelena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question was basically to do with optimistic locking whihc is coming up in the next NW releases and there one needs to differentiate between an optimistic lock by the same user on the same object in different sessions.&lt;/P&gt;&lt;P&gt;I found out that the enqueue function modules themselves can be called with a special mode to check for an optimistic lock in a particular session for a particulat user and hence the list of locks for a session is not required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2008 02:43:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locks-list-for-a-user-session/m-p/4448774#M1054983</guid>
      <dc:creator>saurabh_chaturvedi</dc:creator>
      <dc:date>2008-09-10T02:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Locks list for a user session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locks-list-for-a-user-session/m-p/4448775#M1054984</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sujit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for this. My IE crashed while posting the other thread so I didnt know whether that thread got posted and later I posted the same thing in the ABAP general forum. Thanks for pointing this out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2008 02:46:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locks-list-for-a-user-session/m-p/4448775#M1054984</guid>
      <dc:creator>saurabh_chaturvedi</dc:creator>
      <dc:date>2008-09-10T02:46:02Z</dc:date>
    </item>
    <item>
      <title>Re: Locks list for a user session</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locks-list-for-a-user-session/m-p/4448776#M1054985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved it myself. See the reply to one of the answers to this thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2008 02:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locks-list-for-a-user-session/m-p/4448776#M1054985</guid>
      <dc:creator>saurabh_chaturvedi</dc:creator>
      <dc:date>2008-09-10T02:46:52Z</dc:date>
    </item>
  </channel>
</rss>

