The Function Module CLRS_GET_FIELDS_OF_STRUCTURE () is a standard Function Module in SAP ERP and is part of the function group CLRS within the package CLCL.
Function Module | CLRS_GET_FIELDS_OF_STRUCTURE |
Short Text | |
Function Group | CLRS |
Package | CLCL |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FIRST_CALL | TYPE | CHAR1 | ' ' | Single-Character Indicator |
I_LANGUAGE | TYPE | SYLANGU | SY-LANGU | SAP R/3 System, Current Language |
I_STRUCTURE | TYPE | TABNAME | Table Name |
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 |
---|---|---|---|---|
ET_FIELDS | LIKE | CLRS_FIELDS | Additional Fields for Classification System Result Screen | |
ET_FIELDS_TEXT | LIKE | CLRS_FIELDS_TEXT | Texts for Additional Fields on Result Screen | |
IT_EXCLUDE_FIELDS | LIKE | CLRS_SEL_FIELDS | Fld Names | |
IT_ONLY_THIS_FIELDS | LIKE | CLRS_SEL_FIELDS | Fld Names |
This function module does not define any Exceptions.