MSQSAPSULK SAP (MS SQL server - list of locks from sap_summary_locks) Structure details

Dictionary Type: Structure
Description: MS SQL server - list of locks from sap_summary_locks




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




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

MSQSAPSULK 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 - list of locks from sap_summary_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_MSQSAPSULK TYPE MSQSAPSULK.

The MSQSAPSULK table consists of various fields, each holding specific information or linking keys about MS SQL server - list of locks from sap_summary_locks data available in SAP. These include START_DATE (Time stamp when the blocking situation started.), SPID (SQL Server process ID), TABLENAME (Object name as defined in system table sysobjects.), LCKNAME (Lock request mode translated from table sptvalue.).. 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 MSQSAPSULK 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
DURATIONTime the blocking lock was hold in minutes. MSQLCKDURINT25INT2
START_DATETime stamp when the blocking situation started. MSQSTDATECHAR20CHAR20
SPIDSQL Server process ID MSQSERPRIDINT410INT4
TABLENAMEObject name as defined in system table sysobjects. MSQOBJNAMECHAR256CHAR256
LCKNAMELock request mode translated from table sptvalue. MSQSPTNAMECHAR35CHAR35
KPIDWindows operating system thread ID MSQTHREDIDINT25INT2
BLOKSPIDSPID of blocking process. MSQBLOPRIDINT25INT2
LCKRSCTextual description of a lock resource from syslockinfo. MSQRSCTXTCHAR32CHAR32
LCKTYPELock resource type as e. g. KEY or PAGE. MSQLCKRSCCHAR10CHAR10
DBASENAMEThe name of the database in SQL Server instance. MSQDBNAMECHAR255CHAR255
INDNAMEObject name as defined in system table sysobjects. MSQOBJNAMECHAR256CHAR256
LCKSTATUSLock request mode translated from table sptvalue. MSQSPTNAMECHAR35CHAR35
HOSTNAMEHostname of the application server logged into SQL Server. MSQHOSTNAMCHAR256CHAR256
CONNECTTYPName of the application program which owns the connection MSQSQLCONNCHAR16CHAR16
WAITTYPEWait type of waiting process, reserved field of sysprocesses MSQWAITTYPINT25INT2
COMMANDCommand currently being executed by the given process id MSQEXECMDCHAR32CHAR32

Key field Non-key field



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

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

How to access SAP table MSQSAPSULK

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