The Function Module G_SELECT_SET (Selection of a set) is a standard Function Module in SAP ERP and is part of the function group GSBD within the package GBSE.
Function Module | G_SELECT_SET |
Short Text | Selection of a set |
Function Group | GSBD |
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 | Class of the set |
CRUSER | LIKE | SETHIER-CREUSER | '*' | Creator of the set (generic) |
FIELD_NAME | LIKE | SETHIER-FIELDNAME | '*' | Name of the set field (can be mask |
NO_CLASS_DISPLAY | LIKE | SPACE | Suppression of the display of the | |
SEARCHFLD | LIKE | SETINFO-SEARCHFLD | '*' | Search field (can be specified gen |
SET | LIKE | RGSBS-SETNR | '*' | Set ID (can be specified generical |
START_COLUMN | LIKE | 0 | Column of the 'upper left' corner | |
START_ROW | LIKE | 0 | Line of the 'upper left' corner | |
TABLE | LIKE | RGSBS-TABLE | '*' | Table (can be specified genericall |
TYPELIST | LIKE | 'BSMD' | List of the set types (for example | |
UPDUSER | LIKE | SETHIER-UPDUSER | '*' | Changed by (generic) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLASS_NAME | LIKE | RGSBS-CLASS | ||
SET_NAME | LIKE | RGSBS-SETNR | Name of the selected set | |
TABLE_NAME | LIKE | RGSBS-TABLE | Table of the selected set |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NO_SETS | There is no appropriate set |
NO_SET_PICKED | No set was selected |
UNKNOWN_EXCEPTION | Unbekannte Ausnahme (aus anderen Funktionen) |