Data Element list used by SAP ABAP Function Module DD_CREATE_INDEX (Read index from the Dictionary and create it in the database.)
SAP ABAP Function Module
DD_CREATE_INDEX (Read index from the Dictionary and create it in the database.) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | INDEXID | Unique Index ID in a Table | SOURCE VALUE(INDEXNAME) LIKE DD12V-INDEXNAME |
|
| 2 | PROGNAME | ABAP Program Name | SOURCE VALUE(GENPROG) LIKE TRDIR-NAME |
|
| 3 | PROGNAME | ABAP Program Name | SOURCE VALUE(PROGNAME) LIKE TRDIR-NAME DEFAULT SPACE |
|
| 4 | TABNAME | Table Name | SOURCE VALUE(TABNAME) LIKE DD12V-SQLTAB |
|