The Function Module G_GET_CLASS_FIELD_LIST (Erstellt eine Liste von Felde die zu einem Klasse gehören) is a standard Function Module in SAP ERP and is part of the function group GBLO within the package GVAL.
Function Module | G_GET_CLASS_FIELD_LIST |
Short Text | Erstellt eine Liste von Felde die zu einem Klasse gehören |
Function Group | GBLO |
Package | GVAL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CLASSID | LIKE | GB01-BOOLCLASS | Class to initialize | |
CLASSTYPE | LIKE | GB01-CLASSTYPE | 'B' | B for read class and S for write class |
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 |
---|---|---|---|---|
FIELD_LST | LIKE | GB01 | List of fields allowed |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NOT_FOUND | Class does not exist. |