<?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: persistent locks?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-locks/m-p/2659212#M613393</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes when there is a lot of contention for UPDATE processes, you will not see the commit statement releasing the locks immediately. Depending on how many updates processes your basis defined in your system setup, it may be just waiting for the process to be available to make the commits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try WAIT option?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Aug 2007 16:54:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-15T16:54:36Z</dc:date>
    <item>
      <title>persistent locks??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-locks/m-p/2659211#M613392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we have the following phenomenon:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The use of FUNCTION 'BAPI_MATERIAL_MAINTAINDATA_RT' sets a lot of lock entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following the function call we call FUNCTION 'BAPI_TRANSACTION_COMMIT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This should start the update process and release the locks. But although COMMIT WORK has been processed, no update process starts and all the locks remain. This causes a lock table overflow if we try to mass-update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you explain this behavior?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 16:36:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-locks/m-p/2659211#M613392</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-08-15T16:36:02Z</dc:date>
    </item>
    <item>
      <title>Re: persistent locks??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-locks/m-p/2659212#M613393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sometimes when there is a lot of contention for UPDATE processes, you will not see the commit statement releasing the locks immediately. Depending on how many updates processes your basis defined in your system setup, it may be just waiting for the process to be available to make the commits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try WAIT option?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 16:54:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-locks/m-p/2659212#M613393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T16:54:36Z</dc:date>
    </item>
    <item>
      <title>Re: persistent locks??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-locks/m-p/2659213#M613394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas Adavi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes, but this is not the case: In our test system, we have 2 update processes. They don't do anything.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now I tried the WAIT option: Confusingly, it executes the statement and does not wait (in debugger). But all the locks still remain.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any customizing setting possibly avoiding the update?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 16:59:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-locks/m-p/2659213#M613394</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-08-15T16:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: persistent locks??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-locks/m-p/2659214#M613395</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Clemens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sometime back i did R&amp;amp;D on this FM ,Unfortunatly i was assigned into other project.&lt;/P&gt;&lt;P&gt;I don't remember the OSS Note but I saw something in oss note regarding this FM.&lt;/P&gt;&lt;P&gt;Look at OSS Note by using search term 'BAPI_MATERIAL_MAINTAINDATA_RT'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do remember - MARC Table updation is the major issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 17:11:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-locks/m-p/2659214#M613395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T17:11:10Z</dc:date>
    </item>
    <item>
      <title>Re: persistent locks??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-locks/m-p/2659215#M613396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Bingo!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are lots of notes about performance issues and other things.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is one not yet one month old and it is titled&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note 1071095 - Releasing blocks with BAPI_MATERIAL_MAINTAINDATA_RT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After application of the note, it works as expected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 18:00:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/persistent-locks/m-p/2659215#M613396</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-08-15T18:00:26Z</dc:date>
    </item>
  </channel>
</rss>

