<?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 Difference between Free and Refresh in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-free-and-refresh/m-p/10718351#M1872854</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 know that Refresh or clear deletes the content of an internal table but memory allocation remains.So we can use that same internal table in another purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whereas I studied that Free deallocates the memory and the internal table cannot be used after we freed the internal table using &lt;STRONG&gt;Free:Itab. &lt;/STRONG&gt;But I used the internal table(filled the internal table with data) after the free syntax. It doesn't show any error or dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please explain what's the difference between Free,Refresh,clear?&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;Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Nov 2014 16:15:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-11-07T16:15:36Z</dc:date>
    <item>
      <title>Difference between Free and Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-free-and-refresh/m-p/10718351#M1872854</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 know that Refresh or clear deletes the content of an internal table but memory allocation remains.So we can use that same internal table in another purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Whereas I studied that Free deallocates the memory and the internal table cannot be used after we freed the internal table using &lt;STRONG&gt;Free:Itab. &lt;/STRONG&gt;But I used the internal table(filled the internal table with data) after the free syntax. It doesn't show any error or dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please explain what's the difference between Free,Refresh,clear?&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;Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 16:15:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-free-and-refresh/m-p/10718351#M1872854</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-07T16:15:36Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Free and Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-free-and-refresh/m-p/10718352#M1872855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi arjun ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Question is bit funny , system re allocate the memory again when it found any command related to internal table even after free statement is used already.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 16:35:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-free-and-refresh/m-p/10718352#M1872855</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-07T16:35:10Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Free and Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-free-and-refresh/m-p/10718353#M1872856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arjun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this way you can understand better..&lt;/P&gt;&lt;P&gt;before clear statement:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/580870" width="450" /&gt;&lt;/P&gt;&lt;P&gt;After clear: -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/580880" width="450" /&gt;&lt;/P&gt;&lt;P&gt;after Free:- &lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/580881" width="450" /&gt;&lt;/P&gt;&lt;P&gt;again allocate :- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/580882" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards&lt;/P&gt;&lt;P&gt;Vikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 16:47:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-free-and-refresh/m-p/10718353#M1872856</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-07T16:47:21Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Free and Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-free-and-refresh/m-p/10718354#M1872857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer.I understood from above suggestion is that with clear table body memory is released .With free initial memory requirement for the table will also be released.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I want to know How (Memory Allocated )312 becomes 160 after free statement?And how this &lt;STRONG&gt;memory allocated&lt;/STRONG&gt; is calculated and &lt;STRONG&gt;memory actually used&lt;/STRONG&gt; is calcuated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u please explain in detailed manner?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharadwaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2014 05:30:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-free-and-refresh/m-p/10718354#M1872857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-08T05:30:05Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Free and Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-free-and-refresh/m-p/10718355#M1872858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;Hi Vikas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;Thanks for your answer.I understood from above suggestion is that with clear table body memory is released .With free initial memory requirement for the table will also be released.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;But I want to know How (Memory Allocated )312 becomes 160 after free statement?And how this &lt;STRONG style="font-style: inherit; font-family: inherit; background-position: initial;"&gt;memory allocated&lt;/STRONG&gt; is calculated and &lt;STRONG style="font-style: inherit; font-family: inherit; background-position: initial;"&gt;memory actually used&lt;/STRONG&gt; is calcuated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;Can u please explain in detailed manner?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;Regards,&lt;/P&gt;&lt;P style="font-weight: inherit; font-style: inherit; font-family: inherit; background-position: initial;"&gt;Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2014 05:32:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-free-and-refresh/m-p/10718355#M1872858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-11-08T05:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Difference between Free and Refresh</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-free-and-refresh/m-p/10718356#M1872859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;arjun mohan wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;Whereas I studied that Free deallocates the memory and the internal table cannot be used after we freed the internal table using &lt;STRONG&gt;Free:Itab. &lt;/STRONG&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;I don't know where you read this, but it's incorrect. You can use an internal table after FREE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To all intents and purposes, except for tables with header lines, which I hope no-one uses too much any more, CLEAR, FREE and REFRESH do the same thing. I've never had to worry about it, and I write memory intensive programs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2014 07:46:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/difference-between-free-and-refresh/m-p/10718356#M1872859</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2014-11-08T07:46:33Z</dc:date>
    </item>
  </channel>
</rss>

