SQIXADVDB4 SAP (Structure for Index Advised Information) Structure details

Dictionary Type: Structure
Description: Structure for Index Advised Information




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




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

SQIXADVDB4 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 "Structure for Index Advised 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_SQIXADVDB4 TYPE SQIXADVDB4.

The SQIXADVDB4 table consists of various fields, each holding specific information or linking keys about Structure for Index Advised Information data available in SAP. These include TABLE_NAME (Table name), PARTITION_NAME (DB2/400: Name of a Table Partition), INDEX_TYPE (Text field length 14), LAST_ADVISED (iSeries: Record Creation Timestamp (Database Monitor)).. 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 SQIXADVDB4 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
TABLE_SCHEMAiSeries: SQL schema name of table or view TAB_SCHEMACHAR10QQTLN
TABLE_NAMETable name TNAMECHAR30Assigned to domainAS4TAB
PARTITION_NAMEDB2/400: Name of a Table Partition DB4PARTNAMECHAR10DB4PARTNAME
INDEX_TYPEText field length 14 CHAR14CHAR14CHAR14
LAST_ADVISEDiSeries: Record Creation Timestamp (Database Monitor) QQTIMECHAR26QQTIME
TIMES_ADVISEDAlt. Type for INT8 (-9223372036854775808..922337203685476) SDB4_INT8DEC19SDB4_INT8
EST_CREATE_TIMENatural Number INT4INT410INT4
REASON_ADVISEDiSeries: Reason Code for Used Index (Database Monitor) QQRCODIDUCHAR2QQRCOD
LOGICAL_PAGESIZENatural Number INT4INT410INT4
MOST_EXP_QUERYNatural Number INT4INT410INT4
AVG_QUERY_ESTNatural Number INT4INT410INT4
TABLE_SIZEAlt. Type for INT8 (-9223372036854775808..922337203685476) SDB4_INT8DEC19SDB4_INT8
NLSS_TABLENAMEiSeries: iSeries system name of table or view SYS_TNAMECHAR10QCHAR10
NLSS_TABLESCHEMAiSeries: SQL schema name of table or view TAB_SCHEMACHAR10QQTLN
MTI_USEDAlt. Type for INT8 (-9223372036854775808..922337203685476) SDB4_INT8DEC19SDB4_INT8
MTI_CREATEDNatural Number INT4INT410INT4
LAST_MTI_USEDiSeries: Record Creation Timestamp (Database Monitor) QQTIMECHAR26QQTIME
KEY_COLS_ADVISED Key columns advised0
LEADING_COL_KEYS Leading column keys0
AVG_QUERY_EST_MICRAlt. Type for INT8 (-9223372036854775808..922337203685476) SDB4_INT8DEC19SDB4_INT8

Key field Non-key field



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

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

How to access SAP table SQIXADVDB4

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