abap_debugger_data_view_extension icon indicating copy to clipboard operation
abap_debugger_data_view_extension copied to clipboard

Deep Structures seems not wo work any more

Open gepparta opened this issue 7 months ago • 2 comments

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)] ) ).

gepparta avatar May 12 '25 13:05 gepparta

Reason seams to be the usage of TYPING like this: TYPE STANDARD TABLE OF if_data_preview=>ty_column

Image

Image

gepparta avatar May 17 '25 16:05 gepparta

Lösung über CL_TPDA_ADT_RES_DEBUGGER ? get_type_name( cl_tpdapi_data=>s_get_typeinfo_tab( i_typestring = symbquick-abstypename ) ).

gepparta avatar May 17 '25 16:05 gepparta