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_COUNT_CONVERT_QUALITY (Measure quality of character set conversion) is a standard Function Module in SAP ERP and is part of the function group SCP2 within the package SCP.
Function Module | SCP_COUNT_CONVERT_QUALITY |
Short Text | Measure quality of character set conversion |
Function Group | SCP2 |
Package | SCP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IGNORE_DINGS | LIKE | RSTSTYPE-SEL_OK | ' ' | 'X': SAP dings are not examined |
IGNORE_ICONS | LIKE | RSTSTYPE-SEL_OK | ' ' | 'X': SAP icons are not examined |
IGNORE_NORMAL_FRAMES | LIKE | RSTSTYPE-SEL_OK | ' ' | 'X': Frame characters are not examined |
IGNORE_OCR | LIKE | RSTSTYPE-SEL_OK | ' ' | 'X': OCR special characters are not examined |
IGNORE_OTHER_FRAMES | LIKE | RSTSTYPE-SEL_OK | 'X' | 'X': Frame characters are not examined |
IGNORE_PRINT_CONTROL | LIKE | RSTSTYPE-SEL_OK | ' ' | 'X': Print control characters are not examined |
IN_CODEPAGE | LIKE | TCP00-CPCODEPAGE | Input character set | |
IN_ONE_BYTE_ONLY | LIKE | RSTSTYPE-SEL_OK | ' ' | 'X': Input characters one byte long only |
OUT_CODEPAGE | LIKE | TCP00-CPCODEPAGE | Output character set | |
OUT_ONE_BYTE_ONLY | LIKE | RSTSTYPE-SEL_OK | ' ' | 'X': Output characters one byte long only |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CODES_TESTED | LIKE | No. of characters examined | ||
IN_CODEPAGE_INFO | LIKE | TCP00 | Input character set attributes | |
OUT_CODEPAGE_INFO | LIKE | TCP00 | Output character set attributes | |
PERCENTAGE_CONVERTABLE | LIKE | Percentage of characters that can be represented | ||
PERCENTAGE_EQUAL | LIKE | Percentage of unchanging characters |
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 |
---|---|
NOT_ALL_CODES_KNOWN | Not all input characters are known |
NO_IN_CODEPAGE | Invalid input character set |
NO_OUT_CODEPAGE | Invalid output character set |