The Function Module BAPI_BANK_STATEMENT_GET (Kontoauszug: Bereits erstellten Kontoauszug abrufen) is a standard Function Module in SAP ERP and is part of the function group FBM2 within the package FKBD_FINSERV.
Function Module | BAPI_BANK_STATEMENT_GET |
Short Text | Kontoauszug: Bereits erstellten Kontoauszug abrufen |
Function Group | FBM2 |
Package | FKBD_FINSERV |
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 | IBKKBKSTHD-ACCOUNT | Account Number | |
I_BANKAREA | LIKE | IBKKM6-BKKRS | Bank Area | |
I_BANKCODE | LIKE | IBKKBKSTHD-BANKCODE | Bank Key (Bank Identification Number) | |
I_BKSTATNO | LIKE | IBKKBKSTHD-BKSTATNO | Bank Statement Number | |
I_BKSTATYEAR | LIKE | IBKKBKSTHD-BKSTATYEAR | Bank Statement Date | |
I_COUNTRY | LIKE | IBKKBKSTHD-BANKCTRY | Country Key of Bank Country |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_HEADER | LIKE | IBKKBKSTHD_EXT | Header Data Bank Statement | |
E_RC | LIKE | IBKK_MISC-RC2 | Return Code (see long text) |
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 |
---|---|---|---|---|
E_T_ADDRESSES | LIKE | IBKKBKSTAD | Address List Statement Recipients | |
E_T_AIPOSTS | LIKE | IBKKBKSTITAI | Infoposten für Vorschusszinsen | |
E_T_CLOSINFOS | LIKE | IBKKBKSTCL_EXT | Account Balanacings Since Last Statement | |
E_T_ITEMS | LIKE | IBKKBKSTIT_EXT | List of Statement Items | |
E_T_PAYMNOTES | LIKE | IBKKBKSTNT | List of Payment Notes |
This function module does not define any Exceptions.