2007 Aug 20 7:05 AM
Hello Experts ..
when debugging i want to delete some of the internal table entries almost 230 are there . But i am able to delete one by one not more than one at a time . please tell me a way to delete 10 entries at a time in internal table. Also i want to increase the width of the debugging screen but only height increase is possible not the width. because i want to see all the columns of all the records at a time . So if there is a way please tell me.
2007 Aug 20 7:10 AM
Hello Madan,
I dont think there is a way to increase the width
try using the new abap debugger and see if it helps
about deleting rows, as far as i know its one at a time
but if it is a Z program, you can put a condition - if true then delete 10 entries
then change that value at runtime just before it reaches that code
Hello Experts ..
when debugging i want to delete some of the internal table entries almost 230 are there . But i am able to delete one by one not more than one at a time . please tell me a way to delete 10 entries at a time in internal table. Also i want to increase the width of the debugging screen but only height increase is possible not the width. because i want to see all the columns of all the records at a time . So if there is a way please tell me.
2007 Aug 20 7:10 AM
Hello Madan,
I dont think there is a way to increase the width
try using the new abap debugger and see if it helps
about deleting rows, as far as i know its one at a time
but if it is a Z program, you can put a condition - if true then delete 10 entries
then change that value at runtime just before it reaches that code
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |