ENQVPVAL SAP () Structure details

Dictionary Type: Structure
Description:




ABAP Code to SELECT data from ENQVPVAL
Related tables to ENQVPVAL
Access table ENQVPVAL




Structure field list including key, data, relationships and ABAP select examples

ENQVPVAL is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_ENQVPVAL TYPE ENQVPVAL.

The ENQVPVAL table consists of various fields, each holding specific information or linking keys about data available in SAP. These include SYNCHRON (Flag: synchronous unlocking?), SCOPE (Single-Character Indicator), ENQKEY_DIA (Lock Owner, ID of Logical Unit of Work (LUW)), ENQKEY_UPD (Lock Owner, ID of Logical Unit of Work (LUW) /Update Task).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP ENQVPVAL structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
C_CALLTESTSingle-Character Indicator CHAR1CHAR1CHAR1
SYNCHRONFlag: synchronous unlocking? DDENQSYNCCHAR1DDFLAG
SCOPESingle-Character Indicator CHAR1CHAR1CHAR1
ENQKEY_DIALock Owner, ID of Logical Unit of Work (LUW) EQEUSRCHAR58EQDUSR
ENQKEY_UPDLock Owner, ID of Logical Unit of Work (LUW) /Update Task EQEUSRVBCHAR58EQDUSR
CLIENTClient in the lock entry EQECLIENTCHAR3CHAR3
USERNAMEUser name in lock entry EQEUNAMECHAR12CHAR12
TACODETransaction Code in the Lock Entry EQETCODECHAR20Assigned to domainTCODE
ENQOBJName of Lock Object in the Lock Entry EQEOBJCHAR16CHAR16
OPCODESingle-Character Indicator CHAR1CHAR1CHAR1
DELAY_REJNot More Closely Defined Area, Possibly Used for Patchlevels CHAR4CHAR4CHAR4
COLL_USERUser Name SYUNAMECHAR12SYCHAR12
COLL_OBJName of Lock Object in the Lock Entry EQEOBJCHAR16CHAR16
.INCLU-01 0
GNAME01Elementary Lock of Lock Entry (Table Name) EQEGRANAMECHAR30CHAR30
GMODE01Lock Mode (Shared/Exclusive) of a Lock Entry EQEGRAMODECHAR1CHAR1
GARG01Argument String (=Key Fields) of Lock Entry EQEGRAARGCHAR150EQDARG
.INCLU-02 0
GNAME02Elementary Lock of Lock Entry (Table Name) EQEGRANAMECHAR30CHAR30
GMODE02Lock Mode (Shared/Exclusive) of a Lock Entry EQEGRAMODECHAR1CHAR1
GARG02Argument String (=Key Fields) of Lock Entry EQEGRAARGCHAR150EQDARG
.INCLU-03 0
GNAME03Elementary Lock of Lock Entry (Table Name) EQEGRANAMECHAR30CHAR30
GMODE03Lock Mode (Shared/Exclusive) of a Lock Entry EQEGRAMODECHAR1CHAR1
GARG03Argument String (=Key Fields) of Lock Entry EQEGRAARGCHAR150EQDARG
.INCLU-04 0
GNAME04Elementary Lock of Lock Entry (Table Name) EQEGRANAMECHAR30CHAR30
GMODE04Lock Mode (Shared/Exclusive) of a Lock Entry EQEGRAMODECHAR1CHAR1
GARG04Argument String (=Key Fields) of Lock Entry EQEGRAARGCHAR150EQDARG
.INCLU-05 0
GNAME05Elementary Lock of Lock Entry (Table Name) EQEGRANAMECHAR30CHAR30
GMODE05Lock Mode (Shared/Exclusive) of a Lock Entry EQEGRAMODECHAR1CHAR1
GARG05Argument String (=Key Fields) of Lock Entry EQEGRAARGCHAR150EQDARG
DUMMYCharacter Field Length = 10 CHAR10CHAR10CHAR10

Key field Non-key field



How do I retrieve data from SAP structure ENQVPVAL using ABAP code?

As ENQVPVAL is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on ENQVPVAL as there is no data to select.

How to access SAP table ENQVPVAL

Within an ECC or HANA version of SAP you can also view further information about ENQVPVAL and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!