Menu

SAP Function Module GET_BANK_ACCOUNT

Bestimmung des Hausbankkontos aus externer Kontonummer und Bankschlüssel

Unsere Literaturempfehlung

SAP – Der technische Einstieg: SAP-Technologien und Konzepte

Sind Sie neu in der SAP-Welt und möchten schnell mitreden? Mit diesem Buch finden Sie sich erfolgreich im SAP-Umfeld zurecht! Sie steigen direkt in die Konzepte und Technologien der SAP-Software ein und lernen die unterschiedlichen Systeme und Prozesse kennen. Schritt für Schritt zeigen die Autoren Ihnen die wichtigsten technischen Aufgaben und die Zusammenhänge zwischen den Objekten. Dank der vielen Beispiele und Abbildungen finden Sie sich schnell im SAP-Umfeld zurecht und können direkt in SAP ERP oder SAP S/4HANA anfangen.

Bei amazon.de ansehen →

The Function Module GET_BANK_ACCOUNT (Bestimmung des Hausbankkontos aus externer Kontonummer und Bankschlüssel) is a standard Function Module in SAP ERP and is part of the function group FIBL_HB1 within the package BFIBL_BANK.

Technical Information

Function Module GET_BANK_ACCOUNT
Short Text Bestimmung des Hausbankkontos aus externer Kontonummer und Bankschlüssel
Function Group FIBL_HB1
Package BFIBL_BANK
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_BANKL LIKE T012-BANKL SPACE A,B: Bank key (optional)
I_BANKN LIKE T012K-BANKN SPACE A: Bank account number
I_BIGAC1 TYPE BIGAC_EB SPACE Kontonummer im Kontoauszug
I_BIGAC2 TYPE BIGAC_EB SPACE Kontonummer im Kontoauszug
I_BNKN2 LIKE T012K-BNKN2 SPACE B: Alternative bank account number
I_WAERS LIKE T012K-WAERS SPACE A: Account currency (optional)

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_IBAN TYPE IBAN Gefundenes Hausbankkonto: Iban
E_T012 LIKE T012 House bank found
E_T012K LIKE T012K House bank account found

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

This function module does not define any TABLE parameters.

Exceptions

These are the Exceptions of this function module.

Exception Name Short Text
BANK_ACCOUNT_NOT_FOUND Bank account number not found
BANK_KEY_FALSE Bank account number found, bank key incorrect
BANK_KEY_NOT_FOUND Bank account number found more than once, bank key not found.
CURRENCY_FALSE Bank account number found, currency incorrect
CURRENCY_NOT_FOUND Bank account number found more than once, currency not found.
INPUT_WRONG Incorrect parametrization (either A or B)
MULTIPLE_BANK_ACCOUNT Bank account found more than once