The Function Module FMIT_SUM_UP_PERIODES_TO_YEAR (calculate the totals of revenue over a year) is a standard Function Module in SAP ERP and is part of the function group FMUT within the package FMOV_E.
Function Module | FMIT_SUM_UP_PERIODES_TO_YEAR |
Short Text | calculate the totals of revenue over a year |
Function Group | FMUT |
Package | FMOV_E |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
IP_F_FMIT | LIKE | FMIT | ein Satz der FMIT (Summensatztabelle) |
This function module does not define any EXPORTING parameters.
These are the CHANGING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
OP_SUM_FKBTR | LIKE | FMIT-TSL01 | Jahressumme in Finanzkreiswährung | |
OP_SUM_TRBTR | LIKE | FMIT-HSL01 | Jahressumme in Transaktionswährung |
This function module does not define any TABLE parameters.
This function module does not define any Exceptions.