MSQBLOLCKS SAP (MS SQL server blocked locks) Structure details

Dictionary Type: Structure
Description: MS SQL server blocked locks




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




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

MSQBLOLCKS 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 "MS SQL server blocked locks" 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_MSQBLOLCKS TYPE MSQBLOLCKS.

The MSQBLOLCKS table consists of various fields, each holding specific information or linking keys about MS SQL server blocked locks data available in SAP. These include OBJECTNAME (Object name as defined in system table sysobjects.), LOCKNAME (Lock request mode translated from table sptvalue.), KPID (Windows operating system thread ID), BLOCKEDBY (SPID of blocking process.).. 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 MSQBLOLCKS 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
SPIDMS SQL Server process ID MSQSYPROIDINT25INT2
OBJECTNAMEObject name as defined in system table sysobjects. MSQOBJNAMECHAR256CHAR256
LOCKNAMELock request mode translated from table sptvalue. MSQSPTNAMECHAR35CHAR35
KPIDWindows operating system thread ID MSQTHREDIDINT25INT2
BLOCKEDBYSPID of blocking process. MSQBLOPRIDINT25INT2
LOCKRSCTextual description of a lock resource from syslockinfo. MSQRSCTXTCHAR32CHAR32
DBNAMEThe name of the database in SQL Server instance. MSQDBNAMECHAR255CHAR255
LCKTYPELock resource type as e. g. KEY or PAGE. MSQLCKRSCCHAR10CHAR10
RSCLCKBINMS SQL server - binary lock resource MSQRSCBINRAW16MSQHEX16
LCKVALBLKMS SQL server - lock value block. MSQRSCLKBKRAW16MSQHEX16
INDNAMEMS SQL server table or index name MSQTABNAMECHAR256CHAR256
LCKSTATUSLock request mode translated from table sptvalue. MSQSPTNAMECHAR35CHAR35
LCKREFCNTMS SQL server - lock reference count MSQLKRECNTINT25INT2
LCKCARCNTMS SQL server - lock carry-over reference count MSQLKCRYCTINT25INT2
LCKLFETIMEMS SQL server - lock lifetime bitmap. MSQLKLFTIMINT410INT4
ECIDExecution context ID used to uniquely identify subthreads MSQECIDINT410INT4
LCKOWNERMS SQL server - type of object associated with a lock MSQLCKOWNINT25INT2
PROSSTATSQL Server process status; ie sleeping, running etc. MSQPRSTATCHAR60CHAR60
PROSUSERThe user name used to log into the SQL Server database MSQUSRNAMECHAR128CHAR128
HOSTNAMEHostname of the application server logged into SQL Server. MSQHOSTNAMCHAR256CHAR256
PROGNAMEName of the application program which owns the connection. MSQAPPPROGCHAR256CHAR256
WAITTYPEWait type of waiting process, reserved field of sysprocesses MSQWAITTYPINT25INT2
EXECCMDCommand currently being executed by the given process id MSQEXECMDCHAR32CHAR32
HOSTPROSThe application program's process ID on the given host MSQWKPROIDCHAR16CHAR16

Key field Non-key field



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

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

How to access SAP table MSQBLOLCKS

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