The Function Module FAGL_CHECK_FIELD_USAGE (Prüfen, ob ein Feld noch benutzt wird) is a standard Function Module in SAP ERP and is part of the function group FAGL_GLFLEX_FIELDS1 within the package FAGL_LEDGER_CUST.
Function Module | FAGL_CHECK_FIELD_USAGE |
Short Text | Prüfen, ob ein Feld noch benutzt wird |
Function Group | FAGL_GLFLEX_FIELDS1 |
Package | FAGL_LEDGER_CUST |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_CLIENT | TYPE | SY-MANDT | SY-MANDT | Mandantenkennung des aktuellen Benutzers |
I_FIELDNAME | TYPE | FIELDNAME | Feldname | |
I_TABNAME | TYPE | TABNAME | Tabellenname |
This function module does not define any EXPORTING parameters.
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
FIELD_USED | Feld wird noch benutzt |