<?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: Memory held after exiting report in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-held-after-exiting-report/m-p/5002866#M1164875</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys, but what I'm looking for is not ways to reduce the memory consumed by the report/transaction. &lt;/P&gt;&lt;P&gt;I'm asking about why all the memory is still held by the transaction even after leaving the list display screen and coming back to the selection-screen.&lt;/P&gt;&lt;P&gt;I guess it could be because the sel-screen is part of the transaction and hence it doesn't release the memory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Jan 2009 03:53:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-08T03:53:06Z</dc:date>
    <item>
      <title>Memory held after exiting report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-held-after-exiting-report/m-p/5002863#M1164872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I noticed that memory was held even after user came back to the selection-screen from the report output screen. Memory was released only after the user exited the transaction completely.&lt;/P&gt;&lt;P&gt;Is this standard? Can something be done to release memory after the user presses "Back" from the list display?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Arthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 07:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-held-after-exiting-report/m-p/5002863#M1164872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T07:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: Memory held after exiting report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-held-after-exiting-report/m-p/5002864#M1164873</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;try by using 'FREE' command.&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;Anki.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 18:02:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-held-after-exiting-report/m-p/5002864#M1164873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T18:02:03Z</dc:date>
    </item>
    <item>
      <title>Re: Memory held after exiting report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-held-after-exiting-report/m-p/5002865#M1164874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Arthi,&lt;/P&gt;&lt;P&gt;If report has any export/import, submit etc statement which deals with memory then make sure that they are cleared after use. Even variables, internal table etc after use free them instatnly.&lt;/P&gt;&lt;P&gt;Check following code on free memory-&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_webas620/helpdata/en/fc/eb3beb358411d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_webas620/helpdata/en/fc/eb3beb358411d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.abapprogramming.net/2007/05/abap-memory.html" target="test_blank"&gt;http://www.abapprogramming.net/2007/05/abap-memory.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Following link gives more on memory managment-&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/02/96253c538111d1891b0000e8322f96/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/02/96253c538111d1891b0000e8322f96/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Nishikant Kumbhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jan 2009 19:21:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-held-after-exiting-report/m-p/5002865#M1164874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-07T19:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Memory held after exiting report</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-held-after-exiting-report/m-p/5002866#M1164875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks guys, but what I'm looking for is not ways to reduce the memory consumed by the report/transaction. &lt;/P&gt;&lt;P&gt;I'm asking about why all the memory is still held by the transaction even after leaving the list display screen and coming back to the selection-screen.&lt;/P&gt;&lt;P&gt;I guess it could be because the sel-screen is part of the transaction and hence it doesn't release the memory.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Jan 2009 03:53:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-held-after-exiting-report/m-p/5002866#M1164875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-08T03:53:06Z</dc:date>
    </item>
  </channel>
</rss>

