The Function Module BKK_STACK_ISSUE (BKK: Stapel in der Bestandsverwaltung ausgeben (Konto zuordnen)) 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_ISSUE |
Short Text | BKK: Stapel in der Bestandsverwaltung ausgeben (Konto zuordnen) |
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_ACCOUNT_EX | LIKE | IBKKAKEYEX-ACCOUNT | Kontonummer(ext.) | |
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_FLG_ADD_STACK | LIKE | BOOLE-BOOLE | Kennz.: Stapel anfügen | |
I_FLG_CREATE_FLOAT | LIKE | BOOLE-BOOLE | ' ' | Kennz.: Schecks im neuen Ort anlegen |
I_NEEDED_STACK_STAT | LIKE | BKKA5-STACK_STAT | nötiger Status eines Scheckstapels | |
I_REM_TXT | LIKE | BKKA5-REM_TXT | Bemerkung (Text) | |
I_SKIP_COMMIT | LIKE | BOOLE-BOOLE | skip commit if desired | |
I_STACK_PLACE_FROM | LIKE | BKKA5-STACK_PLACE | Herkunftsort | |
I_STACK_PLACE_TO | LIKE | BKKA5-STACK_PLACE | neuer Ort | |
REC_STACK_ADD_TO | LIKE | BKKA5 | Scheckstapel zum Anfügen |
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 |
---|---|---|---|---|
I_T_ALL_STACK_DISPLAY | LIKE | BKKA5 | angezeigte Scheckstapel | |
I_T_STACK_DATABASE | LIKE | BKKA5 | Scheckstapel wie auf der Datenbank | |
STACK_TAB_ISSUE | LIKE | BKKA5 | Scheckstapel zum Ausgeben |
This function module does not define any Exceptions.