The Function Module ENQUE_REPORT_TEST (Get lock entries) is a standard Function Module in SAP ERP and is part of the function group SENT within the package SENQ.
Function Module | ENQUE_REPORT_TEST |
Short Text | Get lock entries |
Function Group | SENT |
Package | SENQ |
Module Type | Remote-Enabled |
These are the IMPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
GCLIENT | LIKE | SEQG3-GCLIENT | SY-MANDT | Client |
GNAME | LIKE | SEQG3-GNAME | SPACE | Granularity name(-> table name) |
GTARG | LIKE | SEQG3-GTARG | SPACE | Granularity value(-> values of key fields) |
GUNAME | LIKE | SEQG3-GUNAME | SY-UNAME | User ID |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NUMBER | LIKE | SY-TABIX | Number of selected block entries | |
SUBRC | LIKE | SY-SUBRC | Error code of enqueue call |
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 |
---|---|---|---|---|
ENQ | LIKE | SEQG3 | List of selected block entries |
This function module does not define any Exceptions.