<?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 with BAPI_AR_ACC_GETOPENITEMS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-with-bapi-ar-acc-getopenitems/m-p/5486753#M1255878</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I scheduled the job in the background, but still it is giving the memory error TSV_TNEW_PAGE_ALLOC_FAILED. I can't change the functionality, please&lt;/P&gt;&lt;P&gt;help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ch.Murthy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Apr 2009 06:07:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-04-21T06:07:51Z</dc:date>
    <item>
      <title>TSV_TNEW_PAGE_ALLOC_FAILED with BAPI_AR_ACC_GETOPENITEMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-with-bapi-ar-acc-getopenitems/m-p/5486750#M1255875</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;I am using BAPI_AR_ACC_GETOPENITEMS to get open tems, process and update to a Ztable.The structure in the BAPI is having 111 Fields. Of which I am using only 16 fields. I think we cannot restrict the selection of fields only to particular fileds. When I am executing the program with same variant it is giving following runtime errors:&lt;/P&gt;&lt;P&gt;Sometimes TSV_TNEW_PAGE_ALLOC_FAILED ( at Append Lineitems) and sometimes TIME_OUT. &lt;/P&gt;&lt;P&gt;Most of the times I am getting first error.&lt;/P&gt;&lt;P&gt;1)My first question is Why I am getting two errors whrn I execute with same variant?&lt;/P&gt;&lt;P&gt;2)How to avoid TSV_TNEW_PAGE_ALLOC_FAILED&lt;/P&gt;&lt;P&gt;3) How to avoid TIME_OUT error?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have searched in SDN for TSV_TNEW_PAGE_ALLOC_FAILED. There are many posts but I could not find a solution which supports my requirement?&lt;/P&gt;&lt;P&gt;Can anyone please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Murthy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 12:11:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-with-bapi-ar-acc-getopenitems/m-p/5486750#M1255875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-20T12:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: TSV_TNEW_PAGE_ALLOC_FAILED with BAPI_AR_ACC_GETOPENITEMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-with-bapi-ar-acc-getopenitems/m-p/5486751#M1255876</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;It is becaz of memory problem. Contact your BASIS person. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 12:23:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-with-bapi-ar-acc-getopenitems/m-p/5486751#M1255876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-20T12:23:12Z</dc:date>
    </item>
    <item>
      <title>Re: TSV_TNEW_PAGE_ALLOC_FAILED with BAPI_AR_ACC_GETOPENITEMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-with-bapi-ar-acc-getopenitems/m-p/5486752#M1255877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;(1) It seems that based on the selection criteria a huge amount of data is selected. Since there are other users in the system as well as other processes running at some point your report just can't grab any more memory because all memory is already used by your report and other users. You get different dumps because of different system resources available.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the DB is not very busy it returns the results much faster =&amp;gt; you run out of memory&lt;/P&gt;&lt;P&gt;If the DB is very busy you reach the limit for an online transaction and get the TIME_OUT dump&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(2) Either BASIS need to add more memory to the application server you report is running on or you need to restrict the selection by running two or three smaller sets rather than one big one&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(3) Just schedule the job in bacjground, there is no time out limit for background jobs - However if the results are represented in an ALV grid or other user interaction is necessary this option doens't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2009 17:29:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-with-bapi-ar-acc-getopenitems/m-p/5486752#M1255877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-20T17:29:42Z</dc:date>
    </item>
    <item>
      <title>Re: TSV_TNEW_PAGE_ALLOC_FAILED with BAPI_AR_ACC_GETOPENITEMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-with-bapi-ar-acc-getopenitems/m-p/5486753#M1255878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I scheduled the job in the background, but still it is giving the memory error TSV_TNEW_PAGE_ALLOC_FAILED. I can't change the functionality, please&lt;/P&gt;&lt;P&gt;help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ch.Murthy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2009 06:07:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-with-bapi-ar-acc-getopenitems/m-p/5486753#M1255878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-21T06:07:51Z</dc:date>
    </item>
    <item>
      <title>Re: TSV_TNEW_PAGE_ALLOC_FAILED with BAPI_AR_ACC_GETOPENITEMS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-with-bapi-ar-acc-getopenitems/m-p/5486754#M1255879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you can't change the selection criteria, here is what else you might want to try:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(1) If you haven't already done so check if there are any SAP notes adressing this issue. &lt;/P&gt;&lt;P&gt;(2) Get Basis to add more memory&lt;/P&gt;&lt;P&gt;(3) Schedule the job during the night when no other jobs are running &lt;/P&gt;&lt;P&gt;(4) Choose an application server with no users on it when you run it&lt;/P&gt;&lt;P&gt;(5) Analyze your coding and check if you can minimize the memory use before and after you call the BAPI (e.g. free internal tables you are no longer using etc.&lt;/P&gt;&lt;P&gt;(6) Double check that the data you pass into the BAPI is restrictive enough&lt;/P&gt;&lt;P&gt;(7) If all that doesn't help and the dump is clearly caused by the BAPI (not your Z-Code) you should think about raising an OSS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Apr 2009 12:00:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/tsv-tnew-page-alloc-failed-with-bapi-ar-acc-getopenitems/m-p/5486754#M1255879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-21T12:00:19Z</dc:date>
    </item>
  </channel>
</rss>

