DB6PM_SD SAP (DB6: Database Performance History Display) Structure details

Dictionary Type: Structure
Description: DB6: Database Performance History Display




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




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

DB6PM_SD 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 "DB6: Database Performance History Display" 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_DB6PM_SD TYPE DB6PM_SD.

The DB6PM_SD table consists of various fields, each holding specific information or linking keys about DB6: Database Performance History Display data available in SAP. These include COMPDATS (DB6: Row insert date), COMPTIMS (DB6: Row insert time), COMPTIMS2 (DB6: Row insert time of next record (for intervall calc)), PL_D_LRS (DB6: data logical reads).. 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 DB6PM_SD 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
PARTITN DB6: partition number0
COMPDATS DB6: Row insert date0
COMPTIMS DB6: Row insert time0
COMPTIMS2 DB6: Row insert time of next record (for intervall calc)0
PL_D_LRS DB6: data logical reads0
PL_D_PRS DB6: data physical reads0
PL_D_WS DB6: data physical writes0
PL_I_LRS DB6: index logical reads0
PL_I_PRS DB6: index physical reads0
PL_I_WS DB6: index physical writes0
CMMT_SQLST DB6: commit statements0
RBCK_SQLST DB6: rollback statements0
LCK_WAITS DB6: lockwaits since 1st db connection0
LCK_W_TM DB6: total time db waited on locks in milliseconds0
DEADLOCKS DB6: deadlocks since 1st db connection0
LCK_ESCALS DB6: lock escalations since 1st db connection0
XLK_ESCALS DB6: X lock escalations since 1st db connection0
BP_AV_RTM DB6: Average Physical Read Time (ms)0
BP_AV_WTM DB6: Average Physical Write Time (ms)0

Key field Non-key field



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

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

How to access SAP table DB6PM_SD

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