‎2007 Apr 25 2:38 PM
Hi All,
I have an internal table which contains 200000+ records; while debugging i want ro keep only last 20 records and delete rest all.
I dont want to make any change in the program, i need to delete the records only while debugging for some testing purpose.
Please suggest a way.
Points will be rewarded for helpful answers.
Regards,
Pankaj Sharma
‎2007 Apr 25 2:43 PM
Hi,
just put a break point at the start of the loop.
Then u can delete all the records manually by selecting them from the internal table.....
Cheers,
Simha.
‎2007 Apr 25 2:43 PM
Hi,
just put a break point at the start of the loop.
Then u can delete all the records manually by selecting them from the internal table.....
Cheers,
Simha.
‎2007 Apr 25 2:43 PM
Hi,
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 .
Hope this will solve your probelm.
Assign points if it helps.
-Gaurang
‎2007 Apr 25 2:44 PM
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....
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....
Greetings,
Blag.