From b8be9c5de1a14ed545b8df51800e832abd5d09c8 Mon Sep 17 00:00:00 2001 From: Abo Date: Sat, 9 Oct 2021 19:42:53 +0200 Subject: [PATCH] remove uses of CHAR2 (#845) DTEL and in class --- src/zcl_excel_style_color.clas.abap | 2 +- src/zexcel_style_color_component.dtel.xml | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/src/zcl_excel_style_color.clas.abap b/src/zcl_excel_style_color.clas.abap index 0cebc06..cbe9afb 100644 --- a/src/zcl_excel_style_color.clas.abap +++ b/src/zcl_excel_style_color.clas.abap @@ -57,7 +57,7 @@ CLASS zcl_excel_style_color DEFINITION *"* private components of class ZCL_EXCEL_STYLE_COLOR *"* do not include other source files here!!! - CONSTANTS c_alpha TYPE char2 VALUE 'FF'. "#EC NOTEXT + CONSTANTS c_alpha TYPE c LENGTH 2 VALUE 'FF'. "#EC NOTEXT ENDCLASS. diff --git a/src/zexcel_style_color_component.dtel.xml b/src/zexcel_style_color_component.dtel.xml index d2bba73..e08b38f 100644 --- a/src/zexcel_style_color_component.dtel.xml +++ b/src/zexcel_style_color_component.dtel.xml @@ -5,7 +5,6 @@ ZEXCEL_STYLE_COLOR_COMPONENT E - CHAR2 15 10 15 @@ -16,7 +15,9 @@ Color Component Color Component E - D + CHAR + 000002 + 000002