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: 

Column config.of Internal table during Debugging

chandru_sdn80
Participant
0 Kudos
622

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

1 REPLY 1

Armin_Beil
Product and Topic Expert
Product and Topic Expert
0 Kudos
171

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:

  • Change column position via drag and drop
  • Resize column width
  • Optimize column width via double click on the border of the column title

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.