The Function Module TB_COVR_FI_CALC_EXPECTED_PAYM (Ermittelt den erwarteten Zahlbetrag/Zahlungstermin fuer Belegart D/K/S) is a standard Function Module in SAP ERP and is part of the function group TB7F within the package FTH.
Function Module | TB_COVR_FI_CALC_EXPECTED_PAYM |
Short Text | Ermittelt den erwarteten Zahlbetrag/Zahlungstermin fuer Belegart D/K/S |
Function Group | TB7F |
Package | FTH |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BKPF | LIKE | BKPF | Belegwährung (aus Belegkopf) | |
I_BSEG | LIKE | BSEG | FI- Belegzeile komplett |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
EXPECTED_PAYMENT_AMOUNT | LIKE | BSEG-FDWBT | errechneter Zahlungs(-eingangs)betrag | |
EXPECTED_PAYMENT_DATE | LIKE | BSEG-FDTAG | errechneter Zahlungstermin |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.