<?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: CLEAR INTERNAL TABLE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-internal-table/m-p/2539974#M577053</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We use CLEAR itab after APPEND itab so that soem fields of data current record data should not move to next record of the table. because in some cases data from current record may not be overwritten next time..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Always use this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 Jul 2007 19:10:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-15T19:10:01Z</dc:date>
    <item>
      <title>CLEAR INTERNAL TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-internal-table/m-p/2539972#M577051</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;IN WHICH CONDITION CLEAR INTERNAL TABLE,APPEND INTERNAL TABLE  STATEMENT IS USED?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jul 2007 16:45:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-internal-table/m-p/2539972#M577051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-15T16:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: CLEAR INTERNAL TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-internal-table/m-p/2539973#M577052</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; Normally we use clear statement immediately after using append statement... so as to clear the header of internal table ..&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
loop at itab.
  
  itab1-field1 = itab-field.
  append itab1. 
  clear itab1.
endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jul 2007 16:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-internal-table/m-p/2539973#M577052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-15T16:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: CLEAR INTERNAL TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-internal-table/m-p/2539974#M577053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We use CLEAR itab after APPEND itab so that soem fields of data current record data should not move to next record of the table. because in some cases data from current record may not be overwritten next time..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Always use this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prax&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jul 2007 19:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-internal-table/m-p/2539974#M577053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-15T19:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: CLEAR INTERNAL TABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/clear-internal-table/m-p/2539975#M577054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just make sure that your internal table is defined with a header line when you do that, otherwise it works as REFRESH command and deletes all the records in the internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 Jul 2007 22:35:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/clear-internal-table/m-p/2539975#M577054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-15T22:35:56Z</dc:date>
    </item>
  </channel>
</rss>

