<?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: Why always lock data? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-always-lock-data/m-p/5910999#M1329761</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell me how can I come out this tcode in ABAP ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2009 06:30:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-09T06:30:06Z</dc:date>
    <item>
      <title>Why always lock data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-always-lock-data/m-p/5910997#M1329759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;       I have used one rfc with BDC to supplement wbs budget,with one line data it is ok,but when I use another data it is not ok,I can see lock with transaction code SM12,Who can tell me how to do ?lock table:proj_enq&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Merry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 04:34:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-always-lock-data/m-p/5910997#M1329759</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-09T04:34:13Z</dc:date>
    </item>
    <item>
      <title>Re: Why always lock data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-always-lock-data/m-p/5910998#M1329760</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;when u access a record from a table for standard transaction, it locks the entry in sm12,unless u come out of the tcode.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sajid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 05:10:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-always-lock-data/m-p/5910998#M1329760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-09T05:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why always lock data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-always-lock-data/m-p/5910999#M1329761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you tell me how can I come out this tcode in ABAP ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 06:30:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-always-lock-data/m-p/5910999#M1329761</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-09T06:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: Why always lock data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-always-lock-data/m-p/5911000#M1329762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Merry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U need not come out of that TCODE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose if ur editing any program or if ur Inserting or creating any entries in a  table thru SE11 ,others might not be able to do the same because those will be locked under ur userid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can come out of the change mode (i.e display mode) to avoid locking under ur userid.Or simply come out of the session,lock will be released.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose if u want unlock any locked object then,&lt;/P&gt;&lt;P&gt;Go the tcode SM12 and press the LIST button available at the top.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just u will get the list of objects that are currently locked and in use by other user.&lt;/P&gt;&lt;P&gt;Select the one and press the delete button .The lock will be deleted once u confirm the same.&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;Lakshman.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 06:36:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-always-lock-data/m-p/5911000#M1329762</guid>
      <dc:creator>former_member209217</dc:creator>
      <dc:date>2009-07-09T06:36:05Z</dc:date>
    </item>
    <item>
      <title>Re: Why always lock data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-always-lock-data/m-p/5911001#M1329763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Merry,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose user A  is changing a PO ie., in tcode me22 then in sm12 u can see that there would be a record which shows that it is locked by user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When user A comes out of me22 tcode (ie., after he made the changes he may save and click on back button) then it unlocks automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in sm12, u can unlock forcefully by deleting that particular record.But this is not recommended unless its necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sajid&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Jul 2009 05:07:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-always-lock-data/m-p/5911001#M1329763</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-10T05:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Why always lock data?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-always-lock-data/m-p/5911002#M1329764</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Jul 2009 07:56:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-always-lock-data/m-p/5911002#M1329764</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-13T07:56:21Z</dc:date>
    </item>
  </channel>
</rss>

