DB2QTST SAP (service controller statistics block) Structure details

Dictionary Type: Structure
Description: service controller statistics block




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




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

DB2QTST 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 "service controller statistics block" 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_DB2QTST TYPE DB2QTST.

The DB2QTST table consists of various fields, each holding specific information or linking keys about service controller statistics block data available in SAP. These include QTLEN (Small integer), QTEYE (Field type char, length 4), QTALLOCA (Field Type INT, Length 4), QTALLOC (Field Type INT, Length 4).. 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 DB2QTST 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
QTIDSmall integer DB2INT2AAINT25DB2SINT
QTLENSmall integer DB2INT2AAINT25DB2SINT
QTEYEField type char, length 4 DB2CHAR04CHAR4DB2CHAR04
QTALLOCAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTALLOCField Type INT, Length 4 DB2INT4INT410DB2INT4
QTABINDAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTABINDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTINVRIDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTBINDAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTBINDRField Type INT, Length 4 DB2INT4INT410DB2INT4
QTTESTBField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPLNBDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTREBINDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTRBINDAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPLNRBDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTFREEField Type INT, Length 4 DB2INT4INT410DB2INT4
QTFREEAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPLNFRDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTAUCHKField Type INT, Length 4 DB2INT4INT410DB2INT4
QTAUSUCField Type INT, Length 4 DB2INT4INT410DB2INT4
QTDSOPNNumber of datasets open concurrently DB2TDSOPNINT410DB2INT4U
QTMAXDSMax. no. of datasets open concurrently DB2TMAXDSINT410DB2INT4U
QTAUCCHField Type INT, Length 4 DB2INT4INT410DB2INT4
QTAUPUBField Type INT, Length 4 DB2INT4INT410DB2INT4
QTMAXPBPage sets available to drain since last statistics interval DB2TMAXPBINT410DB2INT4U
QTPACAUTField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPACPUBField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPACNOTField Type INT, Length 4 DB2INT4INT410DB2INT4
QTREOPNNumber of times a previously unused dataset was used DB2TREOPNINT410DB2INT4
QTPACOW1Field Type INT, Length 4 DB2INT4INT410DB2INT4
QTPACOW2Field Type INT, Length 4 DB2INT4INT410DB2INT4
QTSTRES1Field type char, length 4, reserved DB2RES04CHAR4DB2CHAR04
QTDSDRNNumber of datasets that were closed via the DRAIN process DB2TDSDRNINT410DB2INT4U
QTPCCTNo. of infrequently updated datasets conv. from R/W to R/O DB2TPCCTINT410DB2INT4U
QTSLWDDDatasets not used, but not closed due to deferred close DB2TSLWDDINT410DB2INT4U
QTBINDPAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTBINDPRField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPKGBDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTRBINDPField Type INT, Length 4 DB2INT4INT410DB2INT4
QTRBNDPAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPKGRBDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTFREEPField Type INT, Length 4 DB2INT4INT410DB2INT4
QTFREEAPField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPKGFRDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTAUTOBAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPKABNDField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPKALLAField Type INT, Length 4 DB2INT4INT410DB2INT4
QTPKALLField Type INT, Length 4 DB2INT4INT410DB2INT4
QTRACAUTNumber of successful authorization checks DB2TRACAUTINT410DB2INT4
QTRACPUBNumber of successful public authorization checks DB2RACPUBINT410DB2INT4
QTRACNOTNumber of authorization checks without authorization cache DB2RANOTINT410DB2INT4
QTRACOW1Number of authorization ID overrides in authorization cache DB2RACOW1INT410DB2INT4
QTRACOW2Number of routine entry overrides in authorization cache DB2RACOW2INT410DB2INT4
QTRACNACNumber of failures in adding an entry to authorization cache DB2RACNACINT410DB2INT4

Key field Non-key field



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

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

How to access SAP table DB2QTST

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