‎2016 Mar 23 2:36 PM
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
‎2016 Mar 23 4:05 PM
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.
‎2016 Mar 23 4:05 PM
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.
‎2016 Mar 24 7:21 AM
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
‎2016 Mar 24 8:54 AM
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.