SAP ABAP Function Module GET_BANK_ACCOUNT (Bestimmung des Hausbankkontos aus externer Kontonummer und Bankschlüssel)
Hierarchy
SAP_FIN (Software Component) SAP_FIN
   FI-BL-MD (Application Component) Master Data
     BFIBL_BANK (Package) House Banks
Basic Data
Function Module GET_BANK_ACCOUNT Bestimmung des Hausbankkontos aus externer Kontonummer und Bankschlüssel  
Function Group FIBL_HB1   Database Access House Bank/Accounts  
Program Name SAPLFIBL_HB1   Datenbakzugriffe Hausbank/konten 
INCLUDE Name LFIBL_HB1U01    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting E_T012 TYPE T012 House bank found
Exporting E_T012K TYPE T012K House bank account found
Exporting E_IBAN TYPE IBAN Gefundenes Hausbankkonto: Iban
Importing I_BANKL TYPE T012-BANKL SPACE A,B: Bank key (optional)
Importing I_BANKN TYPE T012K-BANKN SPACE A: Bank account number
Importing I_WAERS TYPE T012K-WAERS SPACE A: Account currency (optional)
Importing I_BNKN2 TYPE T012K-BNKN2 SPACE B: Alternative bank account number
Importing I_BKONT TYPE T012K-BKONT SPACE
Importing I_BIGAC1 TYPE BIGAC_EB SPACE Account Number in Bank Statement
Importing I_BIGAC2 TYPE BIGAC_EB SPACE Account Number in Bank Statement
Exception INPUT_WRONG TYPE Incorrect parametrization (either A or B)
Exception BANK_ACCOUNT_NOT_FOUND TYPE Bank account number not found
Exception BANK_KEY_FALSE TYPE Bank account number found, bank key incorrect
Exception BANK_KEY_NOT_FOUND TYPE Bank account number found more than once, bank key not found.
Exception CURRENCY_FALSE TYPE Bank account number found, currency incorrect
Exception CURRENCY_NOT_FOUND TYPE Bank account number found more than once, currency not found.
Exception MULTIPLE_BANK_ACCOUNT TYPE Bank account found more than once
Exception ACCOUNT_TYPE_FALSE TYPE
Exception ACCOUNT_TYPE_NOT_FOUND TYPE
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  20091125 
SAP Release Created in