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 LC_KANA_HALF_MIDDLE_DOT Static Attribute Private Type reference (TYPE) TEXT4 'FF65' Halfwidth katakana middle dot in Unicode codepoint 20041220
2 LC_KANA_MIDDLE_DOT Static Attribute Private Type reference (TYPE) TEXT4 '30FB' Katakana middle dot in Unicode codepoint 20041220
3 LC_UCCP_CARRIAGE_RETURN Static Attribute Private Type reference (TYPE) TEXT4 '000D' Carriage Return in Unicode codepoint 20020716
4 LC_UCCP_HORIZONTAL_TABULATION Static Attribute Private Type reference (TYPE) TEXT4 '0009' Horizontal Tabulation in Unicode codepoint 20020716
5 LC_UCCP_IDEOGRAPHIC_SPACE Static Attribute Private Type reference (TYPE) TEXT4 '3000' Ideographic Space in Unicode codepoint 20020716
6 LC_UCCP_LINE_FEED Static Attribute Private Type reference (TYPE) TEXT4 '000A' Line Feed in Unicode codepoint 20020716
7 LC_UCCP_NULL Static Attribute Private Type reference (TYPE) TEXT4 '0000' Null in Unicode codepoint 20020716
8 LREF_CONVERTER Static Attribute Private Object reference (TYPE REF TO) CL_ABAP_CONV_IN_CE Code Page and Endian Conversion (External -> System Format) 20020716
9 LT_CONVERSION_CACHE Static Attribute Private Type reference (TYPE) TT_CONVERSION_CACHE Cache table for character conversion 20021128
10 LV_CONVERSION_BUFFER 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 CLASS_CONSTRUCTOR Static method Public Constructor CLASS_CONSTRUCTOR 20020716
2 CONVERT_UCCP_TO_STRING Static method Public Method Get character string in System Format from Unicode codepoint 20020716
3 GET_CRLF Static method Public Method Get Carriage return and Line feed in System Format 20020716
4 GET_HORIZONTAL_TABULATION Static method Public Method Get Horizontal tabulation in System Format 20020716
5 GET_IDEOGRAPHIC_SPACE Static method Public Method Get Ideographic Space in System Format 20020716
6 GET_KANA_MIDDLE_DOT Static method Public Method Get katakana middle dot in System Format 20041220
7 GET_NULL 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 Importing IV_UNICODE_CODEPOINT Call by reference Type reference (TYPE) TEXT4 Unicode codepoint 20020716
2 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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