DB6_XCHG_PERF_HIST_DB_DETAIL SAP (DB6: Exchange Data for DB Performance History) Structure details

Dictionary Type: Structure
Description: DB6: Exchange Data for DB Performance History




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




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

DB6_XCHG_PERF_HIST_DB_DETAIL 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: Exchange Data for DB Performance History" 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_DB6_XCHG_PERF_HIST_DB_DETAIL TYPE DB6_XCHG_PERF_HIST_DB_DETAIL.

The DB6_XCHG_PERF_HIST_DB_DETAIL table consists of various fields, each holding specific information or linking keys about DB6: Exchange Data for DB Performance History data available in SAP. These include PARTITN (DB6: partition number), COMPDATS (DB6: Row insert date), COMPTIMS (DB6: Row insert time), COMPTIMS2 (DB6: Row insert time of next record (for intervall calc)).. 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 DB6_XCHG_PERF_HIST_DB_DETAIL 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
DETAIL 0
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
PEAK_XSingle-Character Indicator CHAR1CHAR1CHAR1
FROMDATE 0
FROMTIME 0
TODATE 0
TOTIME 0
OLDFROMDATE 0
OLDFROMTIME 0
OLDTODATE 0
OLDTOTIME 0

Key field Non-key field



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

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

How to access SAP table DB6_XCHG_PERF_HIST_DB_DETAIL

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