Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.
Bei amazon.de ansehen →The Function Module SCP_REPLACE_STRANGE_CHARS (Replace non-standard characters with standard characters) is a standard Function Module in SAP ERP and is part of the function group SCPC within the package SCP.
Function Module | SCP_REPLACE_STRANGE_CHARS |
Short Text | Replace non-standard characters with standard characters |
Function Group | SCPC |
Package | SCP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
INTER_BASE_CP | LIKE | TCP00-CPCODEPAGE | '0000' | Basis Code Page for 'INTER_CP' |
INTER_CP | LIKE | TCP00-CPCODEPAGE | '0000' | Intermediate character set with replacements |
INTEXT | LIKE | Input text | ||
INTEXT_LG | TYPE | I | 0 | Number of Bytes in the Input Text |
IN_CP | LIKE | TCP00-CPCODEPAGE | '0000' | Char. set of INTEXT (if not system char. set) |
REPLACEMENT | LIKE | 46 | '0' or the replacement character |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
OUTOVERFLOW | LIKE | 'X':Output text incomplete, ' ':otherwise | ||
OUTTEXT | LIKE | Output text | ||
OUTUSED | LIKE | Output text length |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
CANNOT_CONVERT | There was no replacement for a char. in INTEXT |
CODEPAGE_MISMATCH | Intermediate character set does not fit the system character set |
FIELDS_NOT_TYPE_C | Fields passed must be type C |
INTERNAL_ERROR | Internal error |
INVALID_CODEPAGE | Unknown character set |