mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 05:12:03 +08:00
Update zcl_excel_converter_salv_table.clas.abap (#1120)
fix issue #1119
This commit is contained in:
parent
2b01655cab
commit
1fe298d5be
|
@ -74,6 +74,7 @@ CLASS zcl_excel_converter_salv_table IMPLEMENTATION.
|
|||
ls_vari-report = ls_layout_key-report.
|
||||
ls_vari-handle = ls_layout_key-handle.
|
||||
ls_vari-log_group = ls_layout_key-logical_group.
|
||||
ls_vari-variant = lo_layout->get_initial_layout( ).
|
||||
ELSE.
|
||||
IF zcl_excel_converter_salv_model=>is_get_metadata_callable( io_salv ) = abap_true.
|
||||
io_salv->get_metadata( ) .
|
||||
|
|
Loading…
Reference in New Issue
Block a user