The Function Module FMKO_READ_ITEMS (Lesen der Einzelposten über Reportingtool) is a standard Function Module in SAP ERP and is part of the function group FMKO within the package FMKO.
Function Module | FMKO_READ_ITEMS |
Short Text | Lesen der Einzelposten über Reportingtool |
Function Group | FMKO |
Package | FMKO |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
CFIELD | LIKE | FMCOBJC-CFIELD | Feldname | |
FAREA | LIKE | FMAA-FAREA | Funktionsbereich | |
FICTR | LIKE | FCTR-FICTR | Finanzstelle | |
FIPEX | LIKE | FPOS-FIPEX | Finanzposition | |
FONDS | LIKE | FMAA-FONDS | Fonds | |
GJAHR | LIKE | BPBYX-GJAHR | Geschäftsjahr | |
GNJHR | LIKE | BPBYX-GNJHR | Jahr der Kassenwirksamkeit | |
REF_STRUCT | LIKE | DD03L-TABNAME | Tabellenname | |
REPID | LIKE | SY-REPID | ABAP-Programm, aktuelles Rahmenprogramm |
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 |
---|---|---|---|---|
T_R_FICTR | LIKE | RANGE_C16 | Struktur einer Ranges-Tabelle für ein Character(16) Feld | |
T_R_FIPEX | LIKE | RANGE_C24 | Struktur einer Ranges-Tabelle für ein Character(24) Feld |
This function module does not define any Exceptions.