fix code template generation to work on 731

This commit is contained in:
Andrea Borgia 2023-02-02 21:39:16 +00:00
parent bd8105f800
commit 74c755885b

View File

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