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 HRPY_CONVERT_STREE_TO_CONTROL (Umwandel eines ABAP-Baums in eine Tree-Control) is a standard Function Module in SAP ERP and is part of the function group HRPAY99_TOOLS within the package PCAL.
Function Module | HRPY_CONVERT_STREE_TO_CONTROL |
Short Text | Umwandel eines ABAP-Baums in eine Tree-Control |
Function Group | HRPAY99_TOOLS |
Package | PCAL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IMP_COLOR_MAPPING | TYPE | STREE_CTL_COL_MAPPING_TAB | Umwandlungsvorschrift für die Farben | |
IMP_CONCATENATE_ICON_TEXT | TYPE | C | NO | Icone und darauffolgenden Text in einem Item |
IMP_CONVERT_HOT_TO_LINK | TYPE | C | NO | Hotspots sollen in einen Link umgewandelt werden |
IMP_CONVERT_TO_TREE_TYPE | TYPE | C | 'C' | Konvertieren in einen Baum des Typs ... |
IMP_EXPANDED_ICON | LIKE | TREEV_NODE-EXP_IMAGE | Icone für geöffneten Ordner | |
IMP_NO_REFRESH | TYPE | C | Kein auffrischen der Exporttabellen | |
IMP_REPLACE_FOLDER_ICON | LIKE | TREEV_NODE-N_IMAGE | Ersatz Icone für Ordner Icone | |
IMP_REPLASE_NODE_ICON | LIKE | TREEV_NODE-N_IMAGE | Ersatz Icone für Knoten Icone | |
IMP_SUPPRESS_FOLDER_ICON | TYPE | C | NO | Keine Ordner Icone anzeigen |
IMP_SUPPRESS_NODE_ICON | TYPE | C | NO | Keine Knoten Icone anzeigen |
IMP_USE_FONT | TYPE | I | TREEV_FONT_FIXED | Font in dem die Items dargestellt werden sollen |
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 |
---|---|---|---|---|
EXP_ITEM_TABLE | LIKE | PAY_TREEITEM | Ergebnis Blätter | |
EXP_NODE_TABLE | LIKE | TREEV_NODE | Ergebnis Knoten | |
EXP_SIMPLE_TREE | LIKE | NODE_STR | Ergebnis für SIMPLE TREE | |
IMP_COLNAME | LIKE | TREEV_COL | Name der Spalten (nicht für SIMPLE TREE nötig) | |
IMP_TREE | LIKE | SNODETEXT | Alter Baum |
This function module does not define any Exceptions.