<?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 We Create Lock Objects ?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-lock-objects/m-p/9965067#M1800212</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;it is automatically locked.&lt;/P&gt;


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;is a false assertion, it is locked because in standard transaction/program the SAP developper used a lock object, start reading &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c2/2d7037ecc92a7ee10000009b38f8cf/content.htm"&gt;The SAP Lock Concept (BC-CST-EQ)&lt;/A&gt; and &lt;A href="http://help.sap.com/abapdocu_731/en/abentransaction.htm"&gt;Data Consistency&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 02 Jan 2014 14:11:17 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2014-01-02T14:11:17Z</dc:date>
    <item>
      <title>Why We Create Lock Objects ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-lock-objects/m-p/9965066#M1800211</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 want to know that why we create lock objects? Because in SAP when somebody is editing or working on any object then it is automatically locked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 14:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-lock-objects/m-p/9965066#M1800211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-02T14:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: Why We Create Lock Objects ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-lock-objects/m-p/9965067#M1800212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;it is automatically locked.&lt;/P&gt;


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;is a false assertion, it is locked because in standard transaction/program the SAP developper used a lock object, start reading &lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/c2/2d7037ecc92a7ee10000009b38f8cf/content.htm"&gt;The SAP Lock Concept (BC-CST-EQ)&lt;/A&gt; and &lt;A href="http://help.sap.com/abapdocu_731/en/abentransaction.htm"&gt;Data Consistency&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 02 Jan 2014 14:11:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-lock-objects/m-p/9965067#M1800212</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2014-01-02T14:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why We Create Lock Objects ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-lock-objects/m-p/9965068#M1800213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response. One doubt is still in my mind that if SAP system is equipped with a special lock mechanism then when we will create a LOCK&amp;nbsp; OBJECT from SE11.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 09:09:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-lock-objects/m-p/9965068#M1800213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-03T09:09:50Z</dc:date>
    </item>
    <item>
      <title>Re: Why We Create Lock Objects ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-lock-objects/m-p/9965069#M1800214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Lock object in se11 is for custom development.&lt;/P&gt;&lt;P&gt;Suppose you got an object development in which you are suppose to access the same data from a table at the same time from a report/FM. To help you here you need a lock and unlock object to avoid the user getting wrong data, when one is to change data and another wants to read data for processing. &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 09:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-lock-objects/m-p/9965069#M1800214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-03T09:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Why We Create Lock Objects ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-lock-objects/m-p/9965070#M1800215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's depends on the business applications. Some time the customized transactions/tables are very much important for the business. To control the data inconsistency need to create the locks based on the tables/fields to avoid the issues and keep the data integrity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rg, Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 09:42:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-lock-objects/m-p/9965070#M1800215</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-03T09:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Why We Create Lock Objects ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-lock-objects/m-p/9965071#M1800216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;To add to Amit's query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone here share their knowledge on what are the scenarios when a Standard Lock object can't be used compelling us to Create a Custom Lock Object.How Enqueue_E_table will differ from the custom lock object with Secondary tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Jan 2014 11:06:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/why-we-create-lock-objects/m-p/9965071#M1800216</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2014-01-03T11:06:06Z</dc:date>
    </item>
  </channel>
</rss>

