SAP ABAP Function Module DB_CREATE_INDEX (Legt einen Index auf der Datenbank an)
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_CREATE_INDEX Legt einen Index auf der Datenbank an  
Function Group SDB2   Database catalog accesses  
Program Name SAPLSDB2    
INCLUDE Name LSDB2U07    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting GENPROG TYPE TRDIR-NAME Real name of the generated program
Importing DBINDEX TYPE DD12L-DBINDEX Name of the index in the DB to be created
Importing DBSYS TYPE SYST-DBSYS SY-DBSYS DBS for which program is generated
Importing NO_EXEC TYPE SPACE X: Do not execute generated program
Importing PRID TYPE SYST-TABIX 0
Importing PROGNAME TYPE TRDIR-NAME SPACE Name of generated program
Importing TABNAME TYPE DD02L-TABNAME Table name
Importing UNIQUE TYPE DD12L-UNIQUEFLAG SPACE X: create unique index
Importing DB_CHECK_FLAG TYPE SPACE
Importing DBSPEC_INFO TYPE DDINDX_DBSPEC Db Spezifische Eigenschaften für Indizes
Tables DDFLDNAMES TYPE DDFLDNAM Names of the index fields
Exception INDEX_EXISTS TYPE Index already exists
Exception INDEX_NOT_CREATED TYPE Error when creating the index
Exception PROGRAM_NOT_GENERATED TYPE Program could not be generated
Exception PROGRAM_NOT_WRITTEN TYPE Program could not be written
Exception TABLE_DOES_NOT_EXIST TYPE Table does not exist
Exception STORAGE_NOT_DETERMINATED TYPE Speicherparameter können nicht ermittelt werden
               
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