mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 16:56:11 +08:00
changes after testing
This commit is contained in:
parent
6b72789bed
commit
2f34e27cb4
|
@ -3874,8 +3874,9 @@ CLASS zcl_excel_worksheet IMPLEMENTATION.
|
|||
get_value_type( EXPORTING ip_value = ip_value
|
||||
IMPORTING ep_value = <fs_value>
|
||||
ep_value_type = lv_value_type ).
|
||||
lv_data_type = lv_value_type.
|
||||
ENDIF.
|
||||
" fix issue #1134
|
||||
lv_data_type = lv_value_type.
|
||||
|
||||
ASSIGN ('CL_ABAP_TYPEDESCR=>TYPEKIND_INT8') TO <fs_typekind_int8>.
|
||||
IF sy-subrc <> 0.
|
||||
|
|
Loading…
Reference in New Issue
Block a user