mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-08 04:48:38 +08:00
Merge branch 'main' into issue_1085
This commit is contained in:
commit
9b162ceb3c
|
@ -5,3 +5,5 @@ Please refer to the official wiki for the [abapGit installation guide](https://a
|
|||
Note that the **Demo programs** are provided in a [separate repository](https://github.com/abap2xlsx/demos), and can be installed after abap2xlsx.
|
||||
|
||||
For questions, bug reports and more information on contributing to the project, please refer to the [contributing guidelines](./CONTRIBUTING.md).
|
||||
|
||||
Version support: minimum tested version is SAP_ABA 731, it might work on older versions still but we need volunteers to test it.
|
||||
|
|
|
@ -166,7 +166,10 @@ FORM get_types .
|
|||
<lv_res> = 'DATA: lo_data type ref to ZCL_EXCEL_TEMPLATE_DATA.'.
|
||||
ENDIF.
|
||||
|
||||
cl_demo_output=>new( 'TEXT' )->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