The Function Module BKK_RFC_ITEM_GET_LIST (Umsatzanzeige nach Selektionskriterien) is a standard Function Module in SAP ERP and is part of the function group FBI1 within the package FKBP.
Function Module | BKK_RFC_ITEM_GET_LIST |
Short Text | Umsatzanzeige nach Selektionskriterien |
Function Group | FBI1 |
Package | FKBP |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ACNUM_EXT | TYPE | BKK_ACEXT | Kontonummer für Kontokorrent | |
I_AMOUNT_FROM | TYPE | BKK_AAMNTC | Betrag in Kontowährung | |
I_AMOUNT_TO | TYPE | BKK_AAMNTC | Betrag in Kontowährung | |
I_BANKL | LIKE | IBKK42K-BANKL | Bankschlüssel | |
I_BANKS | LIKE | IBKK42K-BANKS | Bankkreis | |
I_DATE_FROM | TYPE | DATS | Feld vom Typ DATS | |
I_DATE_TO | TYPE | DATS | Feld vom Typ DATS | |
I_MAX_ITEMS | TYPE | SY-INDEX | maximale Anzahl der Umsätze | |
I_SEARCH_STRING | LIKE | BKKNT-PAYM_NOTE | Verwendungszweck (min 5 - max 10 Zeichen) | |
I_X_SINCE_LAST_ACCST | TYPE | XFELD | nur Umsätze nach dem letzten Kontoauszug |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RETURN | TYPE | BKK_RC2 | Returncode |
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_TAB_PAYM_ITEMS | LIKE | IBKKBAPTPI | Zahlungsposten | |
E_TAB_PAYM_NOTES | LIKE | IBKKBAPTPN | Verwendungszweck |
This function module does not define any Exceptions.