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_CONVERT_A_BYTE (Convert a single byte from one character set into another) is a standard Function Module in SAP ERP and is part of the function group SCP7 within the package SCP.
Function Module | SCP_CONVERT_A_BYTE |
Short Text | Convert a single byte from one character set into another |
Function Group | SCP7 |
Package | SCP |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CTRLCODE | LIKE | RSCPTYPE-CTRLCODE | '.' | How codepage converter converts control codes |
INBYTE | TYPE | X | Input text | |
INCODE | LIKE | TCP00-CPCODEPAGE | '0000' | |
METHOD | TYPE | I | 1 | |
OUTCODE | LIKE | TCP00-CPCODEPAGE | '0000' | Intermediate character set with replacements |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
OUTBUFF | LIKE | Output Text | ||
OUTBYTE | TYPE | X | Output Text | |
OUTUSED | TYPE | I | Output text length | |
OUT_AS_CHAR4 | TYPE | C |
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 |
FIELDS_BAD_TYPE | |
INTERNAL_ERROR | Internal Error |
INVALID_CODEPAGE | Unknown character set |