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 HELP_VALUES_GET_WITH_VALUE (Anzeige der Eingabemöglichkeiten mit Übergabe der Werte und Struktur(i.A)) 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_VALUE |
Short Text | Anzeige der Eingabemöglichkeiten mit Übergabe der Werte und Struktur(i.A) |
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 | |
FIELDNAME | LIKE | HELP_INFO-FIELDNAME | SPACE | Table field name |
GIVEN_VALUE | LIKE | HELP_INFO-FLDVALUE | values to be marked in the display | |
NO_PERS_HELP_SELECT | LIKE | SPACE | Keine Taste 'persönliche Hilfe' | |
NO_SCROLL | LIKE | SPACE | Kein Blättern zum zuletzt gewählten Wert | |
SHOW_ALL_VALUES_AT_FIRST_TIME | LIKE | SPACE | Ignore 100-values limit for first call | |
TABNAME | LIKE | HELP_INFO-TABNAME | SPACE | Name of a Dictionary table |
TITEL | LIKE | SPACE | Titel des F4 Popups |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SELECT_INDEX | LIKE | SY-TABIX | Table index of the selected field | |
SELECT_VALUE | LIKE | 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 |
---|---|---|---|---|
FIELDS | LIKE | HELP_VALUE | internal table for passing field names | |
VALUETAB | LIKE | internal value passing table |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
FIELD_NOT_IN_DDIC | Table field not in Dictionary |
MORE_THEN_ONE_SELECTFIELD | Only pass one field |
NO_SELECTFIELD | No field selected |