<?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 Need help on runtime error problem... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-runtime-error-problem/m-p/2086618#M433387</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are currently having a hardtime on how tomodify a certain report when running it in PROD&lt;/P&gt;&lt;P&gt;server. Below is the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime errors: SYSTEM_NO_ROLL&lt;/P&gt;&lt;P&gt;Shorttext: Unable to fulfill request for 268435456 bytes of memory space. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried optimizing select statements, codes, used field-symbols, etc. but it still gives us&lt;/P&gt;&lt;P&gt;run time errors in production server. Hope you could help me out here guys. Thank you and take care!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2007 00:45:55 GMT</pubDate>
    <dc:creator>aris_hidalgo</dc:creator>
    <dc:date>2007-04-19T00:45:55Z</dc:date>
    <item>
      <title>Need help on runtime error problem...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-runtime-error-problem/m-p/2086618#M433387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are currently having a hardtime on how tomodify a certain report when running it in PROD&lt;/P&gt;&lt;P&gt;server. Below is the error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Runtime errors: SYSTEM_NO_ROLL&lt;/P&gt;&lt;P&gt;Shorttext: Unable to fulfill request for 268435456 bytes of memory space. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried optimizing select statements, codes, used field-symbols, etc. but it still gives us&lt;/P&gt;&lt;P&gt;run time errors in production server. Hope you could help me out here guys. Thank you and take care!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 00:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-runtime-error-problem/m-p/2086618#M433387</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2007-04-19T00:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on runtime error problem...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-runtime-error-problem/m-p/2086619#M433388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;   i think there is not enough to mem to allocate try to see what exctly is happening try to see it frim TC ST22 .. try to see in whihc part of the code u r getting the error..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 01:08:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-runtime-error-problem/m-p/2086619#M433388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T01:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on runtime error problem...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-runtime-error-problem/m-p/2086620#M433389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try to free up any internal tables that may not be needed any longer in your program.  Use the FREE statement.  This may help with your memory issue.&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;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 01:09:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-runtime-error-problem/m-p/2086620#M433389</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-04-19T01:09:51Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on runtime error problem...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-runtime-error-problem/m-p/2086621#M433390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you have specified , you need to fine tune your program.&lt;/P&gt;&lt;P&gt;Refresh and clear internal tables where not used.&lt;/P&gt;&lt;P&gt;Use field symbols instead of work areas.&lt;/P&gt;&lt;P&gt;For large selections use &lt;/P&gt;&lt;P&gt;Check this&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sap-img.com/abap/performance-tuning-for-data-selection-statement.htm" target="test_blank"&gt;http://www.sap-img.com/abap/performance-tuning-for-data-selection-statement.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;for data selection&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 01:18:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-runtime-error-problem/m-p/2086621#M433390</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T01:18:59Z</dc:date>
    </item>
    <item>
      <title>Re: Need help on runtime error problem...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-runtime-error-problem/m-p/2086622#M433391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can try increasing the rollback segment. If you have access to service marketplace or CSN system you can try reading the note 60233 for detailed information.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 03:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-on-runtime-error-problem/m-p/2086622#M433391</guid>
      <dc:creator>Sathish</dc:creator>
      <dc:date>2007-04-19T03:50:59Z</dc:date>
    </item>
  </channel>
</rss>

