The Function Module BKK_STACK_CHECK_USER_DIFFERENT (BKK: Prüfung, ob der User ein anderer als der Anleger ist) 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_USER_DIFFERENT |
Short Text | BKK: Prüfung, ob der User ein anderer als der Anleger ist |
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_FLG_MESSAGE | LIKE | BOOLE-BOOLE | 'X' | Kennz.: Fehlernachrichten ausgeben |
I_USER | LIKE | SY-UNAME | SY-UNAME | User |
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 |
---|---|---|---|---|
I_T_BKKA5_TO_CHECK | LIKE | BKKA5 | zu prüfende Scheckstapel |
This function module does not define any Exceptions.