Table/Structure Field list used by SAP ABAP Function Module GET_TOP_MODIFIED_TABLES_MSQ (MS sql server function to get the top modified tables since last startup)
SAP ABAP Function Module
GET_TOP_MODIFIED_TABLES_MSQ (MS sql server function to get the top modified tables since last startup) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | MSQIMPORT - RUNTIME | MS SQL server - run time limit for dbcc commands | SOURCE VALUE(NUMOFTABS) LIKE MSQIMPORT-RUNTIME OPTIONAL |
|
| 2 | MSQIMPORT - RUNTIME | MS SQL server - run time limit for dbcc commands | ||
| 3 | MSQTOPMODI - DPAGES | Number of data or index pages used stated in kilobytes | ||
| 4 | MSQTOPMODI - MODROWS | MS SQL server - modified rows in the table since upd stats | ||
| 5 | MSQTOPMODI - NAME | MS SQL server table or index name | ||
| 6 | MSQTOPMODI - RESPAGES | Count of alloc. KBytes for all idxes & table data | ||
| 7 | MSQTOPMODI - TABROWS | MS SQL server - number of rows in a table | ||
| 8 | MSQTOPMODI - USED | Count of KBytes used for index and table data | ||
| 9 | MSSTOPMODI - DATA | Data size in KB | ||
| 10 | MSSTOPMODI - NAME | Table name | ||
| 11 | MSSTOPMODI - RESERVED | Reserved size in KB | ||
| 12 | MSSTOPMODI - ROWMODCTR | Row modification counter | ||
| 13 | MSSTOPMODI - ROWS | Number of rows | ||
| 14 | MSSTOPMODI - USED | Used size in KB |