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 RFC_READ_TABLE (External access to R/3 tables via RFC) is a standard Function Module in SAP ERP and is part of the function group SDTX within the package SDTI.
Function Module | RFC_READ_TABLE |
Short Text | External access to R/3 tables via RFC |
Function Group | SDTX |
Package | SDTI |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DELIMITER | LIKE | SONV-FLAG | SPACE | Sign for indicating field limits in DATA |
NO_DATA | LIKE | SONV-FLAG | SPACE | If <> SPACE, only FIELDS is filled |
QUERY_TABLE | LIKE | DD02L-TABNAME | Table read | |
ROWCOUNT | LIKE | SOID-ACCNT | 0 | |
ROWSKIPS | LIKE | SOID-ACCNT | 0 |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
DATA | LIKE | TAB512 | Data read (out) | |
FIELDS | LIKE | RFC_DB_FLD | Names (in) and structure (out) of fields read | |
OPTIONS | LIKE | RFC_DB_OPT | Selection entries, 'WHERE clauses' (in) |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
DATA_BUFFER_EXCEEDED | Selected fields do not fit into structure DATA |
FIELD_NOT_VALID | Field to be read not in table |
NOT_AUTHORIZED | User not authorized to access QUERY_TABLE |
OPTION_NOT_VALID | Selection entries (e.g. syntax) incorrect |
TABLE_NOT_AVAILABLE | QUERY_TABLE not active in Dictionary |
TABLE_WITHOUT_DATA | QUERY_TABLE is name of structure |