add XSTRING as supported input type

This commit is contained in:
Domi Bigl 2025-05-01 19:04:37 +00:00
parent 08c794f3ca
commit b3871b2814

View File

@ -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'.