DBSTATIDB6 SAP (DB6: Statistics for Indexes (Application Monitor)) Table details

Dictionary Type: Table
Description: DB6: Statistics for Indexes (Application Monitor)




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




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

DBSTATIDB6 is a standard SAP Table which is used to store DB6: Statistics for Indexes (Application Monitor) data and is available within R/3 SAP systems depending on the version and release level.

The DBSTATIDB6 table consists of various fields, each holding specific information or linking keys about DB6: Statistics for Indexes (Application Monitor) data available in SAP. These include DB6TOWNER (DB6: Schema Name), INAME (Index Name), DB6IOWNER (DB6: Schema Name), ANDAT (Analysis date (yyyymmddhhmm)).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP DBSTATIDB6 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
TNAMETable name TNAMECHAR30Assigned to domainAS4TAB
DB6TOWNERDB6: Schema Name DB6SCHEMACHAR20
INAME Index Name0
DB6IOWNERDB6: Schema Name DB6SCHEMACHAR20
ANDATAnalysis date (yyyymmddhhmm) AM_DATECHAR12CHAR12
VWTYPType of Usage of Table Entry AM_VWTYPCHAR2AM_VWTYPE
DB6NLEAF Number of Leaf Pages for an Index0
DB6NLEVELS Number of Index Levels0
DB6ISIZE 4-Byte Integer of Length 100

Key field Non-key field



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

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

SELECT SINGLE *
FROM DBSTATIDB6
INTO CORRESPONDING FIELDS OF WA_DBSTATIDB6
WHERE...

How to access SAP table DBSTATIDB6

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