CNV_00001_INDEX_DATA SAP (Description of an index) Structure details

Dictionary Type: Structure
Description: Description of an index




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




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

CNV_00001_INDEX_DATA 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 "Description of an index" 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_CNV_00001_INDEX_DATA TYPE CNV_00001_INDEX_DATA.

The CNV_00001_INDEX_DATA table consists of various fields, each holding specific information or linking keys about Description of an index data available in SAP. These include TABNAME (Table Name), INDEXNAME (Unique Index ID in a Table), DBINDEX (Database index), UNIQUEFLAG (Flag for UNIQUE indexes).. 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: Not classified


SAP CNV_00001_INDEX_DATA 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
SELECTEDIndicator whether the index is selected CNV_INDEX_SELECTEDCHAR1FLAG
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
INDEXNAMEUnique Index ID in a Table INDEXIDCHAR3INDEXIDDIX
DBINDEXDatabase index DBINDEX_DCHAR18DBINDEX
UNIQUEFLAGFlag for UNIQUE indexes UNIQUEFLAGCHAR1AS4FLAG
INDEXSIZESize of an index in KByte CNV_INDEX_SIZENUMC10NUMC10
SCENARIOGenerator scenario CNV_SZENARIOCHAR16CNV_SCENARIO
STATUSIndex Status STATUS_INDCHAR11CHAR11
TABSPACETablespace Name for ORACLE ORATSPNAMECHAR30Assigned to domainORATSPNAME
RELEVANTIndicator whether the index is relevant CNV_INDEX_RELEVANTCHAR1FLAG
DDTEXTExplanatory short text DDTEXTCHAR60DDTEXT

Key field Non-key field



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

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

How to access SAP table CNV_00001_INDEX_DATA

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