Entering content frame

Object documentation INDEXES Locate the document in its SAP Library structure

The INDEXES system table contains all the indexes for which the current user has privileges.

INDEXES

OWNER

CHAR(32)

Name of index owner

TABLENAME

CHAR(32)

Name of table

INDEXNAME

CHAR(32)

Name of index

TYPE

CHAR(6)

Type of index (UNIQUE | NULL)

CREATEDATE

DATE(10)

Creation date of index

CREATETIME

TIME(8)

Creation time of index

INDEX_USED

FIXED(10)

Usage frequency of index for searches

DISABLED

CHAR(3)

Index not activated for searches (YES | NO)

COMMENT

LONG

Comment about index

See also:

Evaluating System Tables ® INDEXES

 

Leaving content frame