abap_debugger_data_view_extension
abap_debugger_data_view_extension copied to clipboard
Deep Structures seems not wo work any more
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 )
dataset = VALUE #( ( |200| ) ( |200| ) ) ) ).`
Current result is
COLUMNS = VALUE #(
(
INDEX = '1 '
METADATA = Structure: deep
DATASET = Standard Table[2x1(8)]
)
).
Reason seams to be the usage of TYPING like this: TYPE STANDARD TABLE OF if_data_preview=>ty_column
Lösung über CL_TPDA_ADT_RES_DEBUGGER ? get_type_name( cl_tpdapi_data=>s_get_typeinfo_tab( i_typestring = symbquick-abstypename ) ).