DB2QVLS SAP (Statistics record latch manager) Structure details

Dictionary Type: Structure
Description: Statistics record latch manager




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




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

DB2QVLS 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 "Statistics record latch manager" 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_DB2QVLS TYPE DB2QVLS.

The DB2QVLS table consists of various fields, each holding specific information or linking keys about Statistics record latch manager data available in SAP. These include QVLSLC02 (Statistics record latch manager: latch level 2), QVLSLC03 (Statistics record latch manager: latch level 3), QVLSLC04 (Statistics record latch manager: latch level 4), QVLSLC05 (Statistics record latch manager: latch level 5).. 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 DB2QVLS 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
QVLSLC01Statistics record latch manager: latch level 1 DB2VLSLC01INT410
QVLSLC02Statistics record latch manager: latch level 2 DB2VLSLC02INT410DB2INT4
QVLSLC03Statistics record latch manager: latch level 3 DB2VLSLC03INT410DB2INT4
QVLSLC04Statistics record latch manager: latch level 4 DB2VLSLC04INT410DB2INT4
QVLSLC05Statistics record latch manager: latch level 5 DB2VLSLC05INT410DB2INT4
QVLSLC06Statistics record latch manager: latch level 6 DB2VLSLC06INT410DB2INT4
QVLSLC07Statistics record latch manager: latch level 7 DB2VLSLC07INT410DB2INT4
QVLSLC08Statistics record latch manager: latch level 8 DB2VLSLC08INT410DB2INT4
QVLSLC09Statistics record latch manager: latch level 9 DB2VLSLC09INT410DB2INT4
QVLSLC10Statistics record latch manager: latch level 10 DB2VLSLC10INT410DB2INT4
QVLSLC11Statistics record latch manager: latch level 11 DB2VLSLC11INT410DB2INT4
QVLSLC12Statistics record latch manager: latch level 12 DB2VLSLC12INT410DB2INT4
QVLSLC13Statistics record latch manager: latch level 13 DB2VLSLC13INT410DB2INT4
QVLSLC14Statistics record latch manager: latch level 14 DB2VLSLC14INT410DB2INT4
QVLSLC15Statistics record latch manager: latch level 15 DB2VLSLC15INT410DB2INT4
QVLSLC16Statistics record latch manager: latch level 16 DB2VLSLC16INT410DB2INT4
QVLSLC17Statistics record latch manager: latch level 17 DB2VLSLC17INT410DB2INT4
QVLSLC18Statistics record latch manager: latch level 18 DB2VLSLC18INT410DB2INT4
QVLSLC19Statistics record latch manager: latch level 19 DB2VLSLC99INT410DB2INT4
QVLSLC20Statistics record latch manager: latch level 20 DB2VLSLC20INT410
QVLSLC21Statistics record latch manager: latch level 20 DB2VLSLC20INT410
QVLSLC22Statistics record latch manager: latch level 20 DB2VLSLC20INT410
QVLSLC23Statistics record latch manager: latch level 20 DB2VLSLC20INT410
QVLSLC24Statistics record latch manager: latch level 20 DB2VLSLC20INT410
QVLSLC25Statistics record latch manager: latch level 20 DB2VLSLC20INT410
QVLSLC26Statistics record latch manager: latch level 20 DB2VLSLC20INT410
QVLSLC27Statistics record latch manager: latch level 20 DB2VLSLC20INT410
QVLSLC28Statistics record latch manager: latch level 20 DB2VLSLC20INT410
QVLSLC29Statistics record latch manager: latch level 20 DB2VLSLC20INT410
QVLSLC30Statistics record latch manager: latch level 20 DB2VLSLC20INT410
QVLSLC31Statistics record latch manager: latch level 20 DB2VLSLC20INT410
QVLSLC32Statistics record latch manager: latch level 20 DB2VLSLC20INT410

Key field Non-key field



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

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

How to access SAP table DB2QVLS

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