remove uses of CHAR2 (#845)

DTEL and in class
This commit is contained in:
Abo 2021-10-09 19:42:53 +02:00 committed by GitHub
parent 372fe61c75
commit b8be9c5de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -57,7 +57,7 @@ CLASS zcl_excel_style_color DEFINITION
*"* private components of class ZCL_EXCEL_STYLE_COLOR *"* private components of class ZCL_EXCEL_STYLE_COLOR
*"* do not include other source files here!!! *"* 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. ENDCLASS.

View File

@ -5,7 +5,6 @@
<DD04V> <DD04V>
<ROLLNAME>ZEXCEL_STYLE_COLOR_COMPONENT</ROLLNAME> <ROLLNAME>ZEXCEL_STYLE_COLOR_COMPONENT</ROLLNAME>
<DDLANGUAGE>E</DDLANGUAGE> <DDLANGUAGE>E</DDLANGUAGE>
<DOMNAME>CHAR2</DOMNAME>
<HEADLEN>15</HEADLEN> <HEADLEN>15</HEADLEN>
<SCRLEN1>10</SCRLEN1> <SCRLEN1>10</SCRLEN1>
<SCRLEN2>15</SCRLEN2> <SCRLEN2>15</SCRLEN2>
@ -16,7 +15,9 @@
<SCRTEXT_M>Color Component</SCRTEXT_M> <SCRTEXT_M>Color Component</SCRTEXT_M>
<SCRTEXT_L>Color Component</SCRTEXT_L> <SCRTEXT_L>Color Component</SCRTEXT_L>
<DTELMASTER>E</DTELMASTER> <DTELMASTER>E</DTELMASTER>
<REFKIND>D</REFKIND> <DATATYPE>CHAR</DATATYPE>
<LENG>000002</LENG>
<OUTPUTLEN>000002</OUTPUTLEN>
</DD04V> </DD04V>
</asx:values> </asx:values>
</asx:abap> </asx:abap>