<?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: Runtime Error: : TSV_TNEW_PAGE_ALLOC_FAILED in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-tsv-tnew-page-alloc-failed/m-p/11697048#M1946672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://scn.sap.com/thread/1097646"&gt;https://scn.sap.com/thread/1097646&lt;/A&gt;Before starting a selection of data, refresh memory using function module&lt;/P&gt;&lt;P&gt;BUFFER_REFRESH_ALL. Check this link too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Apr 2016 09:54:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-04-21T09:54:08Z</dc:date>
    <item>
      <title>Runtime Error: : TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-tsv-tnew-page-alloc-failed/m-p/11697047#M1946671</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 am using the dynamic ALV in the program and created the dynamic internal table with reference to class &lt;SPAN style="font-size: 13.3333px;"&gt;cl_abap_tabledescr. The program processes large volume of data and when executing the program for a particular variant I am getting a dump of category &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; "&lt;STRONG&gt;Resource Shortage&lt;/STRONG&gt;" with the runtime error:&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;STRONG&gt;TSV_TNEW_PAGE_ALLOC_FAILED.&lt;/STRONG&gt; It says that "&lt;STRONG&gt;No more storage space available for extending an internal table."&amp;nbsp; &amp;amp; "&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"You attempted to extend an internal table, but the required space was &lt;/STRONG&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;STRONG&gt;not available.".&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;In the error analysis I have the below info:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; The internal table "{A:88*\TYPE=%_T00003S00000099O0000007920}" could not be&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; further extended. To enable&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; error handling, the table had to be delete before this log was written.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; As a result, the table is displayed further down or, if you branch to&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; the ABAP Debugger, with 0 rows.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; At the time of the termination, the following data was determined for&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; the relevant internal table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Memory location: "Session memory"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Row width: 2200&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Number of rows: 4122424&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Allocated rows: 4122424&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Newly requested rows: 4 (in 1 blocks)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; Last error logged in SAP kernel&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At one point the memory crosses the extended memory as well as the heap memory and gives this dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The amount of storage space (in bytes) filled at termination time was:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Roll area...................... 2718272&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Extended memory (EM)........... 3745674048&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Assigned memory (HEAP)......... 6000090384&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Short area..................... " "&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Paging area.................... 90112&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Maximum address space.......... " "&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to track when the memory crosses the heap memory,what is the cause and whats the solution to this error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Naveen&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 09:22:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-tsv-tnew-page-alloc-failed/m-p/11697047#M1946671</guid>
      <dc:creator>former_member282968</dc:creator>
      <dc:date>2016-04-21T09:22:03Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error: : TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-tsv-tnew-page-alloc-failed/m-p/11697048#M1946672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="https://scn.sap.com/thread/1097646"&gt;https://scn.sap.com/thread/1097646&lt;/A&gt;Before starting a selection of data, refresh memory using function module&lt;/P&gt;&lt;P&gt;BUFFER_REFRESH_ALL. Check this link too.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 09:54:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-tsv-tnew-page-alloc-failed/m-p/11697048#M1946672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-21T09:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error: : TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-tsv-tnew-page-alloc-failed/m-p/11697049#M1946673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp; &lt;SPAN style="color: #333333; font-size: 12px;"&gt;You can use ST02 checks for buffers and memory related parameters and there utilization.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 10:26:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-tsv-tnew-page-alloc-failed/m-p/11697049#M1946673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-21T10:26:04Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error: : TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-tsv-tnew-page-alloc-failed/m-p/11697050#M1946674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can always use The ABAP Memory Inspector to better analyze the memory usage of a program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/erp2005_ehp_05/helpdata/en/49/243804855616b6e10000000a42189d/frameset.htm" title="http://help.sap.com/erp2005_ehp_05/helpdata/en/49/243804855616b6e10000000a42189d/frameset.htm"&gt;The ABAP Memory Inspector - Test and Analysis Tools in ABAP - SAP Library&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Felipe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2016 23:00:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-tsv-tnew-page-alloc-failed/m-p/11697050#M1946674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-21T23:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error: : TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-tsv-tnew-page-alloc-failed/m-p/11697051#M1946675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't know if such a mythical beast exists, but what would be very useful here (and in lots of other cases as this runtime error has caused lots of threads to be created) )would be a mechanism(function module, class method) for a program to detect whiole it is running that storage is getting low and that this type of runtime error is imminent. If this can be caught a simple....please refine your parameters message could be shown which has got to be better than a shortdump.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 01:55:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-tsv-tnew-page-alloc-failed/m-p/11697051#M1946675</guid>
      <dc:creator>former_member186741</dc:creator>
      <dc:date>2016-04-22T01:55:18Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error: : TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-tsv-tnew-page-alloc-failed/m-p/11697052#M1946676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 06:40:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-tsv-tnew-page-alloc-failed/m-p/11697052#M1946676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-04-22T06:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error: : TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-tsv-tnew-page-alloc-failed/m-p/11697053#M1946677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 06:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-tsv-tnew-page-alloc-failed/m-p/11697053#M1946677</guid>
      <dc:creator>RajPal_SAP</dc:creator>
      <dc:date>2016-04-22T06:47:03Z</dc:date>
    </item>
  </channel>
</rss>

