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 REUSE_ALV_HIERSEQ_LIST_DISPLAY (Hierarchical sequential list output) is a standard Function Module in SAP ERP and is part of the function group SALV within the package SLIS.
Function Module | REUSE_ALV_HIERSEQ_LIST_DISPLAY |
Short Text | Hierarchical sequential list output |
Function Group | SALV |
Package | SLIS |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IR_SALV_HIERSEQ_ADAPTER | CLASS | CL_SALV_HIERSEQ_ADAPTER | Adapter for the Hierseq. Lists | |
IS_KEYINFO | TYPE | SLIS_KEYINFO_ALV | Header/posit. table field links | |
IS_LAYOUT | TYPE | SLIS_LAYOUT_ALV | List layout specifications | |
IS_PRINT | TYPE | SLIS_PRINT_ALV | Print information | |
IS_REPREP_ID | TYPE | SLIS_REPREP_ID | Initialization key for Re/Re interface | |
IS_SEL_HIDE | TYPE | SLIS_SEL_HIDE_ALV | Selection information modification | |
IS_VARIANT | LIKE | DISVARIANT | Variant information | |
IT_EVENTS | TYPE | SLIS_T_EVENT | Table of events to perform | |
IT_EVENT_EXIT | TYPE | SLIS_T_EVENT_EXIT | Standard fcode exit requests table | |
IT_EXCLUDING | TYPE | SLIS_T_EXTAB | Table of inactive function codes | |
IT_FIELDCAT | TYPE | SLIS_T_FIELDCAT_ALV | Field catalog with field descriptions | |
IT_FILTER | TYPE | SLIS_T_FILTER_ALV | Filter criteria for first list output | |
IT_SORT | TYPE | SLIS_T_SORTINFO_ALV | Sort criteria for first list display | |
IT_SPECIAL_GROUPS | TYPE | SLIS_T_SP_GROUP_ALV | Grouping fields for column selection | |
I_BUFFER_ACTIVE | TYPE | CHAR01 | User Buffer A | |
I_BYPASSING_BUFFER | TYPE | CHAR01 | Skip All Buffers? | |
I_CALLBACK_PF_STATUS_SET | TYPE | SLIS_FORMNAME | SPACE | Set EXIT routine to status |
I_CALLBACK_PROGRAM | LIKE | SY-REPID | Name of the calling program | |
I_CALLBACK_USER_COMMAND | TYPE | SLIS_FORMNAME | SPACE | EXIT routine for command handling |
I_DEFAULT | LIKE | 'X' | Initial variant active/inactive logic | |
I_INTERFACE_CHECK | LIKE | SPACE | Interface consistency check log output | |
I_SAVE | LIKE | SPACE | Variants can be saved | |
I_SCREEN_END_COLUMN | LIKE | 0 | Coordinates for list in dialog box | |
I_SCREEN_END_LINE | LIKE | 0 | Coordinates for list in dialog box | |
I_SCREEN_START_COLUMN | LIKE | 0 | Coordinates for list in dialog box | |
I_SCREEN_START_LINE | LIKE | 0 | Coordinates for list in dialog box | |
I_STRUCTURE_NAME_HEADER | LIKE | DD02L-TABNAME | Internal output table (header) structure name | |
I_STRUCTURE_NAME_ITEM | LIKE | DD02L-TABNAME | Internal output table (posit.) structure name | |
I_SUPPRESS_EMPTY_DATA | TYPE | SAP_BOOL | ABAP_FALSE | If no data exist, no table is output |
I_TABNAME_HEADER | TYPE | SLIS_TABNAME | Header Table Name | |
I_TABNAME_ITEM | TYPE | SLIS_TABNAME | Item Table Name |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
ES_EXIT_CAUSED_BY_USER | TYPE | SLIS_EXIT_BY_USER | How the user left the list | |
E_EXIT_CAUSED_BY_CALLER | LIKE | Delete list in CALLBACK_USER_COMMAND |
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 |
---|---|---|---|---|
T_OUTTAB_HEADER | LIKE | Header table with data to be output | ||
T_OUTTAB_ITEM | LIKE | Position table with data to be output |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
PROGRAM_ERROR | Program errors |