<?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 not getting refreshed in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014803#M1497271</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 cannot use Free or Refresh as that would delete all the records.I jut want to delete some of them and want to free the memory associated with those records.&lt;/P&gt;&lt;P&gt;Please suggest in reference to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajiv Kanoria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Jun 2010 11:03:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-06-09T11:03:53Z</dc:date>
    <item>
      <title>Memory not getting refreshed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014797#M1497265</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 have a small problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a internal table which store somewhere arnd 20K records and i monitor the memory usage in transaction SM04 which says it arnd 20MB usage.&lt;/P&gt;&lt;P&gt;After deleting 5K records from the internal table the memory should be released and shown in SM04 but it does not happen.&lt;/P&gt;&lt;P&gt;Please suggest how to clear the memory usage also after freeing up some records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajiv Kanoria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 10:21:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014797#M1497265</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T10:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: Memory not getting refreshed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014798#M1497266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
 deleting 5K records from the internal table the memory should be released 
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depends on, How u r deleting Records?  --&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CLEAR it_final --&amp;gt; will delete ITAB header line
REFRESH it_final or CLEAR it_final[] --&amp;gt; will delete ITAB body (appended records)
FREE it_final --&amp;gt; will release memory space
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 10:46:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014798#M1497266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T10:46:42Z</dc:date>
    </item>
    <item>
      <title>Re: Memory not getting refreshed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014799#M1497267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;IN SM04 You have an option to monitor the memory usage in depth .&lt;/P&gt;&lt;P&gt; Goto 'GOTO' menu and click on memory ... might be there you can get some memory reduced under some session  but again getting increased in some other session.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 10:46:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014799#M1497267</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T10:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: Memory not getting refreshed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014800#M1497268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I cannot use Free or Refresh as that would delete all the records.I jut want to delete some of them and want to free the memory associated with those records.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 11:02:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014800#M1497268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T11:02:58Z</dc:date>
    </item>
    <item>
      <title>Re: Memory not getting refreshed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014801#M1497269</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 cannot use Free or Refresh as that would delete all the records.I jut want to delete some of them and want to free the memory associated with those records.&lt;/P&gt;&lt;P&gt;Please suggest in reference to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajiv Kanoria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 11:03:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014801#M1497269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T11:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Memory not getting refreshed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014802#M1497270</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 cannot use Free or Refresh as that would delete all the records.I jut want to delete some of them and want to free the memory associated with those records.&lt;/P&gt;&lt;P&gt;Please suggest in reference to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajiv Kanoria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 11:03:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014802#M1497270</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T11:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: Memory not getting refreshed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014803#M1497271</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 cannot use Free or Refresh as that would delete all the records.I jut want to delete some of them and want to free the memory associated with those records.&lt;/P&gt;&lt;P&gt;Please suggest in reference to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajiv Kanoria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 11:03:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014803#M1497271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T11:03:53Z</dc:date>
    </item>
    <item>
      <title>Re: Memory not getting refreshed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014804#M1497272</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Then do one thing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg : main_tab having 1lk records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete n number of records from main_tab , copy remaing in other table and free table main_table.&lt;/P&gt;&lt;P&gt;follow the same sequence for next deletion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Uma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 11:14:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014804#M1497272</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T11:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Memory not getting refreshed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014805#M1497273</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know why you'd be concerned about the memory consumption of 5K records...far better to be sure your program is efficient so that the program is not a resource hog...then you don't have to worry about memory consumption of a mere 20K records...that's miniscule in SAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 11:38:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014805#M1497273</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T11:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Memory not getting refreshed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014806#M1497274</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;This was just an example....Our record count goes upto 33 Million recordswith upto &lt;/P&gt;&lt;P&gt;500 MB memory usage...&lt;/P&gt;&lt;P&gt;Now what do we do..?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajiv&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 11:50:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014806#M1497274</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T11:50:05Z</dc:date>
    </item>
    <item>
      <title>Re: Memory not getting refreshed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014807#M1497275</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if possible, use SELECT with package size addition.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 11:51:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014807#M1497275</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T11:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Memory not getting refreshed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014808#M1497276</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;Dats cannot be solution as our select queries are proress based.One table is accesed and on the basis of that further queris are decieded .So modifying the Select queries iis totally out of question.I was actually lookig out for some basis paremeter or FM on the basis side which helps me clear this memory&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajiv Kanoria&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 11:56:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014808#M1497276</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-06-09T11:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Memory not getting refreshed</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014809#M1497277</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing is out of question by default, if memory consumption is too large, block processing must be investigated.&lt;/P&gt;&lt;P&gt;There is no system parameter for this purpose as far as I know, this question would belong into forum "netweaver administrator".&lt;/P&gt;&lt;P&gt;What you could test is that once you deleted rows from your internal table, memory consumption is not reduced, but it should not go up either when adding entries again until you have consumed more than what was deleted before (like a "peak hold", if you will).&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. some background information: &lt;A href="http://help.sap.com/abapdocu_70/en/ABENMEMORY_CONSUMPTION_1.htm" target="test_blank"&gt;http://help.sap.com/abapdocu_70/en/ABENMEMORY_CONSUMPTION_1.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jun 2010 12:11:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/memory-not-getting-refreshed/m-p/7014809#M1497277</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-06-09T12:11:36Z</dc:date>
    </item>
  </channel>
</rss>

