The Function Module G_SET_LIST_SELECT (Selection of a List fo Sets according to the Specified Selection Criteria) is a standard Function Module in SAP ERP and is part of the function group GSBD within the package GBSE.
Function Module | G_SET_LIST_SELECT |
Short Text | Selection of a List fo Sets according to the Specified Selection Criteria |
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 |
---|---|---|---|---|
CLIENT | LIKE | SY-MANDT | Set Client | |
CREUSER | LIKE | SETHIER-CREUSER | Created by (Mask possible) | |
DESCRIPT | LIKE | SETHIER-DESCRIPT | Short Text of Set (Mask possible) | |
ECCS_DIMEN | LIKE | SETHIER-ECCS_DIMEN | '*' | SAP Cons: Dimension |
ECCS_ITCLG | LIKE | SETHIER-ECCS_ITCLG | '*' | SAP Cons: Consolidation Chart of Accounts |
ECCS_SITYP | LIKE | SETHIER-ECCS_SITYP | '*' | SAP Cons: Subitem Category |
FIELDNAME | LIKE | SETHIER-FIELDNAME | Field hor which Sets were Created (Mask) | |
FIKRS | LIKE | SETHIER-FIKRS | '*' | Finanzkreis für Public Sector Gruppen |
KOKRS | LIKE | SETHIER-KOKRS | '*' | Controlling Area for CO Groups |
KTOPL | LIKE | SETHIER-KTOPL | '*' | Chart of Account, if necessary Derived from CoArea |
LIB | LIKE | SETHIER-LIB | RW Report Library for Generated Sets | |
NO_DYNAMIC_SETS | LIKE | SY-DATAR | SPACE | Do not Select Dynamic Sets |
RNAME | LIKE | SETHIER-RNAME | Report for Generated RW Sets | |
ROLLNAME | LIKE | SETHIER-ROLLNAME | Dimension of Sets (Mask possible) | |
SETCLASS | LIKE | RGSBS-CLASS | Class of Sets (Mask possible) | |
SHORTNAME | TYPE | C | Short Name of Sets (Mask possible) | |
SUBCLASS | TYPE | SETSUBCLS | Organisationseinheit für 'sonstige' Setklassen | |
TABNAME | LIKE | SETHIER-TABNAME | Table for which Sets were Created (Mask) | |
TYPELIST | TYPE | C | 'BSMD' | List of Set Types 'BSMD' |
UPDUSER | LIKE | SETHIER-UPDUSER | Last Changed by (Mask possible) |
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 |
---|---|---|---|---|
MATCHING_SETS | LIKE | SETLIST | List of Set Ids found |
This function module does not define any Exceptions.