/SDF/ORAIDXINF2 SAP (statistical Index Information) Structure details

Dictionary Type: Structure
Description: statistical Index Information




ABAP Code to SELECT data from /SDF/ORAIDXINF2
Related tables to /SDF/ORAIDXINF2
Access table /SDF/ORAIDXINF2




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

/SDF/ORAIDXINF2 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 "statistical Index Information" 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_/SDF/ORAIDXINF2 TYPE /SDF/ORAIDXINF2.

The /SDF/ORAIDXINF2 table consists of various fields, each holding specific information or linking keys about statistical Index Information data available in SAP. These include STMT_ID (Statement ID), INDEX_OWNER (Index Owner), INDEX_NAME (Index Name), INDEX_TYPE (Index Type).. 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 /SDF/ORAIDXINF2 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
ANALY_ID Analysis ID0
STMT_ID Statement ID0
INDEX_OWNER Index Owner0
INDEX_NAME Index Name0
INDEX_TYPE Index Type0
TABLE_NAME Table Name0
UNIQUENESS Uniqueness0
BLEVEL B-Tree Level0
LEAF_BLKS Number of Leaf Blocks in Index0
STATUS Status0
NUM_ROWS Number of rows in index0
DIST_KEYS Number of Distinct Keys in Ind0
AVG_LEAF_B Average Number of Leaf Blocks0
AVG_DATA_B Average Number of Data Blocks0
CLUST_FACT Clustering Factor0
SAMPL_SIZE Sample Size0
LAST_ANALY Date of Last Analysis of0
COL_COUNT Number of Index Columns0
FREELISTS Number of freelists0
FREELIST_GROUPS Number of freelists groups0
DEGREE Number of threads per instance0
PARTITIONED Partitioned YES or noNumber of0
TEMPORARY Whether the index is on a temporary table0
GENERATED Whether the name of the index is system generated0
SECONDARY Whether the index is a secondary object created by the ODC0
BUFFER_POOL Name of default buffer poolPar0
GLOBAL_STATS For partitioned indexes, statistics with analyze or not0
USER_STATS Statistics entered by userName of default buffer pool0
KB_USED KB used to store index info0
KB_NEEDED KB needed to store index info0
IDX_SQ Idx Storage Quality CBO based0
MONITORING Yes / no0
USED Yes / no0
START_MONITORING start monitoring in sys.object0
END_MONITORING end monitoring time in sys.obj0
COMPRESSION Index compression is enabled ENABLED or DISABLED0
PREFIX_LENGTH Number of columns in the prefix of the compression key0
TABLESPACE_NAME Name of the tablespace containing the index0
INI_TRANS Initial Number of Transactions0
MAX_TRANS Maximum no. of transactions0
INITIAL_EXTENT Size of the initial extent0
NEXT_EXTENT Size of secondary extents0
MIN_EXTENTS Minimum number of extents allowed in the segment0
MAX_EXTENTS Maximum number of extents allowed in the segment0
PCT_INCREASE Percentage increase in extent size0
PCT_THRESHOLD Threshold percentage of block space allowed per index entry0
PCT_FREE Minimum Percentage of Free Space in a Block0
CREATED Timestamp for Creation of Object0
LAST_DDL_TIME Timestamp for Last Modification from a DDL Command0
LOGGING Changes to the index are logged (Y or N)0
JOIN_INDEX Indicates whether the index is a join index0
IOT_RED_PKEY_ELIM Redundant primary key columns are eliminated (Y or N)0
DROPPED Indicates if index has been dropped and is in recycle bin0
VISIBILITY Indicates if index is VISIBLE or INVISIBLE to the optimizer0
STMT_SOURCE DBA HIST (D) or Cache (C)0
DBA_HIST_B_TS Start timestamp for statement selection from DBA HIST0
DBA_HIST_E_TS End timestamp for statement selection from DBA HIST0

Key field Non-key field



How do I retrieve data from SAP structure /SDF/ORAIDXINF2 using ABAP code?

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

How to access SAP table /SDF/ORAIDXINF2

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