<?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: Lock table overflows - what does it notify in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-overflows-what-does-it-notify/m-p/3202310#M763272</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the information...I have been working with that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This is what the SAP help information in run time :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lock table overflow&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Message no. MC603&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Lock table overflow&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Message no. MC603&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Diagnosis&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This table overflowed when trying to enter SAP locks in the lock table.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;System Response&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The locks could not be set.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Procedure&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;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;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;ends&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During runtime only, this prg gets lock which could be seen in SM12. Does it deal with locking concepts in DB table or internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How the locks could not be set , Why do we need to set the lock...Could u share with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to change  the size of the profile parameter 'enque/table_size'. This parameter defines the size of the lock table in KByte.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could send the portal link of SAP locks concepts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate ur help in due time..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matthew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Dec 2007 16:11:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-28T16:11:09Z</dc:date>
    <item>
      <title>Lock table overflows - what does it notify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-overflows-what-does-it-notify/m-p/3202306#M763268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am dealing with the population of internal table, the ends gets ended with the waring message " Lock table overflows ".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess, Internal table gets records more than its storage limit....If so do u have any way to increase the memory using abap statement occurs xxxx..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise....Where it goes wrong..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate ur  effort in sorting out the issue..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have a good day&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Matthew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 15:30:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-overflows-what-does-it-notify/m-p/3202306#M763268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T15:30:54Z</dc:date>
    </item>
    <item>
      <title>Re: Lock table overflows - what does it notify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-overflows-what-does-it-notify/m-p/3202307#M763269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lock table overflows means that their are too many locks in the system at that point in time.  Check SM12 to see these locks.  Is your program causing all these locks or is it something else.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 15:36:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-overflows-what-does-it-notify/m-p/3202307#M763269</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-12-28T15:36:34Z</dc:date>
    </item>
    <item>
      <title>Re: Lock table overflows - what does it notify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-overflows-what-does-it-notify/m-p/3202308#M763270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The maximum number of locks in the lock table is subject to an upper limit. If it has reached the limit, you will get this message. Inform your Basis folks to delete the entries and make space. They will be able to help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more info.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A lock table overflow can occur if:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        The lock table is configured too small&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        An application sets a large number of locks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;·        The update process is hanging and this is passing a lot of locks onto the update task.&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;The size of the lock table can be increased. As the number of records updates increases and crosses the limit of the lock table size it happens. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 15:40:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-overflows-what-does-it-notify/m-p/3202308#M763270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T15:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: Lock table overflows - what does it notify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-overflows-what-does-it-notify/m-p/3202309#M763271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Heilman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the information...I have been working with that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This is what the SAP help information in run time :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lock table overflow&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Message no. MC603&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Lock table overflow&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Message no. MC603&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Diagnosis&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This table overflowed when trying to enter SAP locks in the lock table.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;System Response&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The locks could not be set.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Procedure&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;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;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;ends&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During runtime only, this prg gets lock which could be seen in SM12. Does it deal with locking concepts in DB table or internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How the locks could not be set , Why do we need to set the lock...Could u share with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to change  the size of the profile parameter 'enque/table_size'. This parameter defines the size of the lock table in KByte.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could send the portal link of SAP locks concepts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate ur help in due time..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matthew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 15:55:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-overflows-what-does-it-notify/m-p/3202309#M763271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T15:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Lock table overflows - what does it notify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-overflows-what-does-it-notify/m-p/3202310#M763272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bala,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for the information...I have been working with that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;This is what the SAP help information in run time :&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Lock table overflow&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Message no. MC603&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Lock table overflow&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Message no. MC603&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Diagnosis&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;This table overflowed when trying to enter SAP locks in the lock table.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;System Response&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;The locks could not be set.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Procedure&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;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;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;ends&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;During runtime only, this prg gets lock which could be seen in SM12. Does it deal with locking concepts in DB table or internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How the locks could not be set , Why do we need to set the lock...Could u share with me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to change  the size of the profile parameter 'enque/table_size'. This parameter defines the size of the lock table in KByte.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could send the portal link of SAP locks concepts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I appreciate ur help in due time..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Matthew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 16:11:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-overflows-what-does-it-notify/m-p/3202310#M763272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T16:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Lock table overflows - what does it notify</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-overflows-what-does-it-notify/m-p/3202311#M763273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Click the SAP Help link for &lt;A href="http://help.sap.com/saphelp_erp2005/helpdata/EN/c2/2d7037ecc92a7ee10000009b38f8cf/frameset.htm"&gt;SAP Lock Concept&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally the lock entries are created and deleted automatically by R/3 System.For example if Dispatcher for an instance or entire instances suddenly fails, obsolete lock entries may sometimes remain in the system. Lock entries can also remain in the system if users switch off their computers without first logging off the r/3 system. This is the most frequent cause of obsolete lock entries. &lt;/P&gt;&lt;P&gt;You must check the lock entries daily and, if necessary, delete them manually. &lt;/P&gt;&lt;P&gt;· You should analyze lock entries that are kept for a particularly long time. To display more information about an entry, such as the transaction code that created the lock entry, double click the entry. &lt;/P&gt;&lt;P&gt;· If the lock entries were caused by an update, check the update transactions. &lt;/P&gt;&lt;P&gt;· Check whether the user for a lock entry is still logged on. &lt;/P&gt;&lt;P&gt;· Do not delete locks unless you are absolutely certain about what you are doing. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vinodh Balakrishnan&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Dec 2007 16:44:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/lock-table-overflows-what-does-it-notify/m-p/3202311#M763273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-28T16:44:39Z</dc:date>
    </item>
  </channel>
</rss>

