2015 Jul 16 5:19 PM
Hi,
Can you guys help me how to Hide a particular column of a internal table during debugging in Eclipse? We have option to delete row.
Basically need to know column configuration in Eclipse while debugging.
Thanks
2015 Jul 17 11:54 AM
Hello Chandru,
currently the ADT ABAP Debugger (Eclipse) does not support column configurations in the desired extent. At the moment it is not possible to hide columns.
The only possible column adjustments are:
Improvements for the internal table tool are planned for the near future.
Best regards,
Armin
Edit: As a workaround for different table operations (also filter, sort, etc.) you can also choose the export to file operation (right click on table content, choose "Export to File..."). The resulting .xls file can be openend with an external tool like Excel.