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

Search in internal table while debugging

Former Member
0 Likes
972

Hi.

I am currently trying to use Abap in eclipse in my daily developer work and recently I came into Situation where I Need to search a specific row in a table during the Debugging. Is there a way that I dont see - or the Feature is not implemented?

Regards,

Dmitrii Iudin

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
865

As far as I know you can jump to a specific line in the Debugger Internal Table View, but I found no way to search for a specific content of the table.

3 REPLIES 3
Read only

Former Member
0 Likes
866

As far as I know you can jump to a specific line in the Debugger Internal Table View, but I found no way to search for a specific content of the table.

Read only

Armin_Beil
Product and Topic Expert
Product and Topic Expert
0 Likes
865

Hello.

Unfortunately features for search and sorting are not implemented yet. Currently the only available workaround is to export the data as .xls file (context menu - "Export to File...") and use the search functionality of a separate tool.

Best regards,

Armin

Read only

0 Likes
865

Or just use the sap gui based Debugger (which I actually did). I guess we will Need to wait for 2 more years before the functionality of Debugger will become comparable.