DB2QJST SAP (log manager statitics block) Structure details

Dictionary Type: Structure
Description: log manager statitics block




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




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

DB2QJST 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 "log manager statitics 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_DB2QJST TYPE DB2QJST.

The DB2QJST table consists of various fields, each holding specific information or linking keys about log manager statitics block data available in SAP. These include QJSTLL (Small integer (2 bytes)), QJSTEID (Field type char, length 4), QJSTWRW (Field Type INT, Length 4), QJSTWRNW (Number of Write-No-Wait Requests).. 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 DB2QJST 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
QJSTIDField type char, length 2 DB2CHAR02CHAR2DB2CHAR02
QJSTLLSmall integer (2 bytes) DB2SINTINT25DB2INT2V
QJSTEIDField type char, length 4 DB2CHAR04CHAR4DB2CHAR04
QJSTWRWField Type INT, Length 4 DB2INT4INT410DB2INT4
QJSTWRNWNumber of Write-No-Wait Requests DB2JSTWRNWINT410DB2INT4
QJSTWRNWDNumber of Write-No-Wait Requests DB2JSTWRNWDDEC10DB2DEC10V
QJSTWRFField Type INT, Length 4 DB2INT4INT410DB2INT4
QJSTWTBUnavailable output log buffers DB2JSTWTBINT410DB2INT4
QJSTRACTNumber of Log Reads Satisfied from Active Log Data Set DB2JSTRACTINT410DB2INT4
QJSTRBUFNumber of Log Reads Satisfied from Output Buffer DB2JSTRBUFINT410DB2INT4
QJSTRACTNumber of Log Reads Satisfied from Active Log Data Set DB2JSTRACTINT410DB2INT4
QJSTRARHNumber of Log Reads Satisfied from Archive Log Data Set DB2JSTRARHINT410DB2INT4
QJSTTVCRead accesses delayed due to tape volume contention DB2JSTTVCINT410DB2INT4
QJSTRARHNumber of Log Reads Satisfied from Archive Log Data Set DB2JSTRARHINT410DB2INT4
QJSTTVCRead accesses delayed due to tape volume contention DB2JSTTVCINT410DB2INT4
QJSTBSDSNumber of BSDS Access Requests DB2JSTBSDSINT410DB2INT4
QJSTBFFLNumber of Active Log Output Control Intervals Created DB2JSTBFFLINT410DB2INT4
QJSTBSDSNumber of BSDS Access Requests DB2JSTBSDSINT410DB2INT4
QJSTBFFLNumber of Active Log Output Control Intervals Created DB2JSTBFFLINT410DB2INT4
QJSTBFWRNumber of calls to the log write routine DB2JSTBFWRINT410DB2INT4
QJSTALRNumber of archive log read allocations DB2JSTALRINT410DB2INT4
QJSTBFWRNumber of calls to the log write routine DB2JSTBFWRINT410DB2INT4
QJSTALRNumber of archive log read allocations DB2JSTALRINT410DB2INT4
QJSTALWNumber of archive log write allocations DB2JSTALWINT410DB2INT4
QJSTALWNumber of archive log write allocations DB2JSTALWINT410DB2INT4
QJSTCIOFCount of Control Intervals Offloaded DB2JSTCIOFINT410DB2INT4
QJSTWURRead accesses delayed due to unavailable resource DB2JSTWURINT410DB2INT4
QJSTCIOFCount of Control Intervals Offloaded DB2JSTCIOFINT410DB2INT4
QJSTWURRead accesses delayed due to unavailable resource DB2JSTWURINT410DB2INT4
QJSTLAMACheck Tape Mounts Attempted DB2JSTLAMAINT410DB2INT4
QJSTLAMACheck Tape Mounts Attempted DB2JSTLAMAINT410DB2INT4
QJSTLAMSSuccessful 'look ahead' (tape volume) mounts attempted DB2JSTLAMSINT410DB2INT4
QJSTLAMSSuccessful 'look ahead' (tape volume) mounts attempted DB2JSTLAMSINT410DB2INT4

Key field Non-key field



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

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

How to access SAP table DB2QJST

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