Menu

SAP Function Module RM_FIELD_TAB_GET

RM: Feldkatalogeinträge (mit DDIC-Info) für RM-Bereich oder Tabelle

The Function Module RM_FIELD_TAB_GET (RM: Feldkatalogeinträge (mit DDIC-Info) für RM-Bereich oder Tabelle) is a standard Function Module in SAP ERP and is part of the function group RMFC within the package JBR.

Technical Information

Function Module RM_FIELD_TAB_GET
Short Text RM: Feldkatalogeinträge (mit DDIC-Info) für RM-Bereich oder Tabelle
Function Group RMFC
Package JBR
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_APPLC TYPE RMFC_APPLC 'TMR' Applikationsklasse ('TMR' für RM)
I_FIELDNAME TYPE RMFC_FIENM Feldname (optional)
I_RMBID TYPE RMFC_RMBID Name eines RM-Bereichs
I_TABNAME TYPE RMFC_TABNM Tabellenname (optional zu i_rmbid)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_FIELDTAB_T TYPE RMFC_FTAB_T Feldkatalogeinträge für alle Felder
E_FIELDTAB_W TYPE RMFC_FTAB Feldkatalogeintrag für ausgewähltes Feld

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
FCAT_ERROR Fehler beim Zugriff auf Feldkatalog
FIELD_NOT_IN_TABLE Kombination Tabelle/Feld ist unzulässig
TABNAME_MISSING Weder RM-Bereich noch Tabellenname angegeben