The Function Module FC_ITCLG_MAPINFO_READ (Lesen der Zuordnungstabellen für Konten-/Positionspläne) is a standard Function Module in SAP ERP and is part of the function group FCIN within the package FCIN.
Function Module | FC_ITCLG_MAPINFO_READ |
Short Text | Lesen der Zuordnungstabellen für Konten-/Positionspläne |
Function Group | FCIN |
Package | FCIN |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FLG_TFIN200_READ | TYPE | FC_FLG | 'X' | KZ: Tabelle TFIN200 soll gelesen werden |
I_FLG_TFIN201_READ | TYPE | FC_FLG | 'X' | KZ: Tabelle TFIN201 soll gelesen werden |
This function module does not define any EXPORTING parameters.
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 |
---|---|---|---|---|
E_T_TFIN200 | TYPE | FCIN_T_TFIN200 | Selektierte Werte aus TFIN200 | |
E_T_TFIN201 | TYPE | FCIN_T_TFIN201 | Selektierte Werte aus TFIN201 | |
I_T_RA_ITCLG | TYPE | FC00_T_RA_ITCLG | Ranges-Tabelle für Selektion Pos.pläne | |
I_T_RA_KTOPL | TYPE | FCIN_T_RA_KTOPL | Ranges-Tabelle für Selektion Kontenpläne |
This function module does not define any Exceptions.