DB2QBGAT SAP (DB2MONI: thread details) Structure details

Dictionary Type: Structure
Description: DB2MONI: thread details




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




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

DB2QBGAT 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 "DB2MONI: thread details" 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_DB2QBGAT TYPE DB2QBGAT.

The DB2QBGAT table consists of various fields, each holding specific information or linking keys about DB2MONI: thread details data available in SAP. These include ACE (Field type raw, length 8, 4 bytes), QBGAGN (Group buffer pool ID), QBGAXD (Synchronous read (cross invalidation) - data returned), QBGAXR (Synchronous Read (Cross Invalidation) - No Data Returned).. 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 DB2QBGAT 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
MEMBNMDB2 member name in data sharing environment DB2MEMNCHAR8DB2CHAR08
ACEField type raw, length 8, 4 bytes DB2RAW04INT410DB2INT4
QBGAGNGroup buffer pool ID DB2BGLGNCHAR8DB2BPNAME
QBGAXDSynchronous read (cross invalidation) - data returned DB2BGLXDDEC19DB2DEC19V
QBGAXRSynchronous Read (Cross Invalidation) - No Data Returned DB2BGLXRDEC19DB2DEC19V
QBGAXNSynchronous coupling facility read requests - no data DB2BGLXNDEC10DEC_10
QBGAEXNumber of explicit cross-invalidations DB2BGAEXDEC10DEC_10
QBGAMDSynchronous read (not found) - Data returned DB2BGLMDDEC19DB2DEC19V
QBGAMRSynchronous Read (Not Found) - No Data Returned (Dir. Entry) DB2BGLMRDEC19DB2DEC19V
QBGAMNSynchronous read (not found) - No data returned (no dir) DB2BGLMNDEC10DEC_10
QBGASWChanged pages written synchronously to GBP DB2BGLSWDEC19DB2DEC19V
QBGAWCClean pages written synchronously DB2BGLWCDEC19DB2DEC19V
QBGADGUnregister page DB2BGLDGDEC19DB2DEC19V
QBGA2WNumber of write requests to the secondary GBP DB2BGA2WDEC10DEC_10

Key field Non-key field



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

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

How to access SAP table DB2QBGAT

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