The Function Module BKK_STACK_CHECK_UNIQUE (BKK: Prüfen, ob die Schecknummern eines Stapels bereits existieren) 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_CHECK_UNIQUE |
Short Text | BKK: Prüfen, ob die Schecknummern eines Stapels bereits existieren |
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_FLG_MESSAGE | LIKE | BOOLE-BOOLE | 'X' | Kennz.: Fehlernachrichten ausgeben |
I_FLG_NO_BKKA1_CHECK | LIKE | BOOLE-BOOLE | ' ' | Kennz.:keine Prüfung gegen Tab. BKKA1 |
I_FLG_NO_BKKA6_CHECK | LIKE | BOOLE-BOOLE | 'X' | Kennz.:keine Prüfung gegen Tab. BKKA6 |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RC | LIKE | SY-SUBRC | Returncode (<>0: Fehler) |
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 |
---|---|---|---|---|
T_ALREADY_EXIST_NUMBER | LIKE | BKKA1 | bereits existierende Schecknummern | |
T_ALREADY_EXIST_STACKS | LIKE | BKKA5 | bereits existierende Scheckstapel |
This function module does not define any Exceptions.