SAP ABAP Function Module UPG_DD_CREATE_INDEX (Read index from the Dictionary and create it in the database.)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-UPG-TLS-TLA (Application Component) Upgrade Tools for ABAP
     SAUD (Package) Description of Delivery Units
Basic Data
Function Module UPG_DD_CREATE_INDEX Read index from the Dictionary and create it in the database.  
Function Group SUG_DDIF   Inactive DDIC avtivation in AIMs.  
Program Name SAPLSUG_DDIF    
INCLUDE Name LSUG_DDIFU09    
Parameters
Type Parameter Name Typing Associated Type Default value Optional Pass Value Short text
Exporting GENPROG TYPE TRDIR-NAME actual name of the generated program
Importing DBSYS TYPE SYST-DBSYS SY-DBSYS DBS for which program is generated
Importing INDEXNAME TYPE DD12V-INDEXNAME Index ID
Importing NO_EXEC TYPE SPACE X: do not execute generated program
Importing PRID TYPE SYST-TABIX 0 Log ID
Importing PROGNAME TYPE TRDIR-NAME SPACE Name of the generated program
Importing TABNAME TYPE DD12V-SQLTAB Name of the table
Exception BASETAB_ERROR TYPE Basis table is missing
Exception DB_ERROR TYPE Error when creating on the database.
Exception DD_ERROR TYPE Error in the Dictionary definition
Exception INDEX_EXISTS TYPE Index already exists on the DB
               
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  20140802 
SAP Release Created in 740