Menu

SAP Function Module BKK_PAYM_ITEM_SELECT_BAPI_LIST

Selektiert die Umsatzposten gemäß BAPI_PAYM_ITEM_GET_LIST

The Function Module BKK_PAYM_ITEM_SELECT_BAPI_LIST (Selektiert die Umsatzposten gemäß BAPI_PAYM_ITEM_GET_LIST) is a standard Function Module in SAP ERP and is part of the function group FBI4 within the package FKBP_FINSERV.

Technical Information

Function Module BKK_PAYM_ITEM_SELECT_BAPI_LIST
Short Text Selektiert die Umsatzposten gemäß BAPI_PAYM_ITEM_GET_LIST
Function Group FBI4
Package FKBP_FINSERV
Module Type Normal Module

Importing Parameters

These are the IMPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
I_ACNUM_EXT LIKE IBKK_ITEM-ACNUM_EXT Kontonummer
I_BANKL LIKE IBKK_ITEM-BANKL Bankschlüssel
I_BANKS LIKE IBKK_ITEM-BANKS Länderschlüssel der Bank
I_POSTDATE_FROM LIKE IBKK_ITEM-DATE_POST Buchungsdatum ab
I_POSTDATE_TO LIKE IBKK_ITEM-DATE_POST Buchungsdatum bis
I_RLDAT_FROM LIKE IBKK_ITEM-RLDAT Freigabedatum ab
I_RLDAT_LAST LIKE IBKK_ITEM-RLDAT Freigabedatum des zuletzt ausgegebenen Postens
I_RLDAT_TO LIKE IBKK_ITEM-RLDAT Freigabedatum bis
I_RLTIM_FROM LIKE IBKK_ITEM-RLTIM Zeitpunkt der Freigabe ab
I_RLTIM_LAST LIKE IBKK_ITEM-RLTIM Zeitpunkt der Freigabe
I_RLTIM_TO LIKE IBKK_ITEM-RLTIM Zeitpunkt der Freigabe ab

Exporting Parameters

These are the EXPORTING parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
E_RETURN LIKE SY-SUBRC Returnwert: 0 - fehlerfrei

Changing Parameters

This function module does not define any CHANGING parameters.

Table Parameters

These are the TABLE parameters of this function module.

Parameter Name Type Associated Type Default Value Short Text
T_PAYM_ITEMS LIKE IBKK_ITEM Tabelle der Umsätze

Exceptions

This function module does not define any Exceptions.