<?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 Allocation Failure Dump. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-allocation-failure-dump/m-p/3621996#M872587</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Try using all the key fields of lips table in the where condition of your select statement to make the select faster..... else use any of the secondary indexes of lips table.  Also make sure that the order of where conditon fields matches with the order of the fields in lips table.&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, 20 Mar 2008 11:47:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-20T11:47:14Z</dc:date>
    <item>
      <title>Memory Allocation Failure Dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-allocation-failure-dump/m-p/3621995#M872586</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a issue with my program. This is a report program where i added a select query as follows.&lt;/P&gt;&lt;P&gt;SELECT vbeln&lt;/P&gt;&lt;P&gt;           posnr&lt;/P&gt;&lt;P&gt;           erdat&lt;/P&gt;&lt;P&gt;           matnr&lt;/P&gt;&lt;P&gt;           werks&lt;/P&gt;&lt;P&gt;           lfimg&lt;/P&gt;&lt;P&gt;           FROM lips&lt;/P&gt;&lt;P&gt;           INTO TABLE i_lips&lt;/P&gt;&lt;P&gt;           FOR ALL ENTRIES IN i_mara&lt;/P&gt;&lt;P&gt;           WHERE matnr = i_mara-matnr&lt;/P&gt;&lt;P&gt;             AND bwart = c_653.&lt;/P&gt;&lt;P&gt;After the additon of this select querry i am getting a dump. The dump generally has the following defination&lt;/P&gt;&lt;P&gt;TSV_TNEW_PAGE_ALLOC_FAILED or TSV_TNEW_BLOCKS_NO_ROLL_MEMORY. &lt;/P&gt;&lt;P&gt;To avoid this i am freeing the internal table after fetching the data and doing my calculations. The dump occurs at a later part of the code. Even though freeing these internal table doesn't help me in any way.&lt;/P&gt;&lt;P&gt;Please advise. This is urgent.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 11:21:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-allocation-failure-dump/m-p/3621995#M872586</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T11:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Allocation Failure Dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-allocation-failure-dump/m-p/3621996#M872587</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Try using all the key fields of lips table in the where condition of your select statement to make the select faster..... else use any of the secondary indexes of lips table.  Also make sure that the order of where conditon fields matches with the order of the fields in lips table.&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, 20 Mar 2008 11:47:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-allocation-failure-dump/m-p/3621996#M872587</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T11:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Allocation Failure Dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-allocation-failure-dump/m-p/3621997#M872588</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don;t think your code has triggered the dump. LIPS is not a big table either. So please make sure you server/system is in good performance and try to restart the server and then test again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 12:15:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-allocation-failure-dump/m-p/3621997#M872588</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T12:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Allocation Failure Dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-allocation-failure-dump/m-p/3621998#M872589</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;First put an initial check on the i_mara{} table.&lt;/P&gt;&lt;P&gt;Also you can sort i_mara and delete the duplicate material no&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check how manu records LIPS table have...then yiu might have to specify the package size in select statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Mar 2008 12:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-allocation-failure-dump/m-p/3621998#M872589</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-20T12:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: Memory Allocation Failure Dump.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-allocation-failure-dump/m-p/3621999#M872590</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the issue. It was not associated with the select.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Mar 2009 15:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-allocation-failure-dump/m-p/3621999#M872590</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-05T15:56:05Z</dc:date>
    </item>
  </channel>
</rss>

