Table/Structure Field list used by SAP ABAP Function Module DB_EXISTS_INDEX (Checks whether an index is created in the database)
SAP ABAP Function Module
DB_EXISTS_INDEX (Checks whether an index is created in the database) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DBINDXINFO - INDEXNAME | Database index | ||
| 2 | DBINDXINFO - PKEYCONSTR | Flag for internal table | ||
| 3 | DBINDXINFO - UNIQUE | Flag for UNIQUE indexes | ||
| 4 | DD12L - DBINDEX | Database index | ||
| 5 | DD12L - DBINDEX | Database index | SOURCE VALUE(REALNAME) LIKE DD12L-DBINDEX |
|
| 6 | DD12L - DBINDEX | Database index | SOURCE VALUE(DBINDEX) LIKE DD12L-DBINDEX OPTIONAL |
|
| 7 | DD12L - DBINDEX | Database index | SOURCE VALUE(CONSTRAINT) LIKE DD12L-DBINDEX |
|
| 8 | DD12L - INDEXNAME | Unique Index ID in a Table | ||
| 9 | DD12L - INDEXNAME | Unique Index ID in a Table | SOURCE VALUE(INDEXNAME) LIKE DD12L-INDEXNAME OPTIONAL |
|
| 10 | DD12L - SQLTAB | Table Name | SOURCE VALUE(TABNAME) LIKE DD12L-SQLTAB OPTIONAL |
|
| 11 | DD12L - SQLTAB | Table Name | ||
| 12 | DD12L - UNIQUEFLAG | Flag for UNIQUE indexes | ||
| 13 | DD12L - UNIQUEFLAG | Flag for UNIQUE indexes | SOURCE VALUE(UNIQUE) LIKE DD12L-UNIQUEFLAG |
|
| 14 | DD12V - DBINDEX | Database index | ||
| 15 | SYST - DBSYS | ABAP System Field: Central Database System | ||
| 16 | SYST - INDEX | ABAP System Field: Loop Index |