Menu

SAP Function Module ENQUE_REPORT_TEST

Get lock entries

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.

Technical Information

Function Module ENQUE_REPORT_TEST
Short Text Get lock entries
Function Group SENT
Package SENQ
Module Type Remote-Enabled

Importing Parameters

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

Exporting Parameters

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

Changing Parameters

This function module does not define any CHANGING parameters.

Table 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

Exceptions

This function module does not define any Exceptions.