The Function Module 1022_GET_TECHNICAL_FIELDNAME (Gibt zu englischem technisches Feld zurück und umgekehrt) is a standard Function Module in SAP ERP and is part of the function group 1022 within the package AA.
Function Module | 1022_GET_TECHNICAL_FIELDNAME |
Short Text | Gibt zu englischem technisches Feld zurück und umgekehrt |
Function Group | 1022 |
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 | LIKE | DD03P-FIELDNAME | Name des Parameter-Feldes / Technischer Feldname | |
I_PARAM | LIKE | RSRD1-STRU_VAL | Name des BAPI-Parameters / Technische Tabelle |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_FIELD | LIKE | DD03P-FIELDNAME | Technischer Feldname / Parameter-Feld | |
E_TABLE | LIKE | RSRD1-STRU_VAL | Technische Tabelle/Struktur / BAPI-Parameter |
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 |
---|---|---|---|---|
T_FIELDS | LIKE | DDTBFD | Technische Feldnamen / Parameter-Felder |
This function module does not define any Exceptions.