abap_debugger_data_view_extension
abap_debugger_data_view_extension copied to clipboard
Doesn't work with field-symbols
Hi, When using ABAP debugger data view on a field-symbol, the result popup is empty.
How to reproduce:
- Add
assign lt_flights to FIELD-SYMBOL(<flights>).at the end ofZ_DEBUGGER_DATA_VIEW_EXT_DEMO - Debug the program until the codeline added in previous step
- Display
<flights>and execute Data for Abap view => result popup is empty
BR, Alexandre
@AlexandreHT
This should be fixed at least for ABAP >= 7.5 with current commit f0a97c1
Please check