The Function Module APAR_EBPP_BALANCES (Display balances for given year/month) is a standard Function Module in SAP ERP and is part of the function group WEBFI_BALANCES within the package EBPP_APAR.
Function Module | APAR_EBPP_BALANCES |
Short Text | Display balances for given year/month |
Function Group | WEBFI_BALANCES |
Package | EBPP_APAR |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ADDSEL | LIKE | EBPP_ADDSEL | EBPP: Zusätzliche Selektionsangaben | |
I_FROMMONTH | TYPE | MONAT | Fiscal period | |
I_FROMYEAR | TYPE | GJAHR | Fiscal year | |
I_PARTNER | LIKE | EBPP_PARTNER | Account number | |
I_TOMONTH | TYPE | MONAT | Fiscal period | |
I_TOYEAR | TYPE | GJAHR | Fiscal year |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_FISC_YEAR | TYPE | GJAHR | Kalendarjahr | |
E_RETURNCODE | TYPE | SY-SUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | |
E_WEBFI_EXT_CURR | TYPE | WEBFI_EXT_CURR | Währungsschlüssel | |
RETURN | TYPE | BAPIRET1 | Return parameter |
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_BALANCES | LIKE | WEBFI_EXT_BALANCE_LINE | Balance Display: Structure Balances Display Table | |
T_BALANCES_SUM_ALL | LIKE | WEBFI_EXT_BALANCE_LINE | balance + all spec.GL transactions | |
T_MESSAGES | LIKE | EBPP_MESSAGES | EBPP: Meldungen | |
T_SPEC_GL_MONTHLY | LIKE | WEBFI_EXT_SPEC_GL_MONTHLY_LINE | Monthly transaction figures for special GL processes |
This function module does not define any Exceptions.