DB4INDEX_HIST SAP (History of Index Sizes in the Database) Table details

Dictionary Type: Table
Description: History of Index Sizes in the Database




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




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

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

The DB4INDEX_HIST table consists of various fields, each holding specific information or linking keys about History of Index Sizes in the Database data available in SAP. These include SCHEMANAME (), INDNAME (Database index), ANDAT (Analysis date (yyyymmddhhmm)), INDNAME_LONG (Database index).. 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 DB4INDEX_HIST 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
DBHOSTApplication Server SYHOSTCHAR32HOST_ID
SCHEMANAME 0
INDNAMEDatabase index DBINDEX_DCHAR18DBINDEX
ANDATAnalysis date (yyyymmddhhmm) AM_DATECHAR12CHAR12
INDNAME_LONGDatabase index DBINDEX_DCHAR18DBINDEX
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
RSTIMECharacter field of length 6 CHAR6CHAR6CHAR6
INDTABLETable name TNAMECHAR30Assigned to domainAS4TAB
INDTABLE_LONGTable name TNAMECHAR30Assigned to domainAS4TAB

Key field Non-key field



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

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

SELECT SINGLE *
FROM DB4INDEX_HIST
INTO CORRESPONDING FIELDS OF WA_DB4INDEX_HIST
WHERE...

How to access SAP table DB4INDEX_HIST

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