<?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: MEMORY LOW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-low/m-p/3745083#M901112</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've just transferred about 500,000 records to a plain text file.&lt;/P&gt;&lt;P&gt;The size was 137MB so it doesn't come near 2GB..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Apr 2008 13:32:19 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-24T13:32:19Z</dc:date>
    <item>
      <title>MEMORY LOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-low/m-p/3745078#M901107</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;I already use this function :&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'PROGRESS_INDICATOR'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;          i_text = 'Transferring data........ '.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This causes the system not to timeout after 1200secs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But after about 40 minutes it gives another error: "Memory low. Leave the transaction before taking a break!"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I check in debug, the internal table i'm filling contains +- 1.5 million records of type char length 1500.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how to avoid having this error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greets&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 11:03:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-low/m-p/3745078#M901107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T11:03:17Z</dc:date>
    </item>
    <item>
      <title>Re: MEMORY LOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-low/m-p/3745079#M901108</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;  Take an assistance from your basis consultant in increasing the memory ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 11:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-low/m-p/3745079#M901108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T11:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: MEMORY LOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-low/m-p/3745080#M901109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Internal table can hold upto 2 GB of data ..&lt;/P&gt;&lt;P&gt;It can be increased to 4 GB , but not recommended ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 11:11:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-low/m-p/3745080#M901109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T11:11:43Z</dc:date>
    </item>
    <item>
      <title>Re: MEMORY LOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-low/m-p/3745081#M901110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually it still gives the error: TIME_OUT.(time limit exceeded)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My mistake sorry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it gives a notification on bottom of the screen saying "Memory Low..." and I don't think the data is anyway near 2GB.. its just plain text so..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please every little help is welcome..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Bert Neels on Apr 24, 2008 2:49 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 11:43:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-low/m-p/3745081#M901110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T11:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: MEMORY LOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-low/m-p/3745082#M901111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can be surprised at how big that internal table can get when you have a lot of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you just have to much data, and need to split it up in smalled blocks?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 13:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-low/m-p/3745082#M901111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T13:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: MEMORY LOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-low/m-p/3745083#M901112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've just transferred about 500,000 records to a plain text file.&lt;/P&gt;&lt;P&gt;The size was 137MB so it doesn't come near 2GB..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 13:32:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-low/m-p/3745083#M901112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T13:32:19Z</dc:date>
    </item>
    <item>
      <title>Re: MEMORY LOW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-low/m-p/3745084#M901113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then i have no idea what the problem could possibly be.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Apr 2008 14:24:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-low/m-p/3745084#M901113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-24T14:24:20Z</dc:date>
    </item>
  </channel>
</rss>

