The Function Module BKK_ACCNT_GET_LOCK_TAB (Liefert alle Sperrgründe zu einem Konto) is a standard Function Module in SAP ERP and is part of the function group FBK7 within the package FKBK.
Function Module | BKK_ACCNT_GET_LOCK_TAB |
Short Text | Liefert alle Sperrgründe zu einem Konto |
Function Group | FBK7 |
Package | FKBK |
Module Type | Normal Module |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
I_ACNUM_INT | LIKE | BKK40-ACNUM_INT | Interne Kontonummer | |
I_BKKRS | LIKE | BKK40-BKKRS | Bankkreis |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
E_RETURN | LIKE | SY-SUBRC | 0: Mindestens 1 Funkt.Grp gefunden |
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_LOCK_ID | TYPE | BKKA_TAB_LOCK_ID | Tabelle der Sperrgründe |
This function module does not define any Exceptions.