abap_debugger_data_view_extension
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
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...
There seems to be an issue with formatting 
Add an optional filter option via range table to define which fields needs to be generated
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...
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`...
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...