Table list used by SAP ABAP Function Module DB_GET_INDEXES (Returns all indexes with fields for a table)
SAP ABAP Function Module
DB_GET_INDEXES (Returns all indexes with fields for a table) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DBINDEX | DB index name and unique flag | SOURCE DBINDEXES STRUCTURE DBINDEX |
|
| 2 | DBINDFLD | Fields of a DB index | SOURCE DBINDFLDS STRUCTURE DBINDFLD OPTIONAL |
|
| 3 | DBINDFLD | Fields of a DB index | ||
| 4 | DD02L | SAP Tables | SOURCE VALUE(TABNAME) LIKE DD02L-TABNAME |
|