Update zexcel_template_get_types.prog.abap

This commit is contained in:
Abo 2023-02-03 08:35:08 +01:00 committed by GitHub
parent 1d2f2c0440
commit 8955a52e87
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -166,8 +166,10 @@ 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 ).
LOOP AT lt_res ASSIGNING <lv_res>.
cl_demo_output=>write_text( <lv_res> ).
ENDLOOP.
cl_demo_output=>display( ).
ENDFORM.