<?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: Delete rows in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows/m-p/4505227#M1065775</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;We can use both clear &amp;amp; Refresh.&lt;/P&gt;&lt;P&gt;But there is difference between clear &amp;amp; Refresh statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 2 types of clear statements we can use: &lt;/P&gt;&lt;P&gt;Clear ITAB  : This Statement will clear the Internal Table Header content. &lt;/P&gt;&lt;P&gt;To clear the Intertal Table Header as well Body we can use Clear ITAB [ ] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refresh will deletes the Internal Table content but still memory is not freed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mamta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 20 Sep 2008 05:10:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-20T05:10:49Z</dc:date>
    <item>
      <title>Delete rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows/m-p/4505224#M1065772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;I have this estructure with 3 rows with values in on program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it_bomgroup LIKE bapi1080_bgr_c OCCURS 0 WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;How can I delete all of the values?&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 15:05:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows/m-p/4505224#M1065772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-19T15:05:24Z</dc:date>
    </item>
    <item>
      <title>Re: Delete rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows/m-p/4505225#M1065773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;refresh: it_bomgroup[].&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is not structure, but internal table. For clearing structure you can use command CLEAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Filip Kouba on Sep 19, 2008 5:07 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 15:06:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows/m-p/4505225#M1065773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-19T15:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Delete rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows/m-p/4505226#M1065774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;since the itab has header line use clear and refresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 16:04:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows/m-p/4505226#M1065774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-19T16:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Delete rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows/m-p/4505227#M1065775</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;We can use both clear &amp;amp; Refresh.&lt;/P&gt;&lt;P&gt;But there is difference between clear &amp;amp; Refresh statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are 2 types of clear statements we can use: &lt;/P&gt;&lt;P&gt;Clear ITAB  : This Statement will clear the Internal Table Header content. &lt;/P&gt;&lt;P&gt;To clear the Intertal Table Header as well Body we can use Clear ITAB [ ] &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refresh will deletes the Internal Table content but still memory is not freed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mamta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2008 05:10:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows/m-p/4505227#M1065775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-20T05:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: Delete rows</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows/m-p/4505228#M1065776</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;If it is &lt;STRONG&gt;internal table&lt;/STRONG&gt; Use this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REFRESH : it_bomgroup[].
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is &lt;STRONG&gt;structure&lt;/STRONG&gt; Use this....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CLEAR : it_bomgroup.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Hope it will helps&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 20 Sep 2008 05:18:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-rows/m-p/4505228#M1065776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-20T05:18:09Z</dc:date>
    </item>
  </channel>
</rss>

