SAP ABAP Data Element INDEXID (Unique Index ID in a Table)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-DIC-AC (Application Component) Activation Program, Conversion Program, DB Utility, MC, SPDD
     SDIC (Package) ABAP Dictionary
Basic Data
Data Element INDEXID
Short Description Unique Index ID in a Table  
Data Type
Category of Dictionary Type D   Domain
Type of Object Referenced     No Information
Domain / Name of Reference Type INDEXID    
Data Type CHAR   Character String 
Length 3    
Decimal Places 0    
Output Length 3    
Value Table      
Further Characteristics
Search Help: Name    
Search Help: Parameters    
Parameter ID DIX  
Default Component name    
Change document    
No Input History    
Basic direction is set to LTR    
No BIDI Filtering    
Field Label
  Length  Field Label  
Short 10 Index Name 
Medium 14 Index ID 
Long 18 Index ID 
Heading Ind 
Documentation

Definition

The three-place index ID uniquely identifies an index within a table.

The index ID may only contain letters and digits. The ID '0 ' is reserved for the primary index. The name ranges 'Y..' and 'Z..' are reserved for customer indexes.

The index name in the database comprises the name of the table and the index ID. The table name and index name are separated by the character '~' (or the character '^').

For table TTEST and the index with ID A11, TTEST~A11 would be the index name in the database.

Supplementary Documentation - INDEXID 0001

Use

This field and the Table name field above are intended as documentation for the index supporting the matchcode search. At present, this field is purely documentary in function.

A prerequisite is that the relevant index has already been created in the ABAP/4 Dictionary.

Procedure

Examples

Dependencies

History
Last changed by/on SAP  19950209 
SAP Release Created in