DB6MON_APPL_LOCKWAIT SAP (DB6: Lock-waits as of V9.7) Structure details

Dictionary Type: Structure
Description: DB6: Lock-waits as of V9.7




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




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

DB6MON_APPL_LOCKWAIT 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 "DB6: Lock-waits as of V9.7" 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_DB6MON_APPL_LOCKWAIT TYPE DB6MON_APPL_LOCKWAIT.

The DB6MON_APPL_LOCKWAIT table consists of various fields, each holding specific information or linking keys about DB6: Lock-waits as of V9.7 data available in SAP. These include WAIT_TIME_MS (), LOCK_NAME (), LOCK_OBJECT_TYPE (), LOCK_MODE ().. 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: Can Be Enhanced (Deep)


SAP DB6MON_APPL_LOCKWAIT 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
LOCK_WAIT_START_TIMEDBA: ISO conform timestamp with ms precission DB6DATETIMCHAR26
WAIT_TIME_MS 0
LOCK_NAME 0
LOCK_OBJECT_TYPE 0
LOCK_MODE 0
LOCK_CURRENT_MODE 0
LOCK_MODE_REQUESTED 0
LOCK_STATUS 0
LOCK_ESCALATION 0
LOCK_ATTRIBUTES 0
LOCK_RRIID 0
LOCK_COUNT 0
LOCK_TIMEOUT_VAL 0
TBSP_ID 0
TAB_FILE_ID 0
SUBSECTION_NUMBER 0
REQ_APPLICATION_HANDLE 0
REQ_AGENT_TID 0
REQ_MEMBER 0
REQ_EXECUTABLE_ID 0
HLD_APPLICATION_HANDLE 0
HLD_MEMBER 0
LWE_TYPE 0
TABSCHEMADB6: Schema Name DB6SCHEMACHAR20
TABNAMEDB6: long table name DB6TABNAMLCHAR128
TBSPACEDB6: long table name DB6TABNAMLCHAR128
CURRENT_TIMESTAMPDBA: ISO conform timestamp with ms precission DB6DATETIMCHAR26
LAST_STMT_TEXT 0
LAST_STMT_EFF_ISOLATION 0

Key field Non-key field



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

As DB6MON_APPL_LOCKWAIT 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 DB6MON_APPL_LOCKWAIT as there is no data to select.

How to access SAP table DB6MON_APPL_LOCKWAIT

Within an ECC or HANA version of SAP you can also view further information about DB6MON_APPL_LOCKWAIT 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!