<?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 Termination with WRITE statement! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/termination-with-write-statement/m-p/5442307#M1248050</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;I am getting following dump for my report.&lt;/P&gt;&lt;P&gt;The line of termination in the report is at WRITE statement of final internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The amount of data is very high for my input parameters, and there &lt;/P&gt;&lt;P&gt;is no problem with internal table space memory as I am getting problem &lt;/P&gt;&lt;P&gt;while displaying records.&lt;/P&gt;&lt;P&gt;                                                                                &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Short text                                                                                
No roll storage space of length 303120 available for internal storage.                                                                                
What happened?                                                                                
Each transaction requires some main memory space to process                                  
     application data. If the operating system cannot provide any more               
     space, the transaction is terminated.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;                                                                                &lt;/P&gt;&lt;P&gt;Please let me know the solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Naveen Inuganti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Apr 2009 16:12:26 GMT</pubDate>
    <dc:creator>naveen_inuganti2</dc:creator>
    <dc:date>2009-04-01T16:12:26Z</dc:date>
    <item>
      <title>Termination with WRITE statement!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/termination-with-write-statement/m-p/5442307#M1248050</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;I am getting following dump for my report.&lt;/P&gt;&lt;P&gt;The line of termination in the report is at WRITE statement of final internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The amount of data is very high for my input parameters, and there &lt;/P&gt;&lt;P&gt;is no problem with internal table space memory as I am getting problem &lt;/P&gt;&lt;P&gt;while displaying records.&lt;/P&gt;&lt;P&gt;                                                                                &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Short text                                                                                
No roll storage space of length 303120 available for internal storage.                                                                                
What happened?                                                                                
Each transaction requires some main memory space to process                                  
     application data. If the operating system cannot provide any more               
     space, the transaction is terminated.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;                                                                                &lt;/P&gt;&lt;P&gt;Please let me know the solution for this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Naveen Inuganti.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 16:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/termination-with-write-statement/m-p/5442307#M1248050</guid>
      <dc:creator>naveen_inuganti2</dc:creator>
      <dc:date>2009-04-01T16:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: Termination with WRITE statement!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/termination-with-write-statement/m-p/5442308#M1248051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naveen,&lt;/P&gt;&lt;P&gt;It may be because of Huge load of data in your internal table.&lt;/P&gt;&lt;P&gt;In this case if it is a Z program.&lt;/P&gt;&lt;P&gt;Ask the developer to use a Pacakage size for the Internal table.&lt;/P&gt;&lt;P&gt;or Split the variant in the selection screen like Data range ... &lt;/P&gt;&lt;P&gt;Any of these two should solve your problem...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gokul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 16:20:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/termination-with-write-statement/m-p/5442308#M1248051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-04-01T16:20:00Z</dc:date>
    </item>
    <item>
      <title>Re: Termination with WRITE statement!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/termination-with-write-statement/m-p/5442309#M1248052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try to use refresh and free statements where ever necessary and try to reduce the memory consumption of the program, if the problem still exists then ur basis team need to increase the memory limit of the program in DEV.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Apr 2009 17:30:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/termination-with-write-statement/m-p/5442309#M1248052</guid>
      <dc:creator>former_member156446</dc:creator>
      <dc:date>2009-04-01T17:30:04Z</dc:date>
    </item>
  </channel>
</rss>

