The Function Module BKK_COND_BALANCE_POSTDATE (Buchungstagessaldo) is a standard Function Module in SAP ERP and is part of the function group FB9J within the package FKBC.
Function Module | BKK_COND_BALANCE_POSTDATE |
Short Text | Buchungstagessaldo |
Function Group | FB9J |
Package | FKBC |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ACNUM_INT | LIKE | BKK9A-ACNUM_INT | interne Kontonummer | |
I_BKKRS | LIKE | BKK9A-BKKRS | Bankkreis | |
I_FLAG_SUM | LIKE | BOOLE-BOOLE | ' ' | Kennzeichen für die Ausgabe (Langtext) |
I_POSTING_DATE | LIKE | BKK91-DATE_POST | Stichtagsdatum |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RC | LIKE | SY-SUBRC | Returnparameter |
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 |
---|---|---|---|---|
E_T_BALANCE | TYPE | BKKC_T_BALANCE | Saldentabelle: Saldo - Währung |
This function module does not define any Exceptions.