abap_debugger_data_view_extension icon indicating copy to clipboard operation
abap_debugger_data_view_extension copied to clipboard

Doesn't work with field-symbols

Open AlexandreHT opened this issue 2 years ago • 1 comments

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(<flights>). at the end of Z_DEBUGGER_DATA_VIEW_EXT_DEMO
  2. Debug the program until the codeline added in previous step
  3. Display <flights> and execute Data for Abap view => result popup is empty

BR, Alexandre

AlexandreHT avatar Oct 05 '23 10:10 AlexandreHT

@AlexandreHT
This should be fixed at least for ABAP >= 7.5 with current commit f0a97c1 Please check

gepparta avatar May 06 '25 15:05 gepparta