Table list used by SAP ABAP Function Module DB_GET_ALL_INDEXES (Supplies all indexes from the database together with the table names)
SAP ABAP Function Module
DB_GET_ALL_INDEXES (Supplies all indexes from the database together with the table names) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DBOBJECT | Name of a Database Object (Table, Index, View) | SOURCE ALL_INDEXES STRUCTURE DBOBJECT |
|
| 2 | DDREFSTRUC | DD: General Reference Structure in ABAP Dictionary | SOURCE VALUE(UNIQUE_ONLY) LIKE DDREFSTRUC-FLAG DEFAULT SPACE |
|