This bundle contains Amazon Fire TV Stick Lite and Mission USB Power Cable. The USB power cable eliminates the need to find an AC outlet near your TV by powering Amazon Fire TV directly from your TV's USB port. Includes special power management circuitry that enhances the peak power capability of the USB port by storing excess energy and then releasing it as needed.
Check it out on amazon.com →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 |