abap_debugger_data_view_extension icon indicating copy to clipboard operation
abap_debugger_data_view_extension copied to clipboard

Extensions to abap debugger to be able to view itab and structure data in a abap-coding friendly way

Results 7 abap_debugger_data_view_extension issues
Sort by recently updated
recently updated
newest added

Hi, When using ABAP debugger data view on a field-symbol, the result popup is empty. How to reproduce: 1. Add ```assign lt_flights to FIELD-SYMBOL().``` at the end of ```Z_DEBUGGER_DATA_VIEW_EXT_DEMO``` 2....

Suggestion: replace cl_abap_typedescr->typekind... with a local copy from zcl_abap_typedescr See class zcl_op_component -> add for usages of cl_abap_typedescr->typekind.. type->typekind_int8 comes with s/4hana Switch to local typerkinds would add more upward...

enhancement

There seems to be an issue with formatting ![image](https://user-images.githubusercontent.com/3863263/73555705-62908e00-444e-11ea-8a16-b6d72982dca1.png)

Add an optional filter option via range table to define which fields needs to be generated

enhancement

Hi Alex, in my cases it woud be beneficial if the output of yout extension would include - **fixes type definition** - _Data statement_ Current: REQUEST_HEADER_DATA = VALUE #( REQTYPE...

enhancement

This is not handled well `DATA columns TYPE STANDARD TABLE OF if_data_preview=>ty_column. columns = VALUE #( ( metadata = VALUE #( name = `MANDT` type = `C` description = `MANDT`...

bug

Fix #25. If the pretty-printer formatting fails, nothing is displayed. I didn't analyze the reason why the pretty printer is failing, anyway ABAP Cleaner is much more powerful and does...