<?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: deleting internal table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-internal-table/m-p/7260278#M1528785</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;hic * &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should i know which entries your piece of coding should delete? I don't even have a clue what the contents of the internal tables are. As far as i can tell you: ABAP in itself doesn't make mistakes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Oct 2010 15:04:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-10-01T15:04:16Z</dc:date>
    <item>
      <title>deleting internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-internal-table/m-p/7260277#M1528784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;I'm facing the problem in deleting the records from internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    IF int_ausp[] IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;      SORT   int_cciht_ihva BY recn.&lt;/P&gt;&lt;P&gt;      CLEAR wa_ausp.&lt;/P&gt;&lt;P&gt;      LOOP AT int_ausp INTO wa_ausp.&lt;/P&gt;&lt;P&gt;        DELETE int_cciht_ihva   WHERE recn &amp;lt;&amp;gt;  wa_ausp-objek+0(20).&lt;/P&gt;&lt;P&gt;      ENDLOOP.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've 2 records in  int_ausp and 800 records in int_cciht_ihva  .&lt;/P&gt;&lt;P&gt;after delete i should get 2 entries but i'm getting only one entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please let me know how to correct this&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 14:49:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-internal-table/m-p/7260277#M1528784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T14:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: deleting internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-internal-table/m-p/7260278#M1528785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;hic * &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How should i know which entries your piece of coding should delete? I don't even have a clue what the contents of the internal tables are. As far as i can tell you: ABAP in itself doesn't make mistakes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 15:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-internal-table/m-p/7260278#M1528785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-10-01T15:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: deleting internal table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-internal-table/m-p/7260279#M1528786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dont use this approach .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declare int_cciht_ihva as a sorted table with required keys.&lt;/P&gt;&lt;P&gt;Use a nested loop and append the required entries to another internal table instead of deleting it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Oct 2010 15:23:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/deleting-internal-table/m-p/7260279#M1528786</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-10-01T15:23:59Z</dc:date>
    </item>
  </channel>
</rss>

