The Function Module RM_TABLE_FIELDS_GET (RM: liefert Struktur und Status einer Tabelle) is a standard Function Module in SAP ERP and is part of the function group JBRQ within the package JBR.
Function Module | RM_TABLE_FIELDS_GET |
Short Text | RM: liefert Struktur und Status einer Tabelle |
Function Group | JBRQ |
Package | JBR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
TABNAME | LIKE | DCOBJDEF-NAME | 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 |
---|---|---|---|---|
C_ERROR_ITAB | LIKE | SPROT_X | Nachrichtentabelle | |
C_TABLE_STRUCT | TYPE | RMDI_TABFLD_T | Tabellenstruktur |
This function module does not define any Exceptions.