<?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: System Locking error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-locking-error/m-p/1632765#M282274</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      release lock using Fm  &lt;/P&gt;&lt;P&gt;      db_commit to realese lock explicitly&lt;/P&gt;&lt;P&gt;      after your BAPI is executed inside&lt;/P&gt;&lt;P&gt;      loop.&lt;/P&gt;&lt;P&gt;     loop at itab.&lt;/P&gt;&lt;P&gt;     BAPI_PLANNEDORDER_CHANGE.&lt;/P&gt;&lt;P&gt;     &amp;lt;b&amp;gt;call function db_commit.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;       or &lt;/P&gt;&lt;P&gt;       commit work.&lt;/P&gt;&lt;P&gt;     endloop.       &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;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Oct 2006 09:55:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-16T09:55:40Z</dc:date>
    <item>
      <title>System Locking error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-locking-error/m-p/1632764#M282273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running an inbound interface with volume of 50,000 records. The interface works  as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. This is a flat file interface, XI will pick the file and send to R/3 via Proxy. In R/3 Existing records in SAP will be compared with flatfile records. If a record present in both flat file and SAP, that particular record will be changed if there's a difference.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. If a record is present only in Flat file, that record will be created in SAP.&lt;/P&gt;&lt;P&gt;3. if a record is present in only SAP, that record will be deleted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using 3 BAPIs to create, change and delete the records in SAP. they are BAPI_PLANNEDORDER_CREATE, BAPI_PLANNEDORDER_CHANGE, BAPI_PLANNEEDORDER_DELETE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My interface is working fine when i run with smaller flat files but when i run with big files (Around 50000 records) my interface is failing due to "Time out". So i changed my program and making use of parallel processing. Now my interface is working fine but i am getting "system locking error" or " Lock table overflow error" i.e upto some 10000 records its giving correct result in BAPI but afterwards its giving me system locking error. I am calling BAPIs inside loop statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also other users in my project are also getting " Lock table overflow error" when my interface is running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is the table(PLAF in my case) is getting locked for create, change and delete for each record but not getting released when that record is processed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Urgent help required on this issue. Any help would be appreciated and promise to awrd points  for helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 09:36:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-locking-error/m-p/1632764#M282273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-16T09:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: System Locking error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-locking-error/m-p/1632765#M282274</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;      release lock using Fm  &lt;/P&gt;&lt;P&gt;      db_commit to realese lock explicitly&lt;/P&gt;&lt;P&gt;      after your BAPI is executed inside&lt;/P&gt;&lt;P&gt;      loop.&lt;/P&gt;&lt;P&gt;     loop at itab.&lt;/P&gt;&lt;P&gt;     BAPI_PLANNEDORDER_CHANGE.&lt;/P&gt;&lt;P&gt;     &amp;lt;b&amp;gt;call function db_commit.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;       or &lt;/P&gt;&lt;P&gt;       commit work.&lt;/P&gt;&lt;P&gt;     endloop.       &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;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 09:55:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-locking-error/m-p/1632765#M282274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-16T09:55:40Z</dc:date>
    </item>
    <item>
      <title>Re: System Locking error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-locking-error/m-p/1632766#M282275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;     are use FM dequeue_all inside loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards&lt;/P&gt;&lt;P&gt;Amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 09:56:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-locking-error/m-p/1632766#M282275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-16T09:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: System Locking error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-locking-error/m-p/1632767#M282276</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amole,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for u r quck reply, DO i need to call Deque_all after BAPI_TRANSACTION_COMMIT?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 10:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-locking-error/m-p/1632767#M282276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-16T10:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: System Locking error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-locking-error/m-p/1632768#M282277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    BAPI_TRANSACTION_COMMIt will release lock explicitly&lt;/P&gt;&lt;P&gt;    but try dequeue_all after BAPI_TRANSACTION_COMMIT. &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;amole&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Oct 2006 10:38:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-locking-error/m-p/1632768#M282277</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-16T10:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: System Locking error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-locking-error/m-p/1632769#M282278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you find a solution for your problem?&lt;/P&gt;&lt;P&gt;I'm also getting the same error. But the difference is we are getting the error when we are sending material characteristics thru IDOCs to external system. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if you have any solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Nov 2006 15:31:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-locking-error/m-p/1632769#M282278</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-03T15:31:32Z</dc:date>
    </item>
  </channel>
</rss>

