Menu

SAP Function Module G_GET_CLASS_FIELD_DESCRIPTION

Feld beschreibung wird von einem INTTAB tabelle gelesen.

The Function Module G_GET_CLASS_FIELD_DESCRIPTION (Feld beschreibung wird von einem INTTAB tabelle gelesen.) is a standard Function Module in SAP ERP and is part of the function group GBLO within the package GVAL.

Technical Information

Function Module G_GET_CLASS_FIELD_DESCRIPTION
Short Text Feld beschreibung wird von einem INTTAB tabelle gelesen.
Function Group GBLO
Package GVAL
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
CLASSTYPE LIKE GB01-CLASSTYPE B for read class or S for write class
FIELD_IN LIKE GB01-BCLFIELD Field name to search for.
INDEX_IN LIKE SY-TABIX Index to find description for (if 0, use field.
TABLE_IN LIKE GB01-BCLTAB Table name to search for.

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
DESCRIPTION LIKE DFIES-SCRTEXT_M Description of field.
FIELD_OUT LIKE GB01-BCLFIELD Field name with this index.
TABLE_OUT LIKE GB01-BCLTAB Table name with this index.

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
NOT_FOUND Index or field not found