The Function Module BKK_STACK_GET_HISTORY (BKK: Hole Änderungshistorie eines Scheckstapels) 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_HISTORY |
Short Text | BKK: Hole Änderungshistorie eines Scheckstapels |
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_CATG | LIKE | BKKA5-CASHB_CATG | G_CON_CHEQUE | Bestandstyp |
I_CASHB_TYPE | LIKE | BKKA5-CASHB_TYPE | Bestandsart | |
I_STACK_NR | LIKE | BKKA5-STACK_NR | Stapelnummer | |
I_STACK_RUN_NR | LIKE | BKKA5-STACK_RUN_NR | laufende Nummer |
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_T_STATE_CHANGE_BKKA5 | TYPE | BKKS_T_STACK_STATCHANGE_BKKA5 | Scheckstapel mit Statusänderungen |
This function module does not define any Exceptions.