The Function Module ENQUEUE_READ (Read lock entries from lock table) is a standard Function Module in SAP ERP and is part of the function group SENT within the package SENQ.
Function Module | ENQUEUE_READ |
Short Text | Read lock entries from lock table |
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 |
---|---|---|---|---|
FAST | LIKE | SY-CTYPE | SPACE | Redundant table fields are not fully filled |
GARG | LIKE | SEQG3-GARG | SPACE | Granularity value(->values of key fields) |
GCLIENT | LIKE | SEQG3-GCLIENT | SY-MANDT | Client |
GNAME | LIKE | SEQG3-GNAME | SPACE | Granularity name (-> table name) |
GUNAME | LIKE | SEQG3-GUNAME | SY-UNAME | User name |
LOCAL | TYPE | SY-CTYPE | SPACE | Single-Character Flag |
These are the EXPORTING parameters of this function module.
Parameter Name | Type | Associated Type | Default Value | Short Text |
---|---|---|---|---|
NUMBER | LIKE | SY-TABIX | Number of chosen lock entries | |
SUBRC | LIKE | SY-SUBRC | Error code of the 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 the chosen lock entries |
These are the Exceptions of this function module.
Exception Name | Short Text |
---|---|
COMMUNICATION_FAILURE | See RFC documentation |
SYSTEM_FAILURE | See RFC documentation |