<?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: refresh and clear in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-and-clear/m-p/3876320#M931768</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;REFRESH clears the contents of the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR : it clears the variables, work areas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 08 Jun 2008 07:40:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-08T07:40:06Z</dc:date>
    <item>
      <title>refresh and clear</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-and-clear/m-p/3876318#M931766</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi gurus......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is the difference between &lt;STRONG&gt;refresh&lt;/STRONG&gt; and &lt;STRONG&gt;clear&lt;/STRONG&gt; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;good points will be rewarded&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2008 01:21:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-and-clear/m-p/3876318#M931766</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-08T01:21:02Z</dc:date>
    </item>
    <item>
      <title>Re: refresh and clear</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-and-clear/m-p/3876319#M931767</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CLEAR is used to clear variables and structures, work areas, and/or header lines of internal tables..  REFRESH is used to clear the body of an internal table.&lt;/P&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>Sun, 08 Jun 2008 02:04:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-and-clear/m-p/3876319#M931767</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2008-06-08T02:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: refresh and clear</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-and-clear/m-p/3876320#M931768</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;REFRESH clears the contents of the internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CLEAR : it clears the variables, work areas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vivek Shah&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2008 07:40:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-and-clear/m-p/3876320#M931768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-08T07:40:06Z</dc:date>
    </item>
    <item>
      <title>Re: refresh and clear</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-and-clear/m-p/3876321#M931769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Refresh is used to refresh the body contents of the internal table. This is used if in case internal table is not declared with header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear is used to clear the contents in the work area or header line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear[] is similar to refresh itab - This refresh the contents of the body.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2008 08:04:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-and-clear/m-p/3876321#M931769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-08T08:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: refresh and clear</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-and-clear/m-p/3876322#M931770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have defined an internal table ITAB  with header line.&lt;/P&gt;&lt;P&gt;1) CLEAR statement will clear the header line only.&lt;/P&gt;&lt;P&gt;2)If you need to clear the body use CLEAR ITAB[].&lt;/P&gt;&lt;P&gt;3) REFRESH ITAB will work the same as CLEAR ITAB[].&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2008 16:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-and-clear/m-p/3876322#M931770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-08T16:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: refresh and clear</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-and-clear/m-p/3876323#M931771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Diana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Refresh&lt;/STRONG&gt; itab.&lt;/P&gt;&lt;P&gt;The internal table itab is reset to its initial state, i.e. all table entries are deleted. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When we use refresh, the header entry of a table with a header line remains unchanged. It can be reset to its initial value using &lt;STRONG&gt;CLEAR&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;clear itab --&amp;gt; clears the value in the header line .&lt;/P&gt;&lt;P&gt;clear itab[] --&amp;gt; works same as Refresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 08 Jun 2008 19:34:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/refresh-and-clear/m-p/3876323#M931771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-08T19:34:01Z</dc:date>
    </item>
  </channel>
</rss>

