The Function Module FC_RFC_STRUC_FIELDINFO_GET (Felder und Texte zu einer Tabelle von RFC-Destination holen) is a standard Function Module in SAP ERP and is part of the function group FCI1 within the package FCIN.
Function Module | FC_RFC_STRUC_FIELDINFO_GET |
Short Text | Felder und Texte zu einer Tabelle von RFC-Destination holen |
Function Group | FCI1 |
Package | FCIN |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FLG_CHAR | TYPE | FC_FLG | 'X' | Merkmalsfelder zurückliefern |
I_FLG_KEYF | TYPE | FC_FLG | 'X' | Kennzahlenfelder zurückliefern |
I_FLG_TXT | TYPE | FC_FLG | Texte zurückliefern | |
I_TABNAME | TYPE | DD02L-TABNAME | Tabellenname |
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_FIELDINFO | LIKE | ABAPSOURCE | Feldinformationen zur Tabelle |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NOT_FOUND | Keine Information zur angeforderten Tabelle gefunden |