SAP ABAP Class CL_ABAP_CHAR_UTILITIES (Utilities for Processing Characters)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-ABA-LA (Application Component) Syntax, Compiler, Runtime
⤷
SABP_CONVERT (Package) Conversion of Time Specifications
⤷
⤷
Properties
| Class | CL_ABAP_CHAR_UTILITIES | |
| Short Description | Utilities for Processing Characters | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | S | System Program |
| Category | 0 | |
| Package | SABP_CONVERT | Conversion of Time Specifications |
| Created | 20000121 | SAP |
| Last change | 20000121 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
Class CL_ABAP_CHAR_UTILITIES has no interface implemented.
Friends
Class CL_ABAP_CHAR_UTILITIES has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Constant | Public | Type reference (TYPE) | ABAP_CHAR1 | %_BACKSPACE | Backspace Character | 20000704 | ||
| 2 | Constant | Public | Type reference (TYPE) | ABAP_BYTE_ORDER_MARK | 'FEFF' | Unicode - Big Endian | 20000202 | ||
| 3 | Constant | Public | Type reference (TYPE) | ABAP_BYTE_ORDER_MARK | 'FFFE' | Unicode - Little Endian | 20000202 | ||
| 4 | Constant | Public | Type reference (TYPE) | ABAP_BYTE_ORDER_UTF8 | 'EFBBBF' | UTF-8 Representation of FEFF | 20000202 | ||
| 5 | Constant | Public | Type reference (TYPE) | I | %_CHARSIZE | Character Length in Bytes | 20000121 | ||
| 6 | Constant | Public | Type reference (TYPE) | ABAP_CR_LF | %_CR_LF | "Carriage Return and Line Feed" Character Pair | 20000302 | ||
| 7 | Constant | Public | Type reference (TYPE) | ABAP_ENDIAN | %_ENDIAN | Byte Sequence of Application Server | 20000121 | ||
| 8 | Constant | Public | Type reference (TYPE) | ABAP_CHAR1 | %_FORMFEED | "Page Break Character" | 20000704 | ||
| 9 | Constant | Public | Type reference (TYPE) | ABAP_CHAR1 | %_HORIZONTAL_TAB | "Horizontal Tab Stop" Character | 20000302 | ||
| 10 | Constant | Public | Type reference (TYPE) | ABAP_CHAR1 | %_MAXCHAR | Maximum Possible Value | 20000202 | ||
| 11 | Constant | Public | Type reference (TYPE) | ABAP_CHAR1 | %_MINCHAR | Minimum Possible Value | 20000202 | ||
| 12 | Constant | Public | Type reference (TYPE) | ABAP_CHAR1 | %_NEWLINE | "New | 20000302 | ||
| 13 | Static Attribute | Private | Type reference (TYPE) | STRING | String with Whitespace Characters | 20010314 | |||
| 14 | Static Attribute | Private | Type reference (TYPE) | LANGU | Language ID for SPACE_STR | 20010314 | |||
| 15 | Constant | Public | Type reference (TYPE) | ABAP_CHAR1 | %_VERTICAL_TAB | "Vertical Tab Stop" Character | 20000704 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | Class Constructor | 20000121 | |
| 2 | Static method | Public | Method | Number Format Determined for Byte Sequence | 20000407 | |
| 3 | Static method | Public | Method | Returns a String with White-Space Characters | 20010314 | |
| 4 | Static method | Public | Method | Number Format Determined for Byte Sequence | 20000407 |
Events
Class CL_ABAP_CHAR_UTILITIES has no event.
Types
Class CL_ABAP_CHAR_UTILITIES has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_ABAP_CHAR_UTILITIES has no parameter.
Method CLASS_CONSTRUCTOR on class CL_ABAP_CHAR_UTILITIES has no exception.
Method ENDIAN_TO_NUMBER_FORMAT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENDIAN | Call by reference | Type reference (TYPE) | ABAP_ENDIAN | Bytereihenfolge | 20000407 | |||
| 2 | NUMBER_FORMAT | Value transfer | Type reference (TYPE) | CPCODEPAGE | Zahlenformat zu "ENDIAN" | 20000407 |
Method ENDIAN_TO_NUMBER_FORMAT on class CL_ABAP_CHAR_UTILITIES has no exception.
Method GET_SIMPLE_SPACES_FOR_CUR_CP Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | S_STR | Value transfer | Type reference (TYPE) | STRING | String mit Whitespace-Zeichen | 20010314 |
Method GET_SIMPLE_SPACES_FOR_CUR_CP on class CL_ABAP_CHAR_UTILITIES has no exception.
Method NUMBER_FORMAT_TO_ENDIAN Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ENDIAN | Value transfer | Type reference (TYPE) | ABAP_ENDIAN | Bytereihenfolge zu "NUMBER_FORMAT" | 20000407 | |||
| 2 | NUMBER_FORMAT | Call by reference | Type reference (TYPE) | CPCODEPAGE | Zahlenformat | 20000407 |
Method NUMBER_FORMAT_TO_ENDIAN on class CL_ABAP_CHAR_UTILITIES has no exception.
History
| Last changed by/on | SAP | 20000121 |
| SAP Release Created in | 50A |