Table/Structure Field list used by SAP ABAP Function Module DB_CREATE_INDEX_S (As DB_CREATE_INDEX, also returns the generated statements)
SAP ABAP Function Module
DB_CREATE_INDEX_S (As DB_CREATE_INDEX, also returns the generated statements) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DBINDEX - NAME | Table or index name | ||
| 2 | DD02L - TABNAME | Table Name | ||
| 3 | DD02L - TABNAME | Table Name | SOURCE VALUE(TABNAME) LIKE DD02L-TABNAME |
|
| 4 | DD12L - DBINDEX | Database index | SOURCE VALUE(DBINDEX) LIKE DD12L-DBINDEX DEFAULT SPACE |
|
| 5 | DD12L - DBINDEX | Database index | ||
| 6 | DD12L - UNIQUEFLAG | Flag for UNIQUE indexes | ||
| 7 | DD12L - UNIQUEFLAG | Flag for UNIQUE indexes | SOURCE VALUE(UNIQUE) LIKE DD12L-UNIQUEFLAG DEFAULT SPACE |
|
| 8 | DD12V - DBINDEX | Database index | ||
| 9 | DD12V - INDEXNAME | Unique Index ID in a Table | SOURCE VALUE(INDEXNAME) TYPE DD12V-INDEXNAME DEFAULT SPACE |
|
| 10 | DD12V - INDEXNAME | Unique Index ID in a Table | ||
| 11 | DD12V - SQLTAB | Table Name | ||
| 12 | RSX12DB - SOURCE | Source, originator of the DB values parameter | ||
| 13 | STORAGESRC - CMP | Compute from technical settings | ||
| 14 | STORAGESRC - CMT | (only for indexes) - 'CMP' + effect of DB table status | ||
| 15 | STORAGESRC - DBR | (only for indexes) - current DB status of reference index | ||
| 16 | STORAGESRC - SVD | Saved storage structure | ||
| 17 | SYST - DBSYS | ABAP System Field: Central Database System | ||
| 18 | SYST - MSGTY | ABAP System Field: Message Type | ||
| 19 | SYST - TABIX | ABAP System Field: Row Index of Internal Tables | ||
| 20 | T100 - ARBGB | Application Area | ||
| 21 | TRDIR - NAME | ABAP Program Name | ||
| 22 | TRDIR - NAME | ABAP Program Name | SOURCE VALUE(PROGNAME) LIKE TRDIR-NAME DEFAULT SPACE |
|
| 23 | TRDIR - NAME | ABAP Program Name | SOURCE VALUE(GENPROG) LIKE TRDIR-NAME |