Menu

SAP Function Module BKK_RFC_CHCK_ACCNT

Prüfung einer Bankverbindung, Ermittlung Bankname

Unsere Literaturempfehlung

IDoc-Entwicklung für SAP: Customizing, Erweiterung, Eigenentwicklung

Wenn der Standard nicht ausreicht: Mit diesem Buch lernen Sie, IDocs selbstständig zu programmieren und zu erweitern. Die Autorin beschreibt Customizing-Techniken, die Erweiterung der Standardbausteine und komplette Eigenentwicklungen. Ob Rückmeldungen von Statuswerten, E-Mail-Workflows oder Serialisierung – für alle Aufgaben finden Sie Anleitungen und Tipps aus der Programmierpraxis. Neu in dieser Auflage: Überwachung und Fehlerbehandlung mit dem SAP Application Interface Framework.

Bei amazon.de ansehen →

The Function Module BKK_RFC_CHCK_ACCNT (Prüfung einer Bankverbindung, Ermittlung Bankname) is a standard Function Module in SAP ERP and is part of the function group FBPRFC within the package FKBO.

Technical Information

Function Module BKK_RFC_CHCK_ACCNT
Short Text Prüfung einer Bankverbindung, Ermittlung Bankname
Function Group FBPRFC
Package FKBO
Module Type Remote-Enabled

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_ACEXT TYPE IBKK42K-ACNUM_EXT Kontonummer für Kontokorrent
I_BANKL TYPE IBKK42K-BANKL Bankschlüssel
I_BANKS TYPE IBKK42K-BANKS Länderschlüssel der Bank

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_BANKA TYPE BNKA-BANKA Name des Geldinstituts
E_BANK_ORT TYPE BNKA-ORT01 Ort
E_RETURN TYPE IBKK_MISC-RC Returncode der Zahlungsverkehrs-Schnittstelle

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

This function module does not define any Exceptions.