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_GENERATE (Call function module the set generation) is a standard Function Module in SAP ERP and is part of the function group GSGF within the package GBSE.
Function Module | G_SET_GENERATE |
Short Text | Call function module the set generation |
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 |
---|---|---|---|---|
CLIENT | LIKE | SY-MANDT | SPACE | Client in which set is to be created |
FLAG_USE_RGSBS_USER | LIKE | SY-DATAR | SPACE | Internal use (take user from header) |
LANGU | LIKE | SY-LANGU | SY-LANGU | Set title language |
NOTHING_CHANGED | LIKE | SY-DATAR | SPACE | Internal use only (set not changed) |
REF_SET | LIKE | RGSBS-SETNR | SPACE | ID of reference set |
SET_HEADER | LIKE | RGSBS | Specifications for the entire set | |
TOLERATE_AMBIGUITY | LIKE | SY-DATAR | SPACE | 'X': Unambiguity indicator ignored |
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 |
---|---|---|---|---|
FORMULA_LINES | LIKE | RGSBF | Table with formula lines | |
SET_LINES_BASIC | LIKE | RGSBV | Table with basic set lines | |
SET_LINES_DATA | LIKE | RGSB3 | Table with data set lines | |
SET_LINES_MULTI | LIKE | RGSB2 | Table with multi set lines | |
SET_LINES_SINGLE | LIKE | RGSB1 | Table with single set lines |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
BAD_FORMULA | Error in a formula |
DOUBLE_FIELD | Field used repeatedly in the set |
ENTRY_NOT_FOUND | Unknown entry |
NOT_UNIQUE | Set is not unique, although required |
OLD_SET_HAS_WRONG_DATA_ELEMENT | Set with same name but different set data element |
OLD_SET_HAS_WRONG_TYPE | Set with same name but different type |
SETNAME_TOO_LONG | Set name is too long for a temporary set |
SET_IS_RECURSIVE | Subset used contains the highest set |
SUBSET_DOES_NOT_EXIST | Subset used does not exist |
SUBSET_HAS_WRONG_CLASS | Subset used has a different class |
SUBSET_HAS_WRONG_DATA_ELEMENT | Subset used has a different set data element |
SUBSET_HAS_WRONG_TYPE | Subset used has incorrect type (M/D) |
TABLE_OR_FIELDNAME_MISSING | Table or field name has not been specified |
TEMPORARY_IN_PERMANENT_SET | Set contains temporary set |
VARIABLE_DOES_NOT_EXIST | Variable used does not exist |
VARIABLE_HAS_WRONG_DATA_ELEM | Variable used has a different set data element |
VARIABLE_HAS_WRONG_TABLE | Set variable belongs to wrong table |
VARIABLE_HAS_WRONG_TYPE | Variable used has incorrect type |
WRONG_INTERVAL | Interval with From value > To Value |
WRONG_SETCLASS | Incorrect set class (for M/D general sets only) |