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 |
|---|---|---|---|---|---|---|---|
| |
GENPROG | TYPE | TRDIR-NAME | actual name of the generated program | |||
| |
DBSYS | TYPE | SYST-DBSYS | SY-DBSYS | DBS for which program is generated | ||
| |
INDEXNAME | TYPE | DD12V-INDEXNAME | Index ID | |||
| |
NO_EXEC | TYPE | SPACE | X: do not execute generated program | |||
| |
PRID | TYPE | SYST-TABIX | 0 | Log ID | ||
| |
PROGNAME | TYPE | TRDIR-NAME | SPACE | Name of the generated program | ||
| |
TABNAME | TYPE | DD12V-SQLTAB | Name of the table | |||
| |
BASETAB_ERROR | TYPE | Basis table is missing | ||||
| |
DB_ERROR | TYPE | Error when creating on the database. | ||||
| |
DD_ERROR | TYPE | Error in the Dictionary definition | ||||
| |
INDEX_EXISTS | TYPE | Index already exists on the DB | ||||
Processing Type
| Normal Function 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 |