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 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.
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 |
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) |
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 |
This function module does not define any CHANGING parameters.
This function module does not define any TABLE parameters.
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 |