mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-08 04:43:18 +08:00
fix code template generation to work on 731
This commit is contained in:
parent
bd8105f800
commit
74c755885b
|
@ -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.
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user