better fix

checked that the output looks the same as the previous coding,
at least on A4H (HANA1909). Must verify on 731 yet.
This commit is contained in:
Andrea Borgia 2023-02-02 21:55:30 +00:00
parent 74c755885b
commit 9f69d3a622

View File

@ -166,6 +166,7 @@ FORM get_types .
<lv_res> = 'DATA: lo_data type ref to ZCL_EXCEL_TEMPLATE_DATA.'.
ENDIF.
cl_demo_output=>set_mode( mode = 'TEXT' ).
cl_demo_output=>display( lt_res ).
ENDFORM.