The Function Module AM_FIELD_TEXT_GET (Liest den langen Feldbezeichner eines Tabellenfeldes) is a standard Function Module in SAP ERP and is part of the function group ANAMETAB within the package AA.
Function Module | AM_FIELD_TEXT_GET |
Short Text | Liest den langen Feldbezeichner eines Tabellenfeldes |
Function Group | ANAMETAB |
Package | AA |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FIELD | TYPE | FIELDNAME | Feldname (Tabelle-Feld) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_TEXT | TYPE | SCRTEXT_L | Langer Feldbezeichner |
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 |
---|---|
NOT_FOUND | Tabellenfeld nicht gefunden |