DB2BPTUNE SAP (DB2/390: Buffer Pool Tuning Settings) Table details

Dictionary Type: Table
Description: DB2/390: Buffer Pool Tuning Settings




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




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

DB2BPTUNE is a standard SAP Table which is used to store DB2/390: Buffer Pool Tuning Settings data and is available within R/3 SAP systems depending on the version and release level.

The DB2BPTUNE table consists of various fields, each holding specific information or linking keys about DB2/390: Buffer Pool Tuning Settings data available in SAP. These include CREATEDATE (System Date), CREATETIME (System Time), QDBPNM (Name of buffer pool), CATEGORY (DB2 for OS/390: Table category).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP DB2BPTUNE table 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
CREATORCreator of BP tuning settings ( = SAP for default settings ) DB2BPCUSTCHAR12DB2CHAR12
CREATEDATESystem Date SYDATUMDATS8SYDATS
CREATETIMESystem Time SYUZEITTIMS6SYTIME
QDBPNMName of buffer pool DB2DBPNMCHAR8CHAR8
CATEGORYDB2 for OS/390: Table category DB2TABCATCHAR2DB2TABCAT
QDBPVPSZThe size of the virtual buffer pool DB2DBPVPSZINT410
QDBPHPSZThe size of the hiperpool DB2DBPHPSZINT410
QDBPVPSHThe sequential steal threshold for the virtual buffer pool DB2DBPVPSHINT410DB2INT4
QDBPHPSHThe sequential steal threshold for the hiperpool DB2DBPHPSHINT410
QDBPDWQTThe deferred write threshold for the virtual buffer pool DB2DBPDWQTINT410DB2INT4
QDBPVDQTThe vertical deferred write threshold for the virtual BP DB2DBPVDQTINT410
QDBPCASTCASTOUT attribute DB2DBPCASTCHAR6CHAR6
QDBPPSQTParallel I/O sequential steal threshold for virtual BP DB2DBPPSQTINT410DB2INT4
QDBPXSQTAssisting parallel sequential threshold DB2DBPXSQTINT410DB2INT4
QDBPRES1Field type char, length 1, reserved DB2RES01CHAR1DB2CHAR01
TABCATDESTable category description DB2TCATDESCHAR44DB2CHAR44
VPTYPE Location of buffer pool: primary (DBM1) or data space0

Key field Non-key field



How do I retrieve data from SAP table DB2BPTUNE using ABAP code

The following ABAP code Example will allow you to do a basic selection on DB2BPTUNE to SELECT all data from the table
DATA: WA_DB2BPTUNE TYPE DB2BPTUNE.

SELECT SINGLE *
FROM DB2BPTUNE
INTO CORRESPONDING FIELDS OF WA_DB2BPTUNE
WHERE...

How to access SAP table DB2BPTUNE

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