mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-08 04:48:38 +08:00
Update zexcel_template_get_types.prog.abap
This commit is contained in:
parent
1d2f2c0440
commit
8955a52e87
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user