‎2007 Oct 22 9:54 AM
Hi,
I need to debug one scenario for which database update is failing.
The internal table contains around one lac eight thousand records.
How can I delete the records from the internal table while debugging.
In classical debugger I can delete one entry at a time. I want to delete bulk entries at a time. Is this facility available in the advanced debugger or classical debugger?
Thanks/Regards,
Abhijit.
‎2007 Oct 22 10:01 AM
Hi Abhijit,
Not very sure about advanced debugger but it is not there in the classic debugger.
Regards,
Atish
‎2007 Oct 22 10:02 AM
Hi abhijit,
In the Classical debuger also.,.,
Select the Internal table put the sqare brackets in front of tht like itab[] and then press enter .,.,it will initialise the internal table.
Hope this will help u.
Regards
Debasish
‎2007 Oct 22 10:06 AM
Hi,
In debuging mode just above the name of internal table u will find DELETE button just press it...
Thanks
--Pradeep
‎2007 Oct 22 10:13 AM
Hi,
For example I am having 100 records in the internal table.
I need to delete first 99 records from internal table in one go. How can I do that.
Abhijit.
‎2007 Oct 22 10:15 AM