<?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: Loop at internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-internal-table/m-p/1915250#M380729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Delete statement will work outside the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete itab where &amp;lt;condition&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete itab index &amp;lt;index&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete itab from &amp;lt;index1&amp;gt; to &amp;lt;index2&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Feb 2007 05:39:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-12T05:39:46Z</dc:date>
    <item>
      <title>Loop at internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-internal-table/m-p/1915249#M380728</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 am using a loop at internal table.I have to delete records from my internal table.Using delete within loop statement,gives performance issues.Please guide whether the delete will work outside the loop statement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2007 05:34:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-internal-table/m-p/1915249#M380728</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-12T05:34:42Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-internal-table/m-p/1915250#M380729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Delete statement will work outside the loop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete itab where &amp;lt;condition&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete itab index &amp;lt;index&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete itab from &amp;lt;index1&amp;gt; to &amp;lt;index2&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Manoj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2007 05:39:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-internal-table/m-p/1915250#M380729</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-12T05:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-internal-table/m-p/1915251#M380730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sneha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check the below link for all the forms of delete statements&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/delete.htm" target="test_blank"&gt;http://www.sts.tu-harburg.de/teaching/sap_r3/ABAP4/delete.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark the points if u find it useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;~~Guduri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2007 05:49:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-internal-table/m-p/1915251#M380730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-12T05:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: Loop at internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-internal-table/m-p/1915252#M380731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;You can delets entries outside the loop , either by using the index or the where condition along with the delete statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sunmit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Feb 2007 06:55:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-internal-table/m-p/1915252#M380731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-12T06:55:17Z</dc:date>
    </item>
  </channel>
</rss>

