Update zcl_excel_converter.clas.abap

This commit is contained in:
Bernd 2025-02-25 13:26:11 +01:00 committed by GitHub
parent cba7bcc89a
commit ce0d4b27f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -501,7 +501,7 @@ CLASS zcl_excel_converter IMPLEMENTATION.
* Now let's check for colors * Now let's check for colors
DATA: ls_colors TYPE zexcel_s_converter_col. DATA: ls_colors TYPE zexcel_s_converter_col.
IF NOT wt_colors IS INITIAL. IF wt_colors IS NOT INITIAL.
* Field has color * Field has color
READ TABLE wt_colors INTO ls_colors WITH KEY rownumber = ip_table_row READ TABLE wt_colors INTO ls_colors WITH KEY rownumber = ip_table_row
columnname = ip_fieldname. columnname = ip_fieldname.