The Function Module BKK_GL_REC_BALANCES (Ermittelt BCA-Salden für ein Hauptbuchkonto zu einem Stichtag) is a standard Function Module in SAP ERP and is part of the function group FBC5R within the package FKBH.
Function Module | BKK_GL_REC_BALANCES |
Short Text | Ermittelt BCA-Salden für ein Hauptbuchkonto zu einem Stichtag |
Function Group | FBC5R |
Package | FKBH |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BUKRS | TYPE | BKK_BUKRS | Bankkreis | |
I_DATE | TYPE | BKK_GL_REC_DATE | Hauptbuchkonto Haben | |
I_GLACCT | TYPE | HKONT | Interne Kontonummer für Kontokorrent | |
I_WAERS | TYPE | WAERS | Währungsschlüssel |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RCD_RETURN | LIKE | SY-SUBRC | Rückgabewert, Rückgabewert nach ABAP-Anweisungen | |
E_TAB_HEADER | TYPE | BKKH_TAB_REC_BAL_HD | Kopfdaten pro Währung | |
E_TAB_POS | TYPE | BKKH_TAB_REC_BAL_POS | BCA-Salde sie zu HB-Saldo führen |
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.