<?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: Remove a row from itab in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-row-from-itab/m-p/1485143#M226520</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anyi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use a delete statement for an internal table the rows will be promoted automatically ie if you use Delete itab index 1.Then the first record gets deleted and the second record in the internal table now becomes the first record and so on.Hope its clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 23 Aug 2006 04:59:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-23T04:59:33Z</dc:date>
    <item>
      <title>Remove a row from itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-row-from-itab/m-p/1485139#M226516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;may I know how can I remove a particular row, say row 1, from itab such that the rows that come after row 1, say 2, 3, 4 would promote by 1 row, i.e., row 2 becomes row 1 and row 3 becomes row 2 and so on?&lt;/P&gt;&lt;P&gt;Thanks a lot!&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;Anyi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 20:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-row-from-itab/m-p/1485139#M226516</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T20:24:23Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a row from itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-row-from-itab/m-p/1485140#M226517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;delete itab index 1.&lt;/CODE&gt;&lt;/PRE&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>Tue, 22 Aug 2006 20:26:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-row-from-itab/m-p/1485140#M226517</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-08-22T20:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a row from itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-row-from-itab/m-p/1485141#M226518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use delete statement by passing the index.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;delete i_itab index 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will remove the first line of the internal table.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 20:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-row-from-itab/m-p/1485141#M226518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T20:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a row from itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-row-from-itab/m-p/1485142#M226519</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;  Delete the first record using DELETE statement..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Aug 2006 20:27:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-row-from-itab/m-p/1485142#M226519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-22T20:27:47Z</dc:date>
    </item>
    <item>
      <title>Re: Remove a row from itab</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-row-from-itab/m-p/1485143#M226520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anyi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you use a delete statement for an internal table the rows will be promoted automatically ie if you use Delete itab index 1.Then the first record gets deleted and the second record in the internal table now becomes the first record and so on.Hope its clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Shyam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Aug 2006 04:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/remove-a-row-from-itab/m-p/1485143#M226520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-23T04:59:33Z</dc:date>
    </item>
  </channel>
</rss>

