SAP ABAP Function Module DB_EXISTS_INDEX (Checks whether an index is created in the database)
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
Function Module DB_EXISTS_INDEX Checks whether an index is created in the database  
Function Group SDB1   Database catalog accesses  
Program Name SAPLSDB1    
INCLUDE Name LSDB1U03    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting CONSTRAINT TYPE DD12L-DBINDEX
Exporting REALNAME TYPE DD12L-DBINDEX Real name in the database
Exporting SUBRC TYPE SYST-SUBRC 0: index created; 4: index not created
Exporting UNIQUE TYPE DD12L-UNIQUEFLAG X: unique; space: not unique (if subrc = 0)
Importing DBINDEX TYPE DD12L-DBINDEX Name of the index on the DB
Importing TABNAME TYPE DD12L-SQLTAB Table Name
Importing INDEXNAME TYPE DD12L-INDEXNAME Name of the index to be checked
Exception PARAMETER_ERROR TYPE
               
Processing Type
Normal Function Module  
Remote-Enabled Module BaseXML supported
Update Module Start immediately
Immediate Start, No Restart
Start Delayed
Coll.run
JAVA Module Callable from ABAP  
Remote-Enabled JAVA Module  
Module Callable from JAVA  
History
Last changed by/on SAP  19950113 
SAP Release Created in