SAP ABAP Function Module SCP_REPLACE_STRANGE_CHARS (Replace non-standard characters with standard characters)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-I18 (Application Component) Internationalization (I18N)
⤷
SCP (Package) SAP Code Pages

⤷

⤷

Basic Data
Function Module | SCP_REPLACE_STRANGE_CHARS | Replace non-standard characters with standard characters |
Function Group | SCPC | Special Character Conversions (II) |
Program Name | SAPLSCPC | spezielle Zeichenbehandlungen (II) |
INCLUDE Name | LSCPCU01 |
Parameters
Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
---|---|---|---|---|---|---|---|
![]() |
OUTTEXT | TYPE | Output text | ||||
![]() |
OUTUSED | TYPE | Output text length | ||||
![]() |
OUTOVERFLOW | TYPE | 'X':Output text incomplete, ' ':otherwise | ||||
![]() |
INTEXT | TYPE | Input text | ||||
![]() |
INTEXT_LG | TYPE | I | 0 | Number of Bytes in the Input Text | ||
![]() |
INTER_CP | TYPE | TCP00-CPCODEPAGE | '0000' | Intermediate character set with replacements | ||
![]() |
INTER_BASE_CP | TYPE | TCP00-CPCODEPAGE | '0000' | Basis Code Page for 'INTER_CP' | ||
![]() |
IN_CP | TYPE | TCP00-CPCODEPAGE | '0000' | Char. set of INTEXT (if not system char. set) | ||
![]() |
REPLACEMENT | TYPE | 46 | '0' or the replacement character | |||
![]() |
INVALID_CODEPAGE | TYPE | Unknown character set | ||||
![]() |
CODEPAGE_MISMATCH | TYPE | Intermediate character set does not fit the system character set | ||||
![]() |
INTERNAL_ERROR | TYPE | Internal error | ||||
![]() |
CANNOT_CONVERT | TYPE | There was no replacement for a char. in INTEXT | ||||
![]() |
FIELDS_NOT_TYPE_C | TYPE | Fields passed must be type C | ||||
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 | 20010122 |
SAP Release Created in | 50A |