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 RH_MENUE_TREE (Dynamisches Menü als Baumdarstellung) is a standard Function Module in SAP ERP and is part of the function group RHDM within the package SP00.
Function Module | RH_MENUE_TREE |
Short Text | Dynamisches Menü als Baumdarstellung |
Function Group | RHDM |
Package | SP00 |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CALLBACK_COLOR_DISPLAY | LIKE | SPACE | EXIT routine for color legend | |
CALLBACK_EXPAND | LIKE | SPACE | EXIT routine for expand | |
CALLBACK_PROGRAM | LIKE | SY-REPID | SPACE | EXIT program |
CALLBACK_TEXT_DISPLAY | LIKE | SPACE | EXIT routine for node display | |
CALLBACK_USER_COMMAND | LIKE | SPACE | EXIT routine for command handling | |
COLOR_OF_LINK | LIKE | '1' | Color of a link node (graphics connection) | |
COLOR_OF_NODE | LIKE | '4' | Node color (standard) | |
EXPAND_ALL | LIKE | 'X' | Expand all | |
LOWER_CASE_SENSITIVE | LIKE | SPACE | 'X' if case-sensitive | |
NODE_LENGTH | LIKE | 30 | Output length of a node | |
SCREEN_END_COLUMN | LIKE | 0 | Column where list dialog box ends | |
SCREEN_END_LINE | LIKE | 0 | Line where list dialog box ends | |
SCREEN_START_COLUMN | LIKE | 0 | Column where list dialog box begins | |
SCREEN_START_LINE | LIKE | 0 | Line where list dialog box begins | |
STATUS | LIKE | 'TREE' | F-key status | |
SUPPRESS_NODE_OUTPUT | LIKE | SPACE | 'X' suppresses the node display | |
TEXT_LENGTH | LIKE | 75 | Length of text block | |
TEXT_LENGTH2 | LIKE | 0 | Length of text block 2 | |
TEXT_LENGTH3 | LIKE | 0 | Length of text block 3 | |
TOPNODE | LIKE | SNODETEXT-ID | Root node | |
WIN_TITLE | LIKE | SPACE | Window title |
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 |
---|---|---|---|---|
MENUE_TREE | LIKE | SNODETEXT | Node table |
This function module does not define any Exceptions.