SAP ABAP Class CL_HRPAYJP_CHARACTER_CONVERTER (Get special characters for DME file)
Hierarchy
☛
SAP_HRCJP (Software Component) Sub component SAP_HRCJP of SAP_HR
⤷
PY-JP (Application Component) Japan
⤷
PC22 (Package) HR accounting: Japan
⤷
⤷
Properties
| Class | CL_HRPAYJP_CHARACTER_CONVERTER | |
| Short Description | Get special characters for DME file | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | PC22 | HR accounting: Japan |
| Created | 20020716 | SAP |
| Last change | 20050109 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_HRPAYJP_CHARACTER_CONVERTER has no forward declaration.
Interfaces
Class CL_HRPAYJP_CHARACTER_CONVERTER has no interface implemented.
Friends
Class CL_HRPAYJP_CHARACTER_CONVERTER has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Static Attribute | Private | Type reference (TYPE) | TEXT4 | 'FF65' | Halfwidth katakana middle dot in Unicode codepoint | 20041220 | ||
| 2 | Static Attribute | Private | Type reference (TYPE) | TEXT4 | '30FB' | Katakana middle dot in Unicode codepoint | 20041220 | ||
| 3 | Static Attribute | Private | Type reference (TYPE) | TEXT4 | '000D' | Carriage Return in Unicode codepoint | 20020716 | ||
| 4 | Static Attribute | Private | Type reference (TYPE) | TEXT4 | '0009' | Horizontal Tabulation in Unicode codepoint | 20020716 | ||
| 5 | Static Attribute | Private | Type reference (TYPE) | TEXT4 | '3000' | Ideographic Space in Unicode codepoint | 20020716 | ||
| 6 | Static Attribute | Private | Type reference (TYPE) | TEXT4 | '000A' | Line Feed in Unicode codepoint | 20020716 | ||
| 7 | Static Attribute | Private | Type reference (TYPE) | TEXT4 | '0000' | Null in Unicode codepoint | 20020716 | ||
| 8 | Static Attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_CONV_IN_CE | Code Page and Endian Conversion (External -> System Format) | 20020716 | |||
| 9 | Static Attribute | Private | Type reference (TYPE) | TT_CONVERSION_CACHE | Cache table for character conversion | 20021128 | |||
| 10 | Static Attribute | Private | Type reference (TYPE) | XSTRING | Character conversion buffer for CL_ABAP_CONV_IN_CE | 20020716 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20020716 | |
| 2 | Static method | Public | Method | Get character string in System Format from Unicode codepoint | 20020716 | |
| 3 | Static method | Public | Method | Get Carriage return and Line feed in System Format | 20020716 | |
| 4 | Static method | Public | Method | Get Horizontal tabulation in System Format | 20020716 | |
| 5 | Static method | Public | Method | Get Ideographic Space in System Format | 20020716 | |
| 6 | Static method | Public | Method | Get katakana middle dot in System Format | 20041220 | |
| 7 | Instance method | Private | Method | Get Null in System Format | 20020716 |
Events
Class CL_HRPAYJP_CHARACTER_CONVERTER has no event.
Types
Class CL_HRPAYJP_CHARACTER_CONVERTER has no local type.
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_HRPAYJP_CHARACTER_CONVERTER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_HRPAYJP_CHARACTER_CONVERTER has no exception.
Method CONVERT_UCCP_TO_STRING Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_UNICODE_CODEPOINT | Call by reference | Type reference (TYPE) | TEXT4 | Unicode codepoint | 20020716 | |||
| 2 | RV_STRING_IN_SYSTEM_FORMAT | Value transfer | Type reference (TYPE) | STRING | Character string in System Format | 20020716 |
Method CONVERT_UCCP_TO_STRING on class CL_HRPAYJP_CHARACTER_CONVERTER has no exception.
Method GET_CRLF Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_CRLF | Value transfer | Type reference (TYPE) | STRING | Carriage return and Line feed in system format | 20020716 |
Method GET_CRLF on class CL_HRPAYJP_CHARACTER_CONVERTER has no exception.
Method GET_HORIZONTAL_TABULATION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_HORIZONTAL_TAB | Value transfer | Type reference (TYPE) | STRING | Horizontal tabulation in System Format | 20020716 |
Method GET_HORIZONTAL_TABULATION on class CL_HRPAYJP_CHARACTER_CONVERTER has no exception.
Method GET_IDEOGRAPHIC_SPACE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_IDSP | Value transfer | Type reference (TYPE) | STRING | Ideographic Space in System Format | 20020716 |
Method GET_IDEOGRAPHIC_SPACE on class CL_HRPAYJP_CHARACTER_CONVERTER has no exception.
Method GET_KANA_MIDDLE_DOT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_KANA_MIDDLE_DOT | Value transfer | Type reference (TYPE) | STRING | Katakana middle dot in Unicode codepoint | 20041220 |
Method GET_KANA_MIDDLE_DOT on class CL_HRPAYJP_CHARACTER_CONVERTER has no exception.
Method GET_NULL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_NULL | Value transfer | Type reference (TYPE) | STRING | Null in System Format | 20020716 |
Method GET_NULL on class CL_HRPAYJP_CHARACTER_CONVERTER has no exception.
History
| Last changed by/on | SAP | 20050109 |
| SAP Release Created in | 470 |