The Function Module BKK_STACK_GET_CHEQUES (BKK: Schecks aus der Stapelverwaltung anfordern) is a standard Function Module in SAP ERP and is part of the function group FBA10 within the package FKBS_FINSERV.
Function Module | BKK_STACK_GET_CHEQUES |
Short Text | BKK: Schecks aus der Stapelverwaltung anfordern |
Function Group | FBA10 |
Package | FKBS_FINSERV |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_BKKRS | LIKE | BKKA5-BKKRS | Bankkreis | |
I_CASHB_TYPE | LIKE | BKKA5-CASHB_TYPE | Bestandsart | |
I_NCHEQUES | LIKE | IBKK_CHEQ-NCHEQUES | Anzahl der Schecks |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RC | LIKE | SY-SUBRC | 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_CHEQUES | LIKE | IBKKATABEX | Tabelle mit den Scheckstapel |
This function module does not define any Exceptions.