undo previous changes for issue #1134

This commit is contained in:
Matthias 2023-09-25 08:31:34 +02:00 committed by GitHub
parent 3ffb490fb2
commit d77aa3f949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3875,8 +3875,6 @@ CLASS zcl_excel_worksheet IMPLEMENTATION.
IMPORTING ep_value = <fs_value>
ep_value_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.