<?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 Delete records from internal table in Debugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-internal-table-in-debugging/m-p/2192504#M467565</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;&lt;/P&gt;&lt;P&gt;I have an internal table which contains 200000+ records; while debugging i want ro keep only last 20 records and delete rest all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want to make any change in the program, i need to delete the records only while debugging for some testing purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest a way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded for helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pankaj Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2007 13:38:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-25T13:38:12Z</dc:date>
    <item>
      <title>Delete records from internal table in Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-internal-table-in-debugging/m-p/2192504#M467565</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;&lt;/P&gt;&lt;P&gt;I have an internal table which contains 200000+ records; while debugging i want ro keep only last 20 records and delete rest all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I dont want to make any change in the program, i need to delete the records only while debugging for some testing purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest a way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded for helpful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pankaj Sharma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 13:38:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-internal-table-in-debugging/m-p/2192504#M467565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T13:38:12Z</dc:date>
    </item>
    <item>
      <title>Re: Delete records from internal table in Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-internal-table-in-debugging/m-p/2192505#M467566</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;just put a break point at the start of the loop.&lt;/P&gt;&lt;P&gt;Then u can delete all the records manually by selecting them from the internal table.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Simha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 13:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-internal-table-in-debugging/m-p/2192505#M467566</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2007-04-25T13:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Delete records from internal table in Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-internal-table-in-debugging/m-p/2192506#M467567</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 you want to process only last 20 records and avoid processing others you can create the WATCH POINT and directly go to the desired record . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve your probelm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assign points if it helps.&lt;/P&gt;&lt;P&gt;-Gaurang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 13:43:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-internal-table-in-debugging/m-p/2192506#M467567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T13:43:23Z</dc:date>
    </item>
    <item>
      <title>Re: Delete records from internal table in Debugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-internal-table-in-debugging/m-p/2192507#M467568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sadly...I haven't found a way to do that....The only thing left is to delete records one by one, selecting them an clicking the Trash icon....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you got more than 1000 records and just need 20 or 30 it's a real pain...But it's the only way to go....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 13:44:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/delete-records-from-internal-table-in-debugging/m-p/2192507#M467568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T13:44:24Z</dc:date>
    </item>
  </channel>
</rss>

