The Function Module G_SET_DEQUEUE (Unblocking a set) is a standard Function Module in SAP ERP and is part of the function group GSQU within the package GBSE.
Function Module | G_SET_DEQUEUE |
Short Text | Unblocking a set |
Function Group | GSQU |
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 | RGSQU-SETCLASS | SPACE | Class of the set |
FIELDNAME | LIKE | RGSQU-FIELDNAME | SPACE | Field name of the set |
SEARCHFLD | LIKE | RGSQU-SEARCHFLD | SPACE | Suchfeld > Alt!, SETID verwenden! |
SETID | LIKE | SETHIER-SETID | SPACE | ID des zu entsperrenden Sets |
SETNR | TYPE | C | SPACE | Name of the set |
TABLE | LIKE | RGSQU-TABNAME | SPACE | Table of the set |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.