mirror of
https://github.com/abap2xlsx/abap2xlsx.git
synced 2025-05-05 02:39:48 +08:00
add XSTRING as supported input type
This commit is contained in:
parent
08c794f3ca
commit
b3871b2814
|
@ -3967,7 +3967,7 @@ CLASS zcl_excel_worksheet IMPLEMENTATION.
|
|||
ENDIF.
|
||||
|
||||
WHEN cl_abap_typedescr=>typekind_char OR cl_abap_typedescr=>typekind_string OR cl_abap_typedescr=>typekind_num OR
|
||||
cl_abap_typedescr=>typekind_hex.
|
||||
cl_abap_typedescr=>typekind_hex or cl_abap_typedescr=>typekind_xstring.
|
||||
lv_value = <fs_value>.
|
||||
lv_data_type = 's'.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user