SAP ABAP Function Module G_FIELD_READ (Read Attributes and Descriptions of a Table Field)
Hierarchy
☛
SAP_FIN (Software Component) SAP_FIN
⤷
FI-SL-SL (Application Component) Basic Functions
⤷
GDIF (Package) FI-SL Repository Interface (decoupled)
⤷
⤷
Basic Data
| Function Module | G_FIELD_READ | Read Attributes and Descriptions of a Table Field |
| Function Group | GDIF | FI-GL: DDIC Interface (decoupled) |
| Program Name | SAPLGDIF | FI-GL: DDIC-Interface (entkoppelt) |
| INCLUDE Name | LGDIFU02 |
Parameters
| Type | Parameter Name | Typing | Associated Type | Default value | Optional | Pass Value | Short text |
|---|---|---|---|---|---|---|---|
| |
FIELD_ATTR | TYPE | DFIES | Attributes of the field (structure like DFIES) | |||
| |
ORIGINAL_NAME | TYPE | FIELDNAME | Original name if alias in T804C | |||
| |
TABLE | TYPE | Name of the table | ||||
| |
FIELDNAME | TYPE | FIELDNAME | Name of the field | |||
| |
TEXT_FLAG | TYPE | ' ' | Flag whether text should be read | |||
| |
LANGU | TYPE | SYLANGU | SY-LANGU | Language of the texts (default is SYLANGU) | ||
| |
NO_GLX_OBJ_PROCESSING | TYPE | ' ' | ||||
| |
ADD_FLAG | TYPE | ' ' | Flag for reading the table T804A | |||
| |
SHOW_ALIAS | TYPE | ' ' | Use alias from T804C | |||
| |
UTABLE | TYPE | ' ' | Flag for reading the user tables (T883/T883S) | |||
| |
NOT_FOUND | TYPE | Field does not exist | ||||
Processing Type
| Normal Function Module | |
| |
BaseXML supported |
| Update Module | Start immediately |
| Immediate Start, No Restart | |
| Start Delayed | |
| Coll.run | |
| JAVA Module Callable from ABAP | |
| Remote-Enabled JAVA Module | |
| Module Callable from JAVA |
History
| Last changed by/on | SAP | 19990105 |
| SAP Release Created in |