This bundle includes Echo Dot (3rd Gen) Charcoal and Philips Hue White A19 Medium Lumen Smart Bulb, 1100 Lumens. Built in Smart Home hub. Ask Alexa to control Zigbee-compatible devices. No additional Philips Hue hub required. Two choices for easy smart lighting - Start setting the mood with Hue Smart bulbs and your Echo device, supporting up to 5 Hue Bluetooth & Zigbee smart bulbs. Add the Hue Hub for whole-home smart lighting (up to 50 light points) and bonus features.
Check it out on amazon.com →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 |