SAP ABAP Function Module HR_JP_CONV_TAB_TO_CP_XSTR (Convert internal table to xstring in codepage)
Hierarchy
☛
SAP_HRCJP (Software Component) Sub component SAP_HRCJP of SAP_HR
⤷
PY-JP (Application Component) Japan
⤷
PC22 (Package) HR accounting: Japan

⤷

⤷

Basic Data
Function Module | HR_JP_CONV_TAB_TO_CP_XSTR | Convert internal table to xstring in codepage |
Function Group | HRJU | HR-JP: UNICODE function modules |
Program Name | SAPLHRJU | |
INCLUDE Name | LHRJUU03 |
Parameters
Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
---|---|---|---|---|---|---|---|
![]() |
EV_XSTRING_STREAM | TYPE | XSTRING | ||||
![]() |
IV_CODEPAGE_TO | TYPE | ABAP_ENCODING | '8000' | Target SAP Codepage (e.g. 8000) | ||
![]() |
IV_COLUMN_FILLER | TYPE | XSTRING | Column filler in Unicode codepoint(defalut: 0x3000 -> IDEOGRAPHIC SPACE) | |||
![]() |
IV_COLUMN_SEPARATER | TYPE | XSTRING | Column separater in Unicode codepoint(default: 0x002C -> COMMA) | |||
![]() |
IV_RECORD_SEPARATER | TYPE | XSTRING | Record separater in Unicode codepoint(default: 0x000D+0x000A-> CR+LF) | |||
![]() |
IT_DATATAB | TYPE | Data to be converted | ||||
![]() |
INVALID_CODEPAGE | TYPE | Codepage specified with IV_CODEPAGE_TO is invalid | ||||
![]() |
NO_DATA_TO_CONVERT | TYPE | Inport parameter IT_UNICODE_STRING constains no data | ||||
Processing Type
Normal Function Module | |
![]() |
BaseXML supported |
Update Module | Start immediately |
Immediate Start, No Restart | |
Start Delayed | |
Coll.run | |
JAVA Module Callable from ABAP | |
Remote-Enabled JAVA Module | |
Module Callable from JAVA |
History
Last changed by/on | SAP | 20020124 |
SAP Release Created in | 470 |