<?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 unlocking a parked document in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unlocking-a-parked-document/m-p/9240069#M1719673</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;How do we release a document which is locked by other user.&lt;/P&gt;&lt;P&gt;i would like to do posting on this particular document and I get error message as F5, 302.&lt;/P&gt;&lt;P&gt;Document &amp;amp; &amp;amp; is locked by another user!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any possibility to unlock this document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkat Koppala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jan 2013 19:50:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-01-16T19:50:27Z</dc:date>
    <item>
      <title>unlocking a parked document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unlocking-a-parked-document/m-p/9240069#M1719673</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;How do we release a document which is locked by other user.&lt;/P&gt;&lt;P&gt;i would like to do posting on this particular document and I get error message as F5, 302.&lt;/P&gt;&lt;P&gt;Document &amp;amp; &amp;amp; is locked by another user!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any possibility to unlock this document?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkat Koppala&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 19:50:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unlocking-a-parked-document/m-p/9240069#M1719673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-16T19:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: unlocking a parked document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unlocking-a-parked-document/m-p/9240070#M1719674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can delete any lock by using the transaction sm12, where you will get a list of all the locks put on by a user in that system.you have to be careful thought to delete only the relavant lock for the document in question else it might cause inconsistency if you delete something in the middle of a transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jan 2013 23:03:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unlocking-a-parked-document/m-p/9240070#M1719674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-01-16T23:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: unlocking a parked document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unlocking-a-parked-document/m-p/9240071#M1719675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Venkat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As Vikas explained, SM12 might work but, worst case, try SM04 and drop the session (from user ID you see is blocking document). Sometimes some sessions get lost open in system... If it doesn't work either, look for any ongoing process (in SM50) from that user ID that could be still running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Edgar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 02:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unlocking-a-parked-document/m-p/9240071#M1719675</guid>
      <dc:creator>edgar_nagasaki</dc:creator>
      <dc:date>2013-01-17T02:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: unlocking a parked document</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unlocking-a-parked-document/m-p/9240072#M1719676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Addition to all,U can see sap notes 178545 also.&lt;/P&gt;&lt;P&gt;It's may be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gourav.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2013 04:51:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unlocking-a-parked-document/m-p/9240072#M1719676</guid>
      <dc:creator>gouravkumar64</dc:creator>
      <dc:date>2013-01-17T04:51:54Z</dc:date>
    </item>
  </channel>
</rss>

