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