MSQLOCKINF SAP (MS sql server lock info information for blockers and waiters) Structure details

Dictionary Type: Structure
Description: MS sql server lock info information for blockers and waiters




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




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

MSQLOCKINF 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 lock info information for blockers and waiters" 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_MSQLOCKINF TYPE MSQLOCKINF.

The MSQLOCKINF table consists of various fields, each holding specific information or linking keys about MS sql server lock info information for blockers and waiters data available in SAP. These include KPID (Windows operating system thread ID), STATUS (SQL Server process status; ie sleeping, running etc.), USERNAME (The user name used to log into the SQL Server database), HOSTNAME (Hostname of the application server logged into SQL Server.).. 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 MSQLOCKINF 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
SPIDSQL Server process ID MSQSERPRIDINT410INT4
KPIDWindows operating system thread ID MSQTHREDIDINT25INT2
STATUSSQL Server process status; ie sleeping, running etc. MSQPRSTATCHAR60CHAR60
USERNAMEThe user name used to log into the SQL Server database MSQUSRNAMECHAR128CHAR128
HOSTNAMEHostname of the application server logged into SQL Server. MSQHOSTNECHAR128CHAR128
PROGNAMEName of the application program which owns the connection. MSQPRONECHAR128CHAR128
HOSTPIDThe application program's process ID on the given host MSQWKPROIDCHAR16CHAR16
EXECCMDCommand currently being executed by the given process id MSQEXECMDCHAR32CHAR32
BLOCKEDSPID of blocking process. MSQBLOPRIDINT25INT2
WAITTYPEWait type of waiting process, reserved field of sysprocesses MSQWAITTYPINT25INT2
WAITTIMECurrent wait time of the process in milliseconds MSQWAITIMEINT410INT4
BINLOCKMS SQL server - binary lock resource MSQRSCBINRAW16MSQHEX16
LCKVALBLKMS SQL server - lock value block. MSQRSCLKBKRAW16MSQHEX16
INDNAMEObject name MSSOBJECTCHAR128MSSSYSNAME
LCKSTATUSMS SQL server - Lock request status MSQLCKSTATINT25INT2
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
LCKOWNERTYMS SQL server - type of object associated with a lock MSQLCKOWNINT25INT2
DBASENAMEDatabase name MSSDBCHAR128MSSSYSNAME
OBJNAMEObject name MSSOBJECTCHAR128MSSSYSNAME
LOCKRESTextual description of a lock resource from syslockinfo. MSQRSCTXTCHAR32CHAR32
LOCKTYPELock resource type as e. g. KEY or PAGE. MSQLCKRSCCHAR10CHAR10
LOCKNAMELock request mode translated from table sptvalue. MSQSPTNAMECHAR35CHAR35

Key field Non-key field



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

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

How to access SAP table MSQLOCKINF

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