<?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: call transaction system lock error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868529#M365864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much, could you tell me normally how much time will take to upload 100 000 records using LSMW?? the transaction has 12 screens to process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 15 Jan 2007 13:52:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-15T13:52:31Z</dc:date>
    <item>
      <title>call transaction system lock error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868523#M365858</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;i am uploading data to some transaction using call transaction method with synchronus update.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i schedule the same program as 2 jobs in the back ground (splitting the file in to 2) most of the records are failed with the error 'SYSTEM_LOCK'.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggession on this? thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 10:39:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868523#M365858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T10:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction system lock error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868524#M365859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After the first job finishes , then only schedule the 2nd job and checkout if it works&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 10:44:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868524#M365859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T10:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction system lock error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868525#M365860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if it is one after the other then works very much fine.&lt;/P&gt;&lt;P&gt;here our idea is to reduce the upload time, so we want to run 2 jobs simultaniously.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 11:25:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868525#M365860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T11:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction system lock error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868526#M365861</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi kiran,&lt;/P&gt;&lt;P&gt;You can do the coding like, after executing the First File then only start the Second file, &lt;/P&gt;&lt;P&gt;Normally this won;t happen, i mean the error only comes when you are using the same values in the same time, so may be your filwe is contains the same, so it is better run the first file, after completing the first one then only start the processing the second file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 11:53:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868526#M365861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T11:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction system lock error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868527#M365862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;my program is taking 8 hours to upload 100,000 records, so my idea to break that into 2 jobs so that we will reduce the time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any ideas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 15:48:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868527#M365862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T15:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction system lock error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868528#M365863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of call transaction, use the session method. Run as many sessions simultaneously as you want. You will still get lock errors, but you will be able to resolve them by re-submitting the error sessions. Some may have to be submitted more than once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 15:52:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868528#M365863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T15:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction system lock error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868529#M365864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you very much, could you tell me normally how much time will take to upload 100 000 records using LSMW?? the transaction has 12 screens to process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 13:52:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868529#M365864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T13:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction system lock error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868530#M365865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That would depend on a number of factors - the transaction you are using, your hardware platform and other system activity while the load is going on. So no, I can't tell you how long this will take.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if you load say 1,000 records into your QA system (and multiply by 100), this should give you a rough idea of how long. The Production load will take more or less time depending on hardware and system usage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 14:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868530#M365865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T14:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction system lock error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868531#M365866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;normally when call transaction is used it locks the transaction and starts posting the data so that duplicates doesnot occur. What u can do is first run the first file and after it gets finished run the second file. This way it won't give any errors and also almost all records will be posted to SAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 15:09:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868531#M365866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T15:09:31Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction system lock error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868532#M365867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for the information Rob and ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 20:26:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868532#M365867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T20:26:07Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction system lock error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868533#M365868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You're welcome Kiran. If your question is answered, please close the thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 Jan 2007 20:31:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868533#M365868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-15T20:31:27Z</dc:date>
    </item>
    <item>
      <title>Re: call transaction system lock error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868534#M365869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks to everyone,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Jan 2007 13:39:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/call-transaction-system-lock-error/m-p/1868534#M365869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-16T13:39:07Z</dc:date>
    </item>
  </channel>
</rss>

