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

ABAP Debugger - Internal tables - multiple selection

Former Member
0 Likes
2,799

Hi experts

I am debugging a program and want to delete a big number of lines in an internal table using the internal tables tool delete rows

my question is how can i select multiple rows. i tried CTRL and SHIFT keys but no success.

Thanks

in advance

7 REPLIES 7
Read only

Former Member
0 Likes
1,666

Hi Lahcen,

To delete the multiple lines in internal table while debugging you need to switch into new debugger available in ECC 6.0 or upper.

After entering into new debugger you will see the tab TABLES in that there is sub-tab Table Contents. In that you can see the complete data in the internal table and we have option in the left side like grid to select the row.

Thanks,

Satheesh

Read only

Former Member
0 Likes
1,666

download the table to a excel, then delete the entire table, then just add the required lines.

there is another way of doing this as well, if you are in latest patches of ECC, in debugger you can see a tab called script, here you can write a piece of code while debugging to change the content of the table.

Read only

Former Member
0 Likes
1,666

Hi Guys,

Thank you very much for your fast replies.

i need to clarify my issue a bit.

Here is my case :

i have an internal table with 300 000 lines and i want to process 100 only.

my question is how to select at once the non desired rows and delete them instead of going one by one.

The excel suggestion is a good one but i cannnot upload the resulted excel back to the internal table in the debugger.

Thanks all

Lahcen

Read only

0 Likes
1,666

Why cant you filter it in your selection itself? you try to reduce your data by making condition or filter in selection.

Read only

Former Member
0 Likes
1,666

This one of those one time action. this is unfortunately a production program and you cannot modify it for one time action.

That is why i am trying to do it in the debugger.

Thanks for your reply

Read only

kiran_k8
Active Contributor
0 Likes
1,666

See,if the below given documentation can give you any lead on the kind of features available in New Debugger.

http://www.sdn.sap.com/irj/scn/elearn?rid=/library/uuid/e0f0073f-3d90-2e10-a196-9ece64a7bb6f&overrid...

Thanks,

K.Kiran.

Read only

Former Member
0 Likes
1,666

This is possible using the hammer and driver symbol. See this post for details...