DBSTATIDB4 SAP (Index Sizes in the Database) Table details

Dictionary Type: Table
Description: Index Sizes in the Database




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




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

DBSTATIDB4 is a standard SAP Table which is used to store Index Sizes in the Database data and is available within R/3 SAP systems depending on the version and release level.

The DBSTATIDB4 table consists of various fields, each holding specific information or linking keys about Index Sizes in the Database data available in SAP. These include ANDAT (Analysis date (yyyymmddhhmm)), VWTYP (Single-Character Indicator), INDSIZE (Total blocks of an index (kb)), CRTDATE (Date).. 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: Not classified


SAP DBSTATIDB4 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
INDNAMEDatabase index DBINDEX_DCHAR18DBINDEX
ANDATAnalysis date (yyyymmddhhmm) AM_DATECHAR12CHAR12
VWTYPSingle-Character Indicator CHAR1CHAR1CHAR1
INDSIZETotal blocks of an index (kb) IBLOCKS_KBDEC11DEC11
CRTDATEDate DATUMDATS8DATUM
CRTTIMECharacter field of length 6 CHAR6CHAR6CHAR6
SAVDATEDate DATUMDATS8DATUM
SAVTIMECharacter field of length 6 CHAR6CHAR6CHAR6
RSTDATEDate DATUMDATS8DATUM
RSTTIMECharacter field of length 6 CHAR6CHAR6CHAR6
INDTABLETable name TNAMECHAR30Assigned to domainAS4TAB

Key field Non-key field



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

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

SELECT SINGLE *
FROM DBSTATIDB4
INTO CORRESPONDING FIELDS OF WA_DBSTATIDB4
WHERE...

How to access SAP table DBSTATIDB4

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