<?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: Regarding locking an object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-locking-an-object/m-p/5330075#M1228270</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;Goto SM12 transaction there is the list of all the lock objects, and check the lock in details.You'll find the corresponding details of ztable lock object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Qamar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Mar 2009 10:48:58 GMT</pubDate>
    <dc:creator>qamar_javed</dc:creator>
    <dc:date>2009-03-18T10:48:58Z</dc:date>
    <item>
      <title>Regarding locking an object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-locking-an-object/m-p/5330074#M1228269</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;i hav to make changes in a ztable. i hav to make it in change mode,but it has been editted by some other user......is there any system variable which captures the user name who is editting the object......&lt;/P&gt;&lt;P&gt;based on this i hav to therow an error message saying that so and so user is currently editting the object.................&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone plz help me in this..................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 10:40:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-locking-an-object/m-p/5330074#M1228269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T10:40:19Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding locking an object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-locking-an-object/m-p/5330075#M1228270</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;Goto SM12 transaction there is the list of all the lock objects, and check the lock in details.You'll find the corresponding details of ztable lock object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Qamar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 10:48:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-locking-an-object/m-p/5330075#M1228270</guid>
      <dc:creator>qamar_javed</dc:creator>
      <dc:date>2009-03-18T10:48:58Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding locking an object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-locking-an-object/m-p/5330076#M1228271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check this table&lt;/P&gt;&lt;P&gt;SEQG3 -Dialog Fields for Lock Display/Delete SM12&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN __default_attr="16" __jive_macro_name="size"&gt;кu03B1ятu03B9к&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 10:51:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-locking-an-object/m-p/5330076#M1228271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T10:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding locking an object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-locking-an-object/m-p/5330077#M1228272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try to debug the standard functionaliy of SE11.If we are in edit mode for certain database table and try to edit it in another new session, system shows popup whic displays the name of the editor.I tried to debug SE11 and found that FM, RS_DD_EDIT gives this popup.See if this function module can helps you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          CALL FUNCTION 'RS_DD_EDIT'&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              objname = name of the database table&lt;/P&gt;&lt;P&gt;              objtype  = T , for transperent table&lt;/P&gt;&lt;P&gt;              popup    = popup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited By Tejaswini khante&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2009 11:22:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-locking-an-object/m-p/5330077#M1228272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-18T11:22:18Z</dc:date>
    </item>
  </channel>
</rss>

