<?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: &amp;quot;Lock table overflow&amp;quot; error msg when trying to change a repot program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/quot-lock-table-overflow-quot-error-msg-when-trying-to-change-a-repot/m-p/3622968#M872807</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not quite sure what exactly you're doing in your report, but obviously you are trying to lock numerous of objects. The lock table (transaction SM12) can no longer set new locks since there is an overflow. Check your report on what it is trying to lock.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2008 16:58:18 GMT</pubDate>
    <dc:creator>Sm1tje</dc:creator>
    <dc:date>2008-04-02T16:58:18Z</dc:date>
    <item>
      <title>"Lock table overflow" error msg when trying to change a repot program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quot-lock-table-overflow-quot-error-msg-when-trying-to-change-a-repot/m-p/3622967#M872806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi ABAP experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are getting the following error msg &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Lock table overflow&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Choose 'Display object' or 'Cancel'.".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click the question mark on the same error msg window, then the detailed error msg would like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
Message no. MC603

Diagnosis
This table overflowed when trying to enter SAP locks in the lock table.

System Response
The locks could not be set.

Procedure
Contact your system administrator. If this error occurs frequently, change the size of the profile parameter 'enque/table_size'. This parameter defines the size of the lock table in KByte.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What would be the reason and how to resolve this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 2, 2008 1:03 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 16:48:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quot-lock-table-overflow-quot-error-msg-when-trying-to-change-a-repot/m-p/3622967#M872806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T16:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: "Lock table overflow" error msg when trying to change a repot program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quot-lock-table-overflow-quot-error-msg-when-trying-to-change-a-repot/m-p/3622968#M872807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not quite sure what exactly you're doing in your report, but obviously you are trying to lock numerous of objects. The lock table (transaction SM12) can no longer set new locks since there is an overflow. Check your report on what it is trying to lock.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 16:58:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quot-lock-table-overflow-quot-error-msg-when-trying-to-change-a-repot/m-p/3622968#M872807</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-04-02T16:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: "Lock table overflow" error msg when trying to change a repot program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/quot-lock-table-overflow-quot-error-msg-when-trying-to-change-a-repot/m-p/3622969#M872808</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;This could be bcos the lock table is getting overflowed beyond the allotted space. Check if any other program/BAPI is causing continuous creation of locks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To analyze choose (SM12) Extras Statistics to display the statistics. These are the statistics that have been compiled since the last time the lock server was restarted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the below link for more information on SAP Lock Concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/7b/f9813712f7434be10000009b38f8cf/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/7b/f9813712f7434be10000009b38f8cf/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For details on Subsequent Analysis of Lock Table Overflows, check the below links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/d3/43d2416d9c1c7be10000000a1550b0/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/d3/43d2416d9c1c7be10000000a1550b0/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/f0/b57338788f4d72e10000009b38f8cf/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/f0/b57338788f4d72e10000009b38f8cf/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. &lt;STRONG&gt;&amp;lt;REMOVED BY MODERATOR&amp;gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Alvaro Tejada Galindo on Apr 2, 2008 1:03 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2008 16:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/quot-lock-table-overflow-quot-error-msg-when-trying-to-change-a-repot/m-p/3622969#M872808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-02T16:59:38Z</dc:date>
    </item>
  </channel>
</rss>

