<?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 Run time error   -   TSV_TNEW_PAGE_ALLOC_FAILED in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-tsv-tnew-page-alloc-failed/m-p/4227672#M1009802</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;When I execute a report I am getting run time error as TSV_TNEW_PAGE_ALLOC_FAILED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Short text&lt;/P&gt;&lt;P&gt;     No more storage space available for extending an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What happened?&lt;/P&gt;&lt;P&gt;     You attempted to extend an internal table, but the required space was&lt;/P&gt;&lt;P&gt;     not available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    The internal table "\PROGRAM=ZZFO_MKTG_INFO_RPT\DATA=IT_VBELN[]" couldnot be&lt;/P&gt;&lt;P&gt;     further extended. To enable&lt;/P&gt;&lt;P&gt;    error handling, the table had to be delete before this log was writt&lt;/P&gt;&lt;P&gt;    As a result, the table is displayed further down or, if you branch t&lt;/P&gt;&lt;P&gt;    the ABAP Debugger, with 0 rows.&lt;/P&gt;&lt;P&gt;    At the time of the termination, the following data was determined fo&lt;/P&gt;&lt;P&gt;    the relevant internal table:&lt;/P&gt;&lt;P&gt;    Memory location: "Session memory"&lt;/P&gt;&lt;P&gt;    Row width: 2308&lt;/P&gt;&lt;P&gt;    Number of rows: 1456124&lt;/P&gt;&lt;P&gt;    Allocated rows: 1456124&lt;/P&gt;&lt;P&gt;    Newly requested rows: 4 (in 1 blocks)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one suggest how to rectify this error?&lt;/P&gt;&lt;P&gt;I tried to change the data declaration of the internal table &lt;/P&gt;&lt;P&gt;like &lt;/P&gt;&lt;P&gt; DATA : IT_VBELN TYPE STANDARD TABLE OF TYPE_IT_VBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I doubt if it will work.&lt;/P&gt;&lt;P&gt;Some of my friends suggested to contact Basis team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one suggest how to proceed with?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Aug 2008 15:18:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-12T15:18:55Z</dc:date>
    <item>
      <title>Run time error   -   TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-tsv-tnew-page-alloc-failed/m-p/4227672#M1009802</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;When I execute a report I am getting run time error as TSV_TNEW_PAGE_ALLOC_FAILED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Short text&lt;/P&gt;&lt;P&gt;     No more storage space available for extending an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What happened?&lt;/P&gt;&lt;P&gt;     You attempted to extend an internal table, but the required space was&lt;/P&gt;&lt;P&gt;     not available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    The internal table "\PROGRAM=ZZFO_MKTG_INFO_RPT\DATA=IT_VBELN[]" couldnot be&lt;/P&gt;&lt;P&gt;     further extended. To enable&lt;/P&gt;&lt;P&gt;    error handling, the table had to be delete before this log was writt&lt;/P&gt;&lt;P&gt;    As a result, the table is displayed further down or, if you branch t&lt;/P&gt;&lt;P&gt;    the ABAP Debugger, with 0 rows.&lt;/P&gt;&lt;P&gt;    At the time of the termination, the following data was determined fo&lt;/P&gt;&lt;P&gt;    the relevant internal table:&lt;/P&gt;&lt;P&gt;    Memory location: "Session memory"&lt;/P&gt;&lt;P&gt;    Row width: 2308&lt;/P&gt;&lt;P&gt;    Number of rows: 1456124&lt;/P&gt;&lt;P&gt;    Allocated rows: 1456124&lt;/P&gt;&lt;P&gt;    Newly requested rows: 4 (in 1 blocks)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one suggest how to rectify this error?&lt;/P&gt;&lt;P&gt;I tried to change the data declaration of the internal table &lt;/P&gt;&lt;P&gt;like &lt;/P&gt;&lt;P&gt; DATA : IT_VBELN TYPE STANDARD TABLE OF TYPE_IT_VBELN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I doubt if it will work.&lt;/P&gt;&lt;P&gt;Some of my friends suggested to contact Basis team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can any one suggest how to proceed with?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 15:18:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-tsv-tnew-page-alloc-failed/m-p/4227672#M1009802</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-12T15:18:55Z</dc:date>
    </item>
    <item>
      <title>Re: Run time error   -   TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-tsv-tnew-page-alloc-failed/m-p/4227673#M1009803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you need to do some performance tuning... before selecting data by using for all entries check whether internal table is empty or not...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if first select try using all keys.. if not possible try creating secondary index and use it...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 15:21:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-tsv-tnew-page-alloc-failed/m-p/4227673#M1009803</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-12T15:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Run time error   -   TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-tsv-tnew-page-alloc-failed/m-p/4227674#M1009804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are running out of memory!!!  You need to free up some memory in your program.  I would suggest debugging your program in the productive system, and seeing what internal tables are the largest.  And if at any point in time during the program execution,  there is not need for that data any longer,  you should FREE it.  This allows that memory to be reused.&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;&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>Tue, 12 Aug 2008 15:23:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-tsv-tnew-page-alloc-failed/m-p/4227674#M1009804</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-08-12T15:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Run time error   -   TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-tsv-tnew-page-alloc-failed/m-p/4227675#M1009805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt;     Row width: 2308&lt;/P&gt;&lt;P&gt;&amp;gt;     Number of rows: 1456124&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That's more than 3GB of internal memory!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Some of my friends suggested to contact Basis team.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No. Your program needs a makeover i.e. block processing: read a chunk of x records, process, clear tables, read next chunk etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2008 15:27:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-error-tsv-tnew-page-alloc-failed/m-p/4227675#M1009805</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2008-08-12T15:27:49Z</dc:date>
    </item>
  </channel>
</rss>

