Table/Structure Field list used by SAP ABAP Function Module GET_INDEXES_FROM_TAB_ORA (Indexes Information from dba_indexes (for a Single Table))
SAP ABAP Function Module
GET_INDEXES_FROM_TAB_ORA (Indexes Information from dba_indexes (for a Single Table)) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | SYST - TABIX | ABAP System Field: Row Index of Internal Tables | ||
| 2 | TAB_ORA - NUM_ROWS | Number of rows | ||
| 3 | TAB_ORA - NUM_ROWS | Number of rows | SOURCE VALUE(ROW_COUNT) LIKE TAB_ORA-NUM_ROWS |
|
| 4 | TAB_ORA - OWNER | Table owner | ||
| 5 | TAB_ORA - OWNER | Table owner | SOURCE VALUE(OWNER_NAME) LIKE TAB_ORA-OWNER DEFAULT ' ' |
|
| 6 | TAB_ORA - TABLE_NAME | Table Name | ||
| 7 | TAB_ORA - TABLE_NAME | Table Name | SOURCE VALUE(TABLE_NAME) LIKE TAB_ORA-TABLE_NAME |
|