The Function Module G_INIT_CLASS_FIELD_DESCRIPTION (Muß aufgerufen werden bevor g_class_field_description) is a standard Function Module in SAP ERP and is part of the function group GBLO within the package GVAL.
Function Module | G_INIT_CLASS_FIELD_DESCRIPTION |
Short Text | Muß aufgerufen werden bevor g_class_field_description |
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 |
CLIENT | LIKE | SY-MANDT | SY-MANDT | Requested client |
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.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NOT_FOUND | Class does not exist. |