Menu

SAP Function Module BKK_GL_REC_BALANCE_BY_DATE

Saldo lt. BKKC10 zu einem Datum

Unsere Literaturempfehlung

Kundeneigene Erweiterungen mit ABAP: User-Exits, klassische und neue BAdIs, Switch und Enhancement Framework

Alle Technologien in einem Band! Ob Sie zukunftssichere Erweiterungen programmieren oder mit den Modifikationen in Ihren SAP-Systemen aufräumen möchten – hier erhalten Sie das erforderliche Wissen. Jede Methode wird ausführlich und mit Codebeispielen erläutert: User-Exits, klassische und neue BAdIs, Business Transaction Events, implizite und explizite Erweiterungspunkte u. v. m.

Bei amazon.de ansehen →

The Function Module BKK_GL_REC_BALANCE_BY_DATE (Saldo lt. BKKC10 zu einem Datum) is a standard Function Module in SAP ERP and is part of the function group FBC5R within the package FKBH.

Technical Information

Function Module BKK_GL_REC_BALANCE_BY_DATE
Short Text Saldo lt. BKKC10 zu einem Datum
Function Group FBC5R
Package FKBH
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_ACNUM_INT TYPE BKK_ACCNT Interne Kontonummer für Kontokorrent
I_BKKRS TYPE BKK_BKKRS Bankkreis
I_DATE_POST TYPE BKK_PSTDAT Buchungsdatum
I_GLACCT_D TYPE BKK_GLACCC Hauptbuchkonto Haben

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_TAB_BKKC10 LIKE IBKKC10 Struktur zu BKKC10

Exceptions

This function module does not define any Exceptions.