<?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 Memory Related problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-related-problem/m-p/2801476#M654148</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;  We developed one code to do the functionality of VK12, our code is working fine for 700 records but if i try to process more than 700 record its going for dump,&lt;/P&gt;&lt;P&gt;if i give more than 700 record dynamically created an internal table is holding all records, but while i loop that internal table loop is running for first 700 records but after that code is going to dump, please help me to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i have pasted a part of my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field symbol &amp;lt;fs_dyn_table&amp;gt; is pointing my dynamic internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Note: Initially i commited the changes after the  endloop so i thought that commiting the changes for every 250 records may solve the problem, but that also got failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dump message is: NO STORAGE SPACE IS AVAILABLE TO EXTEND AN  INTERNAL TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Manikumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Manikumar shanmugam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Sep 2007 04:30:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-06T04:30:04Z</dc:date>
    <item>
      <title>Memory Related problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-related-problem/m-p/2801476#M654148</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;  We developed one code to do the functionality of VK12, our code is working fine for 700 records but if i try to process more than 700 record its going for dump,&lt;/P&gt;&lt;P&gt;if i give more than 700 record dynamically created an internal table is holding all records, but while i loop that internal table loop is running for first 700 records but after that code is going to dump, please help me to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here i have pasted a part of my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;field symbol &amp;lt;fs_dyn_table&amp;gt; is pointing my dynamic internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Note: Initially i commited the changes after the  endloop so i thought that commiting the changes for every 250 records may solve the problem, but that also got failed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dump message is: NO STORAGE SPACE IS AVAILABLE TO EXTEND AN  INTERNAL TABLE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;Manikumar&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Manikumar shanmugam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 04:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-related-problem/m-p/2801476#M654148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T04:30:04Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Related problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-related-problem/m-p/2801477#M654149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to restructure your logic.. you are doing a very large processing in a single loop and the processing has lot of tables..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you have not refreshed the RV_KONDITION.. Fm tables..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Best Regards,&lt;/P&gt;&lt;P&gt;Vikas Bittera.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 04:37:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-related-problem/m-p/2801477#M654149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T04:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Related problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-related-problem/m-p/2801478#M654150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is happening as there not enough ABAP memory to add more lines into one of the internal tables. Please go to the dump and read it carefully. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The name of the table which caused the dump will be mentioned. Now determine whether the Internal table is yours or in SAP standard. If the IT table is yours check how you can clear the Internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It may due to a lot of records or due to faulty logic causing an infinite loop in the program in certain cases. Try  refreshing that table after each record (totally depends on your functionality).&lt;/P&gt;&lt;P&gt;If it is SAP standard, you will have to determine how the IT is becoming so big (Maybe a case of infinite loop somewhere ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps. If not try posting the dump here.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 04:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-related-problem/m-p/2801478#M654150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T04:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Related problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-related-problem/m-p/2801479#M654151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think there is some setting in the system which limits the number of space available for internal tables&lt;/P&gt;&lt;P&gt;ask your basis person about it, because I had the same problem once and basis solved it by changing some settings in the system&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 04:44:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-related-problem/m-p/2801479#M654151</guid>
      <dc:creator>former_member189059</dc:creator>
      <dc:date>2007-09-06T04:44:36Z</dc:date>
    </item>
  </channel>
</rss>

