The Function Module KFPRR_READ_DATA (Einlesen kompletter Beleg KFPK + KFPP + KFPPW + KFPE + KFPEW) is a standard Function Module in SAP ERP and is part of the function group KFPRR within the package KFPR.
Function Module | KFPRR_READ_DATA |
Short Text | Einlesen kompletter Beleg KFPK + KFPP + KFPPW + KFPE + KFPEW |
Function Group | KFPRR |
Package | KFPR |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BELNR | LIKE | KFPK-BELNR | Belegnummer | |
I_KOKRS | LIKE | KFPK-KOKRS | Kostenrechnungskreis | |
WITH_CURRENCIES | TYPE | CLIKE | 'X' | Tabellen KFPPW + KFPEW füllen |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_KFPK | LIKE | KFPK | Belegkopf |
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_KFPE | LIKE | KFPE | Belegpositionsentwicklungen | |
T_KFPEW | LIKE | KFPEW | Währungsbeträge zur T_KFPE | |
T_KFPP | LIKE | KFPP | Belegpositionen | |
T_KFPPW | LIKE | KFPPW | Währungsbeträge zur T_KFPP |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
NOT_FOUND | Belegnummer nicht gefunden |