Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Deleting Bulk Entries from the internal table while debugging

Former Member
0 Likes
923

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.

5 REPLIES 5
Read only

Former Member
0 Likes
695

Hi Abhijit,

Not very sure about advanced debugger but it is not there in the classic debugger.

Regards,

Atish

Read only

Former Member
0 Likes
695

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

Read only

pradeep_nellore
Participant
0 Likes
695

Hi,

In debuging mode just above the name of internal table u will find DELETE button just press it...

Thanks

--Pradeep

Read only

0 Likes
695

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.

Read only

0 Likes
695

Hi Abhijit,

Thats what I said. Its not possible.

Regards,

Atish