<?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 space issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-space-issue/m-p/1878546#M369170</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This code is standard SAP code but copied into Z to customize it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Jan 2007 17:08:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-12T17:08:10Z</dc:date>
    <item>
      <title>Memory space issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-space-issue/m-p/1878543#M369167</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 am facing problem in a utility program and it is runing into short dump saying: 'Unable to fulfill request for 8192 bytes of memory space'. Can anyone tell me about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whats might be problamatic here? This utility program captures changes in material fields and prepare XML out of it. This was run for around 20K parts and it got dump at particular point. From the code it seems all fine. &lt;/P&gt;&lt;P&gt;Also from the dump analysis (ST22) i picked up the record for which it was showing dump and executed the program for same single record and all ends in fine results. so there was no issue with data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plse provide possible inputs for solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Ags.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 16:43:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-space-issue/m-p/1878543#M369167</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T16:43:35Z</dc:date>
    </item>
    <item>
      <title>Re: Memory space issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-space-issue/m-p/1878544#M369168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds like it is running out of memory to use,   you should try freein up some space,  for example, if you have an internal table which has data, but is not longer going to be used for the rest of the program, then use the FREE statement to free up the memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;FREE ITAB.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 16:46:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-space-issue/m-p/1878544#M369168</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-01-12T16:46:48Z</dc:date>
    </item>
    <item>
      <title>Re: Memory space issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-space-issue/m-p/1878545#M369169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this a standard SAP program or a custom one?&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 16:48:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-space-issue/m-p/1878545#M369169</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T16:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Memory space issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-space-issue/m-p/1878546#M369170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This code is standard SAP code but copied into Z to customize it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 17:08:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-space-issue/m-p/1878546#M369170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T17:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Memory space issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-space-issue/m-p/1878547#M369171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;dump normally occurs if data is unable to get hold in internal tables. Mostly it is getting memory overfloe due to which data is not getting stored in the internal table...Try processing for lesser materials or in 2-3 steps where each step can hold some 8k of records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2007 17:19:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-space-issue/m-p/1878547#M369171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T17:19:41Z</dc:date>
    </item>
    <item>
      <title>Re: Memory space issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-space-issue/m-p/1878548#M369172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What was the original report? I'm wondering if there are SAP notes to help you on this.&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 18:41:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-space-issue/m-p/1878548#M369172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-12T18:41:39Z</dc:date>
    </item>
  </channel>
</rss>

