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 G_SET_TREE_DELETE (Löschen eines Sets und seiner nicht woanders verwendeten Subsets) is a standard Function Module in SAP ERP and is part of the function group GSGF within the package GBSE.
Function Module | G_SET_TREE_DELETE |
Short Text | Löschen eines Sets und seiner nicht woanders verwendeten Subsets |
Function Group | GSGF |
Package | GBSE |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BLOCKING_CHECK | TYPE | C | 'X' --> Berücksichtigung des Sperrmechanismus .. | |
CLASS | LIKE | RGSBS-CLASS | Set class | |
DONT_DELETE_CLASS_0 | TYPE | C | 'X' --> Sets aus Klassen 0xxx nicht löschen ... | |
DONT_DELETE_STD_HIER | TYPE | C | 'X' --> Standardhierarchieen nicht löschen | |
NO_AUTHORITY_CHECK | TYPE | C | 'X' --> no authorization check | |
NO_COMMIT_WORK | TYPE | C | 'X' suppresses COMMIT WORK after deletion | |
SET | TYPE | C | Name of the set | |
SUBCLASSMASK | LIKE | RGSBS-CLASS | '*' | Mask for set class of subsets to be deleted |
SUBSETMASK | TYPE | C | '*' | Mask for set IDs of subsets to be deleted |
TAB | LIKE | RGSBS-TABLE | Name of the table |
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 |
---|---|---|---|---|
USED_SUBSETS | LIKE | SETLIST | Verwendete Subsets, die nicht gelöscht wurden |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NOT_FOUND | The root set does not exist. |
NO_AUTHORITY | No authorization for deleting the |
SET_IS_BLOCKED | Set ist gesperrt |
SET_IS_USED | Root set is used (cannot be delete |