<?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 Insert record in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-record/m-p/3142560#M746967</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; Im using LSMW to upload data into custom table.&lt;/P&gt;&lt;P&gt;The file to upload contains  20,000 records.&lt;/P&gt;&lt;P&gt;While upploading after 4000 records i got an error message&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;' Lock Table Overflow '&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can any one suggest me how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Dec 2007 07:27:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-24T07:27:54Z</dc:date>
    <item>
      <title>Insert record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-record/m-p/3142560#M746967</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; Im using LSMW to upload data into custom table.&lt;/P&gt;&lt;P&gt;The file to upload contains  20,000 records.&lt;/P&gt;&lt;P&gt;While upploading after 4000 records i got an error message&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;' Lock Table Overflow '&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Can any one suggest me how to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 07:27:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-record/m-p/3142560#M746967</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T07:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Insert record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-record/m-p/3142561#M746968</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vimal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This seems to be a problem coz there might not be a dequeue happening for each record being posted. This is casuing the lock table overflow. Please check whether you can dequeue the lock object after each iteration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 07:32:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-record/m-p/3142561#M746968</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T07:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Insert record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-record/m-p/3142562#M746969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for ur ans.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me how to do this dequeue.&lt;/P&gt;&lt;P&gt;I think you can solve this.&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;Vimal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 07:42:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-record/m-p/3142562#M746969</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T07:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: Insert record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-record/m-p/3142563#M746970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I hope your basis people might set the limit for the table with 400 records by assigning the memory. So probably what you can do is, before updating to the database. Check the condition like number of records in the table. First move the first 4000 records to new table and append to DB table, now delete the 4000 entries In old table and new table. Now move other 400 records.. mean while you need to lock and unlock the table while ur doing DB operations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reagrds&lt;/P&gt;&lt;P&gt;raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 07:46:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-record/m-p/3142563#M746970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T07:46:17Z</dc:date>
    </item>
    <item>
      <title>Re: Insert record</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/insert-record/m-p/3142564#M746971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vimal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope i can do that ! &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what you have to do foR this is, first get the lock object name. you can get this by going sm12 when running you program parallely in debugging mode. once you have the lock object&amp;lt; use the fm dequeue_&amp;lt;lock_obect&amp;gt; to remove the entry from the lock table, this dequeue fm should be place before a end of first iteration. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~ Ranganath&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Dec 2007 08:02:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/insert-record/m-p/3142564#M746971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-24T08:02:53Z</dc:date>
    </item>
  </channel>
</rss>

