Table list used by SAP ABAP Function Module CNV_CMIS_DB_EXISTS_INDEX (CMIS: Checks whether an index is created in the database)
SAP ABAP Function Module
CNV_CMIS_DB_EXISTS_INDEX (CMIS: Checks whether an index is created in the database) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DD12L | R/3 S_SECINDEX: secondary indexes, header; | SOURCE VALUE(DBINDEX) LIKE DD12L-DBINDEX OPTIONAL |
|
| 2 | DD12L | R/3 S_SECINDEX: secondary indexes, header; | SOURCE VALUE(CONSTRAINT) LIKE DD12L-DBINDEX |
|
| 3 | DD12L | R/3 S_SECINDEX: secondary indexes, header; | SOURCE VALUE(UNIQUE) LIKE DD12L-UNIQUEFLAG |
|
| 4 | DD12L | R/3 S_SECINDEX: secondary indexes, header; | SOURCE VALUE(TABNAME) LIKE DD12L-SQLTAB 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 |
|