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 F4IF_INT_TABLE_VALUE_REQUEST (F4 help also returning the value to be displayed in internal table) is a standard Function Module in SAP ERP and is part of the function group SDHI within the package SDSH.
Function Module | F4IF_INT_TABLE_VALUE_REQUEST |
Short Text | F4 help also returning the value to be displayed in internal table |
Function Group | SDHI |
Package | SDSH |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CALLBACK_FORM | TYPE | SY-XFORM | SPACE | Form for callback before F4 start (-> long docu) |
CALLBACK_PROGRAM | TYPE | SY-REPID | SPACE | Program for callback before F4 start |
DDIC_STRUCTURE | TYPE | TABNAME | SPACE | Structure of VALUE_TAB (VALUE_ORG - 'S') |
DISPLAY | TYPE | DDBOOL_D | SPACE | Override readiness for input |
DYNPNR | TYPE | SY-DYNNR | SPACE | Screen number |
DYNPPROG | TYPE | SY-REPID | SPACE | Current program |
DYNPROFIELD | TYPE | HELP_INFO-DYNPROFLD | SPACE | Name of screen field for value return |
MARK_TAB | TYPE | DDSHMARKS | Defaults for Selected Lines when Multiple Selection is Switched On | |
MULTIPLE_CHOICE | TYPE | DDBOOL_D | SPACE | Switch on multiple selection |
PVALKEY | TYPE | DDSHPVKEY | SPACE | Key for personal help |
RETFIELD | TYPE | DFIES-FIELDNAME | Name of return field in FIELD_TAB | |
STEPL | TYPE | SY-STEPL | 0 | Steploop line of screen field |
VALUE | TYPE | HELP_INFO-FLDVALUE | SPACE | Field contents for F4 call |
VALUE_ORG | TYPE | DDBOOL_D | 'C' | Value return: C: cell by cell, S: structured |
WINDOW_TITLE | TYPE | C | Title for the hit list |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
USER_RESET | TYPE | C | Single-Character Flag |
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 |
---|---|---|---|---|
DYNPFLD_MAPPING | LIKE | DSELC | Assignment of the screen fields to the internal table | |
FIELD_TAB | LIKE | DFIES | Fields of the hit list | |
RETURN_TAB | LIKE | DDSHRETVAL | Return the selected value | |
VALUE_TAB | LIKE | Table of values: entries cell by cell |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_VALUES_FOUND | No values found |
PARAMETER_ERROR | Incorrect parameter |