Table/Structure Field list used by SAP ABAP Function Module DB_CREATE_INDEX (Legt einen Index auf der Datenbank an)
SAP ABAP Function Module
DB_CREATE_INDEX (Legt einen Index auf der Datenbank an) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DD02L - TABNAME | Table Name | ||
| 2 | DD02L - TABNAME | Table Name | SOURCE VALUE(TABNAME) LIKE DD02L-TABNAME |
|
| 3 | DD12L - DBINDEX | Database index | SOURCE VALUE(DBINDEX) LIKE DD12L-DBINDEX |
|
| 4 | DD12L - DBINDEX | Database index | ||
| 5 | DD12L - UNIQUEFLAG | Flag for UNIQUE indexes | ||
| 6 | DD12L - UNIQUEFLAG | Flag for UNIQUE indexes | SOURCE VALUE(UNIQUE) LIKE DD12L-UNIQUEFLAG DEFAULT SPACE |
|
| 7 | SYST - DBSYS | ABAP System Field: Central Database System | ||
| 8 | SYST - TABIX | ABAP System Field: Row Index of Internal Tables | ||
| 9 | TRDIR - NAME | ABAP Program Name | ||
| 10 | TRDIR - NAME | ABAP Program Name | SOURCE VALUE(PROGNAME) LIKE TRDIR-NAME DEFAULT SPACE |
|
| 11 | TRDIR - NAME | ABAP Program Name | SOURCE VALUE(GENPROG) LIKE TRDIR-NAME |