The Function Module G_BOOL_GET_CLASS_FIELD_LIST (RuleMan: Erstellt eine Liste von Felde in einer Boolesche Klasse.) is a standard Function Module in SAP ERP and is part of the function group GBL6 within the package GVAL.
Function Module | G_BOOL_GET_CLASS_FIELD_LIST |
Short Text | RuleMan: Erstellt eine Liste von Felde in einer Boolesche Klasse. |
Function Group | GBL6 |
Package | GVAL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
BCLASS_ATTR | LIKE | GB01-BEXCLUDE | ' ' | X' - Erweiterte Attribute holen |
BOOLCLASS | LIKE | GB02-BOOLCLASS | Boolean class | |
CLASSTYPE | LIKE | GB01-CLASSTYPE | B' - rule, 'S' - substitution | |
CLIENT | LIKE | SY-MANDT | SY-MANDT | Mandt (Default sy-mandt) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLASS_ATTR | TYPE | GB001_CLASS_ATTR_TYP | Erweiterte Attribute |
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 |
---|---|---|---|---|
FIELDS_LST | LIKE | RGBL6 | Filled field list |
This function module does not define any Exceptions.