The Function Module BKK_COND_BALANCE_DET_POST_T_AD (Ermitteln Buchungsumsätze und Buchungssalden) 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_DET_POST_T_AD |
Short Text | Ermitteln Buchungsumsätze und Buchungssalden |
Function Group | FB9J |
Package | FKBC |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_FLG_ACTCURR | LIKE | BOOLE-BOOLE | 'X' | Flag: Ausgabe in aktueller Kontowährung |
I_NO_MESSAGE | LIKE | BOOLE-BOOLE | ' ' | Meldungsausgabe Archivierung |
I_POST_DATE_END | LIKE | IBKK9_DECRE_POST-POST_DATE | Enddatum des Zeitraumes | |
I_POST_DATE_START | LIKE | IBKK9_DECRE_POST-POST_DATE | Startdatum des Zeitraumes |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RC | LIKE | IBKK_MISC-RC2 | Returncode |
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_ERROR | LIKE | IBKK9_DECRE_ERROR_INT | Fehlertabelle | |
E_T_POST_DECRE_BAL | LIKE | IBKK9_DECRE_POST_INT | Saldentabelle | |
I_T_ACNUM_INT | LIKE | IBKK9_DECRE_IMPORT | Kontentabelle |
This function module does not define any Exceptions.