The Function Module BKK_STACK_SHOW (BKK: Stapel in der Bestandsverwaltung anzeigen) 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_SHOW |
Short Text | BKK: Stapel in der Bestandsverwaltung anzeigen |
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_EX_FROM | LIKE | BKKA5-CASHB_EX_FROM | Schecknummer von | |
I_CASHB_EX_TO | LIKE | BKKA5-CASHB_EX_TO | Schecknummer bis | |
I_CASHB_TYPE | LIKE | BKKA5-CASHB_TYPE | Bestandsart | |
I_PLACE_ORIGIN | LIKE | BKKA5-PLACE_ORIGIN | Anlageort | |
I_STACK_CDAT_FROM | LIKE | BKKA5-STACK_CDAT | Anlagedatum von | |
I_STACK_CDAT_TO | LIKE | BKKA5-STACK_CDAT | Anlagedatum bis | |
I_STACK_NR | LIKE | BKKA5-STACK_NR | Stapelnummer | |
I_STACK_PLACE | LIKE | BKKA5-STACK_PLACE | Ausgabeort | |
I_STACK_RUN_NR | LIKE | BKKA5-STACK_RUN_NR | laufende Nummer | |
I_STACK_SDAT_FROM | LIKE | BKKA5-STACK_SDAT | letzte Statusänderung am | |
I_STACK_SDAT_TO | LIKE | BKKA5-STACK_SDAT | letzte Statusänderung am | |
I_STACK_STAT | LIKE | BKKA5-STACK_STAT | Status eines Stapels |
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_STACK | TYPE | BKKS_TAB_STACK_SCR | selektierte Scheckstapel | |
I_RANGES_STACKSTAT | TYPE | BKKS_R_TAB_STACKSTAT | erlaubte Status |
This function module does not define any Exceptions.