DB2_VIEW_GBP_DET SAP (view structure for groupbufferpool activity - details) Structure details

Dictionary Type: Structure
Description: view structure for groupbufferpool activity - details




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




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

DB2_VIEW_GBP_DET 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 "view structure for groupbufferpool activity - 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_DB2_VIEW_GBP_DET TYPE DB2_VIEW_GBP_DET.

The DB2_VIEW_GBP_DET table consists of various fields, each holding specific information or linking keys about view structure for groupbufferpool activity - details data available in SAP. These include QBGLGN (Group buffer pool ID), QBGLXD (Synchronous read (cross invalidation) - data returned), QBGLXR (Synchronous Read (Cross Invalidation) - No Data Returned), QBGLMD (Synchronous read (not found) - 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 DB2_VIEW_GBP_DET 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
QBGL 0
QBGLGNGroup buffer pool ID DB2BGLGNCHAR8DB2BPNAME
QBGLXDSynchronous read (cross invalidation) - data returned DB2BGLXDDEC19DB2DEC19V
QBGLXRSynchronous Read (Cross Invalidation) - No Data Returned DB2BGLXRDEC19DB2DEC19V
QBGLMDSynchronous read (not found) - Data returned DB2BGLMDDEC19DB2DEC19V
QBGLMRSynchronous Read (Not Found) - No Data Returned (Dir. Entry) DB2BGLMRDEC19DB2DEC19V
QBGLSWChanged pages written synchronously to GBP DB2BGLSWDEC19DB2DEC19V
QBGLWCClean pages written synchronously DB2BGLWCDEC19DB2DEC19V
QBGLCTCastout class threshold DB2BGLCTDEC19DB2DEC19V
QBGLGTGroup buffer pool castout threshold DB2BGLGTDEC19DB2DEC19V
QBGLEXNumber of explicit cross-invalidations DB2BGLEXDEC19DB2DEC19V
QBGLAWChanged pages written asynchronously DB2BGLAWDEC19DB2DEC19V
QBGLACClean pages written asynchronously DB2BGLACDEC19DB2DEC19V
QBGLRCPages cast out from GBP to DASD DB2BGLRCDEC19DB2DEC19V
QBGLWFWrite failed - no storage DB2BGLWFDEC19DB2DEC19V
QBGLOSCF requests to read storage statistics DB2BGLOSDEC19DB2DEC19V
QBGLCKGBP checkpoints triggered DB2BGLCKDEC19DB2DEC19V
QBGLUNUnlock castout DB2BGLUNDEC19DB2DEC19V
QBGLCCRead castout class DB2BGLCCDEC19DB2DEC19V
QBGLCSRead castout statistics DB2BGLCSDEC19DB2DEC19V
QBGLDNDelete data and directory entries in GBP DB2BGLDNDEC19DB2DEC19V
QBGLRDRead directory info DB2BGLRDDEC19DB2DEC19V
QBGLRGRegister page DB2BGLRGDEC19DB2DEC19V
QBGLDGUnregister page DB2BGLDGDEC19DB2DEC19V
QBGLAXRegister page list request DB2BGLAXDEC19DB2DEC19V
QBGLAYChanged pages - Read after register page list DB2BGLAYDEC19DB2DEC19V
QBGL2FNumber of write requests to the secondary GBP that failed DB2BGL2FDEC19DB2DEC19V
QBGL2DNumber of requests to delete a list of pages (secondary GBP) DB2BGL2DDEC19DB2DEC19V
QBGL2RNumber of requests to read the castout statistics (sec. GBP) DB2BGL2RDEC19DB2DEC19V
QBGL2NNumber of requests to delete a page from the secondary GBP DB2BGL2NDEC19DB2DEC19V
QBGLHS# Asynch IXLCACHE invocations for primary GBP DB2BGLHSDEC19DB2DEC19V
QBGL2H # Asynch IXLCACHE invocations for secondary GBP DB2BGL2HDEC19DB2DEC19V
QBGLP1# page P-lock lock requests for space map pages DB2BGLP1DEC19DB2DEC19V
QBGLP2# page P-lock lock requests for data pages DB2BGLP2DEC19DB2DEC19V
QBGLP3# page P-lock lock requests for index leaf pages DB2BGLP3DEC19DB2DEC19V
QBGLU1# page P-lock unlock requests DB2BGLU1DEC19DB2DEC19V
QBGLS1# page P-lock lock suspensions for space map pages DB2BGLS1DEC19DB2DEC19V
QBGLS2# page P-lock lock suspensions for data pages DB2BGLS2DEC19DB2DEC19V
QBGLS3# page P-lock lock suspensions for index leaf pages DB2BGLS3DEC19DB2DEC19V
QBGLN1# page P-lock lock negotiations for space map pages DB2BGLN1DEC19DB2DEC19V
QBGLN2# page P-lock lock negotiations for data pages DB2BGLN2DEC19DB2DEC19V
QBGLN3# page P-lock lock negotiations for index leaf pages DB2BGLN3DEC19DB2DEC19V

Key field Non-key field



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

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

How to access SAP table DB2_VIEW_GBP_DET

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