The Function Module BAPI_BANKACCT_GET_DETAIL (BAPI: Account Detail Data) is a standard Function Module in SAP ERP and is part of the function group FBKB within the package FKBK.
Function Module | BAPI_BANKACCT_GET_DETAIL |
Short Text | BAPI: Account Detail Data |
Function Group | FBKB |
Package | FKBK |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ACCOUNT | LIKE | IBKKBAPIAC-ACCOUNT | Account Number | |
I_BANKKEY | LIKE | IBKKBAPI-BANKL | Bank Key (Bank Identification Number) | |
I_COUNTRY | LIKE | IBKKBAPI-BANKS | Bank Country | |
I_LANGUAGE | LIKE | IBKKBAPI-LANGU | Language (for texts) |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_ACCOUNT | LIKE | IBKKBAPTA3 | Structure with Account Data | |
E_ACCOUNT_BAPI | LIKE | IBKKBAPTA3EXT | BAPI: Struktur Kontodaten ISO | |
E_BALANCE | LIKE | IBKKBAPIAC-BALANCE | Account Balance | |
E_BALANCE_BAPI | LIKE | IBKKBAPIACEXT | BAPI: Felder für Konten mit Beträge ohne Nachkommastelle | |
E_RC | LIKE | IBKK_MISC-RC2 | Return Code |
This function module does not define any CHANGING parameters.
These are the TABLE parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
T_BALANCE | LIKE | IBKKBAPTA1 | Subj. Fin. Payt Balances | |
T_BALANCE_BAPI | LIKE | IBKKBAPTA1EXT | BAPI: Struktur für E.v.-Saldo ISO | |
T_LIMIT | LIKE | IBKKBAPTA2 | Limits | |
T_LIMIT_BAPI | LIKE | IBKKE1BAPI | BAPI -Kontokorrentkonto: Limite |
This function module does not define any Exceptions.