<?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: TSV_TNEW_PAGE_ALLOC_FAILED in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed/m-p/6459823#M1415363</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please search SCN first! Common question, posted over and over again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Search SCN TSV_TNEW_PAGE_ALLOC_FAILED|http://www.sdn.sap.com/irj/scn/advancedsearch?query=tsv_tnew_page_alloc_failed]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Jan 2010 10:25:52 GMT</pubDate>
    <dc:creator>Sm1tje</dc:creator>
    <dc:date>2010-01-20T10:25:52Z</dc:date>
    <item>
      <title>TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed/m-p/6459822#M1415362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a program which writes data to the application server and also sends the same data vial Email in the excel format and we have around 2 lakhs-3lakhs of records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We ran the program is background mode and after running for a long time it has got cancelled with a dump TSV_TNEW_PAGE_ALLOC_FAILED. and it has failed in the below program "\CLASS=CL_DOCUMENT_BCS\METHOD=ADD_ATTACHMENT\DATA=I_ATT_CON TENT_TEXT"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It has got failed in the logic in the standard code.&lt;/P&gt;&lt;P&gt;FM SO_SOLIXTAB_TO_SOLITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at ip_solixtab into ls_solix.&lt;/P&gt;&lt;P&gt;  clear ls_soli.&lt;/P&gt;&lt;P&gt;  assign ls_soli to &amp;lt;ptr_x&amp;gt; casting.&lt;/P&gt;&lt;P&gt;  move   ls_solix to &amp;lt;ptr_x&amp;gt;.&lt;/P&gt;&lt;P&gt;  append ls_soli to ep_solitab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same was working fine for few number of records,we are able to receive the mail sucessfully. Can you please suggest me what all could be the possibilities in giving the dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharathi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 10:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed/m-p/6459822#M1415362</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T10:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed/m-p/6459823#M1415363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please search SCN first! Common question, posted over and over again:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[Search SCN TSV_TNEW_PAGE_ALLOC_FAILED|http://www.sdn.sap.com/irj/scn/advancedsearch?query=tsv_tnew_page_alloc_failed]&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 10:25:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed/m-p/6459823#M1415363</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2010-01-20T10:25:52Z</dc:date>
    </item>
    <item>
      <title>Re: TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed/m-p/6459824#M1415364</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;After searching for the same in SCN i spoke with my basis team and they are saying that it is an ABAP issue and all the threads related to this say that it is the basis issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i thought to confirm if it is a basis issue or ABAP issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Bharathi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 11:01:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed/m-p/6459824#M1415364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T11:01:54Z</dc:date>
    </item>
    <item>
      <title>Re: TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed/m-p/6459825#M1415365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is a problem of memory. The program handles field symbols incorrectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The data of e-mail seems very big and the memory increases in every loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 11:16:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed/m-p/6459825#M1415365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T11:16:13Z</dc:date>
    </item>
    <item>
      <title>Re: TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed/m-p/6459826#M1415366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The threads that say it is a basis issue are generally incorrect. They mostly say things like "have basis increase the memory available". In fact it is an ABAP issue. The program is trying to store too much data in the space available..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 14:37:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed/m-p/6459826#M1415366</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T14:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: TSV_TNEW_PAGE_ALLOC_FAILED</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed/m-p/6459827#M1415367</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;The threads that say it is a basis issue are generally incorrect. They mostly say things like "have basis increase the memory available". In fact it is an ABAP issue. The program is trying to store too much data in the space available..&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can only confirm this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What you should do with larger volumes is reviewing your program code, especially the internal tables.&lt;/P&gt;&lt;P&gt;When you have to process large volumes of data, don't try to select everything in internal tables in one time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In stead process your data in blocks, example internal tables of 10.000 entries, repeat this until all data is processed.&lt;/P&gt;&lt;P&gt;If you try to select everything at once in internal tables you will often encounter TSV_TNEW_PAGE_ALLOC_FAILED short dumps, meaning your process used the maximum amount of memory that is specified.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Processing large amounts of data in blocks ALWAYS works, you only need a little bit more programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Success.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Jan 2010 17:19:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed/m-p/6459827#M1415367</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-01-20T17:19:41Z</dc:date>
    </item>
  </channel>
</rss>

