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_FETCH (Importing a Set for the Purpose of Change) is a standard Function Module in SAP ERP and is part of the function group GSAC within the package GBSE.
Function Module | G_SET_FETCH |
Short Text | Importing a Set for the Purpose of Change |
Function Group | GSAC |
Package | GBSE |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLASS | LIKE | RGSBS-CLASS | SPACE | |
LANGU | LIKE | SY-LANGU | ||
NO_AUTHORITY_CHECK | TYPE | C | SPACE | 'X' --> no Authorization Check |
NO_SETID_CONVERSION | LIKE | SY-DATAR | 'X' | Obsolete, do not use !!! |
NO_TITLES | TYPE | C | SPACE | 'X' for Suppressing the Short Descriptions |
SETNR | TYPE | C | ||
SOURCE_CLIENT | LIKE | SY-MANDT | Source Client | |
TABLE | LIKE | RGSBS-TABLE | SPACE |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
SET_HEADER | LIKE | RGSBS | Specifications for the Entire Set |
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 |
---|---|
NO_AUTHORITY | No Authorization for Reading the Set |
SET_IS_BROKEN | Set is Damaged |
SET_NOT_FOUND | Set does not exist |