DB6PMLCKWT SAP (DB6: Data of DB2 UDB Lock Waits) Structure details

Dictionary Type: Structure
Description: DB6: Data of DB2 UDB Lock Waits




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




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

DB6PMLCKWT 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: Data of DB2 UDB Lock Waits" 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_DB6PMLCKWT TYPE DB6PMLCKWT.

The DB6PMLCKWT table consists of various fields, each holding specific information or linking keys about DB6: Data of DB2 UDB Lock Waits data available in SAP. These include AGTID_WFLK (Application Waitung for Lock), AGPID_WFLK (db2agent Process/Thread ID waiting for Lock), CLPID_WFLK (Client Process ID waiting for Lock), APPLN_WFLK (DB6: General identifier).. 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: Cannot Be Enhanced


SAP DB6PMLCKWT 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
PARTITN Partition Number0
AGTID_WFLK Application Waitung for Lock0
AGPID_WFLK db2agent Process/Thread ID waiting for Lock0
CLPID_WFLK Client Process ID waiting for Lock0
APPLN_WFLKDB6: General identifier DB6IDENTCHAR20
HOST_WFLKHost Name NI_HOSTNAMECHAR63
AGTID_HOLK Application Holding the Lock0
AGPID_HOLK db2agent Process/Thread ID holding the Lock0
CLPID_HOLK Client Process ID holding the Lock Lock0
APPLN_HOLKDB6: General identifier DB6IDENTCHAR20
HOST_HOLKHost Name NI_HOSTNAMECHAR63
LCK_MOD_RQ Lock Mode Requested0
LOCK_MODE Mode of Lock Waited for0
LCK_OBJ_TY lock_object_type: Lock Object Type: Row, Table, ...0
TABLE_NAMEDB6: General identifier DB6IDENTCHAR20
TAB_SCHEMADB6: General identifier DB6IDENTCHAR20
TBS_NAMEDB6: General identifier DB6IDENTCHAR20
LWSTRTDATEField of type DATS DATSDATS8DATS
LWSTRTTIMEField of type TIMS TIMSTIMS6TIME
LSTMT_WFLK 0

Key field Non-key field



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

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

How to access SAP table DB6PMLCKWT

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