Table 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 | DBINDFLD | Fields of a DB index | ||
| 2 | DBINDXINFO | Header information on indexes read from the DB | ||
| 3 | DD12L | R/3 S_SECINDEX: secondary indexes, header; | SOURCE VALUE(CONSTRAINT) LIKE DD12L-DBINDEX |
|
| 4 | DD12L | R/3 S_SECINDEX: secondary indexes, header; | SOURCE VALUE(DBINDEX) LIKE DD12L-DBINDEX OPTIONAL |
|
| 5 | DD12L | R/3 S_SECINDEX: secondary indexes, header; | SOURCE VALUE(REALNAME) LIKE DD12L-DBINDEX |
|
| 6 | DD12L | R/3 S_SECINDEX: secondary indexes, header; | SOURCE VALUE(INDEXNAME) LIKE DD12L-INDEXNAME OPTIONAL |
|
| 7 | DD12L | R/3 S_SECINDEX: secondary indexes, header; | SOURCE VALUE(TABNAME) LIKE DD12L-SQLTAB OPTIONAL |
|
| 8 | DD12L | R/3 S_SECINDEX: secondary indexes, header; | SOURCE VALUE(UNIQUE) LIKE DD12L-UNIQUEFLAG |
|
| 9 | DD12V | Generated Table for View | ||