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 Table/Structure Field  SYST - TABIX ABAP System Field: Row Index of Internal Tables
2 Table/Structure Field  TAB_ORA - NUM_ROWS Number of rows
3 Table/Structure Field  TAB_ORA - NUM_ROWS Number of rows SOURCE VALUE(ROW_COUNT) LIKE TAB_ORA-NUM_ROWS
4 Table/Structure Field  TAB_ORA - OWNER Table owner
5 Table/Structure Field  TAB_ORA - OWNER Table owner SOURCE VALUE(OWNER_NAME) LIKE TAB_ORA-OWNER DEFAULT ' '
6 Table/Structure Field  TAB_ORA - TABLE_NAME Table Name
7 Table/Structure Field  TAB_ORA - TABLE_NAME Table Name SOURCE VALUE(TABLE_NAME) LIKE TAB_ORA-TABLE_NAME