<?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: Internal table Memory Issue Exception TSV_TNEW_PAGE_ALLOC_FAILED in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-memory-issue-exception-tsv-tnew-page-alloc-failed/m-p/7020257#M1497905</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;&amp;gt; Could you please suggest how do i process smaller chunks of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you said you have 4 files with more than 50000 records. If possible&lt;/P&gt;&lt;P&gt;don't process all of them at once but smaller packages one after the&lt;/P&gt;&lt;P&gt;other...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 16 Jun 2010 13:46:32 GMT</pubDate>
    <dc:creator>HermannGahm</dc:creator>
    <dc:date>2010-06-16T13:46:32Z</dc:date>
    <item>
      <title>Internal table Memory Issue Exception TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-memory-issue-exception-tsv-tnew-page-alloc-failed/m-p/7020254#M1497902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am working on a conversiojn programme. This programme is dealing with 4 input files.&lt;/P&gt;&lt;P&gt;Each of these files is having more than 50,000 records. I am reading the corresponding application server files to fill &lt;/P&gt;&lt;P&gt;the internal tables related to these files.&lt;/P&gt;&lt;P&gt;The files are being read properly and internal tables are being filled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However when i try to assign any of these 4 internal tables to other temproray internal tables in programme(requirement)&lt;/P&gt;&lt;P&gt;i get a dump  TSV_TNEW_PAGE_ALLOC_FAILED.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The dump is related to memory issue.&lt;/P&gt;&lt;P&gt;I think The memory available in the programme at this point is not sufficient for table assignment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest any alternatives where i can save any memory .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Changig of basis setting is not an option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abhishek Kokate&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 06:44:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-memory-issue-exception-tsv-tnew-page-alloc-failed/m-p/7020254#M1497902</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-16T06:44:44Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table Memory Issue Exception TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-memory-issue-exception-tsv-tnew-page-alloc-failed/m-p/7020255#M1497903</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;&amp;gt; Changig of basis setting is not an option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;process smaller chunks of data. (e.g. not all 50.000 records at once) is one option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively create a memory snapshot right before the program dumps and analyze where&lt;/P&gt;&lt;P&gt;the memory is consumed in order to understand if or where you can reduce memory consumption.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 07:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-memory-issue-exception-tsv-tnew-page-alloc-failed/m-p/7020255#M1497903</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2010-06-16T07:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table Memory Issue Exception TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-memory-issue-exception-tsv-tnew-page-alloc-failed/m-p/7020256#M1497904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Herman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please suggest how do i process smaller chunks of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am no selectiong any thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error is occuring during the internal table assignment.&lt;/P&gt;&lt;P&gt;for e.g itab[] =  itb1[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab1 is internal table with large entirs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 07:42:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-memory-issue-exception-tsv-tnew-page-alloc-failed/m-p/7020256#M1497904</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-16T07:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table Memory Issue Exception TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-memory-issue-exception-tsv-tnew-page-alloc-failed/m-p/7020257#M1497905</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;&amp;gt; Could you please suggest how do i process smaller chunks of data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you said you have 4 files with more than 50000 records. If possible&lt;/P&gt;&lt;P&gt;don't process all of them at once but smaller packages one after the&lt;/P&gt;&lt;P&gt;other...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hermann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jun 2010 13:46:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-memory-issue-exception-tsv-tnew-page-alloc-failed/m-p/7020257#M1497905</guid>
      <dc:creator>HermannGahm</dc:creator>
      <dc:date>2010-06-16T13:46:32Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table Memory Issue Exception TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-memory-issue-exception-tsv-tnew-page-alloc-failed/m-p/7020258#M1497906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check with basis to get the memory size increased.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jun 2010 18:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-memory-issue-exception-tsv-tnew-page-alloc-failed/m-p/7020258#M1497906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-17T18:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table Memory Issue Exception TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-memory-issue-exception-tsv-tnew-page-alloc-failed/m-p/7020259#M1497907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not agree with you , I am agree with Hermann.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While writting file you restrict the record max 5,000 to 10,000 records and process don't store the mutch data into internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After every used &lt;STRONG&gt;refresh&lt;/STRONG&gt; the internal table, Declare table where necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But you can try to avoid the copy cost.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds&lt;/P&gt;&lt;P&gt;Ravi Lanjewar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jun 2010 04:58:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-memory-issue-exception-tsv-tnew-page-alloc-failed/m-p/7020259#M1497907</guid>
      <dc:creator>ravi_lanjewar</dc:creator>
      <dc:date>2010-06-18T04:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: Internal table Memory Issue Exception TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-memory-issue-exception-tsv-tnew-page-alloc-failed/m-p/7020260#M1497908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved on Own.&lt;/P&gt;&lt;P&gt;Used Minimum Internal tables without changing the BASIS settings.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jun 2010 11:52:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/internal-table-memory-issue-exception-tsv-tnew-page-alloc-failed/m-p/7020260#M1497908</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-22T11:52:10Z</dc:date>
    </item>
  </channel>
</rss>

