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 HELP_VALUES_GET_WITH_DD_NAME (Use F4IF_INT_TABLE_VALUE_REQUEST) is a standard Function Module in SAP ERP and is part of the function group SHL3 within the package SDSH.
Function Module | HELP_VALUES_GET_WITH_DD_NAME |
Short Text | Use F4IF_INT_TABLE_VALUE_REQUEST |
Function Group | SHL3 |
Package | SDSH |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CUCOL | LIKE | SY-CUCOL | 0 | Cursor position: Column |
CUROW | LIKE | SY-CUROW | 0 | Cursor position: Line |
DISPLAY | LIKE | SPACE | Display flag: 'X' display only, ' ' with choice | |
NO_MARKING_OF_CHECKVALUE | LIKE | SPACE | Last value cannot be marked | |
NO_PERS_HELP_SELECT | LIKE | SPACE | Personal help hidden | |
NO_SCROLL | LIKE | SPACE | No scrolling of the displayed value list | |
SELECTFIELD | LIKE | HELP_INFO-FIELDNAME | Chosen table field | |
SHOW_ALL_VALUES_AT_FIRST_TIME | LIKE | SPACE | Ignore 100 values limit for first call | |
TABLENAME | LIKE | HELP_INFO-TABNAME | Name of the Dict.tab.,struct.of the int. table | |
TITEL | LIKE | SPACE | Title of the F4 popup | |
TITLE_IN_VALUES_LIST | LIKE | SPACE | Information line in display popup | |
USE_USER_SELECTIONS | LIKE | SPACE | Use specified selection conditions |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IND | LIKE | SY-TABIX | Index of the selected field | |
SELECT_VALUE | LIKE | HELP_INFO-FLDVALUE | Selected value |
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 |
---|---|---|---|---|
FULL_TABLE | LIKE | Internal Table | ||
HEADING_TABLE | TYPE | F4TYP_HEADING_TAB | Field headers | |
USER_SEL_FIELDS | LIKE | DYNPREAD | Specified selection conditions |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
MORE_THEN_ONE_SELECTFIELD | More than one field selected |
NO_SELECTFIELD | No field selected |
NO_TABLEFIELDS_IN_DICTIONARY | No fields available in ABAP Dictionary |
NO_TABLESTRUCTURE_GIVEN | No Dictionary table name specified |