From ce0d4b27f191c4e40eecfb2ea7891abcc38f64d7 Mon Sep 17 00:00:00 2001 From: Bernd <135710507+darnoc312@users.noreply.github.com> Date: Tue, 25 Feb 2025 13:26:11 +0100 Subject: [PATCH] Update zcl_excel_converter.clas.abap --- src/not_cloud/zcl_excel_converter.clas.abap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/not_cloud/zcl_excel_converter.clas.abap b/src/not_cloud/zcl_excel_converter.clas.abap index e839b90..b269ada 100644 --- a/src/not_cloud/zcl_excel_converter.clas.abap +++ b/src/not_cloud/zcl_excel_converter.clas.abap @@ -501,7 +501,7 @@ CLASS zcl_excel_converter IMPLEMENTATION. * Now let's check for colors DATA: ls_colors TYPE zexcel_s_converter_col. - IF NOT wt_colors IS INITIAL. + IF wt_colors IS NOT INITIAL. * Field has color READ TABLE wt_colors INTO ls_colors WITH KEY rownumber = ip_table_row columnname = ip_fieldname.