Table list used by SAP ABAP Function Module MSS_GET_TOP_N_TABLES (Get the top n largest/modified tables)
SAP ABAP Function Module
MSS_GET_TOP_N_TABLES (Get the top n largest/modified tables) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | DBCON | Description of Database Connections | SOURCE VALUE(CON_NAME) LIKE DBCON-CON_NAME DEFAULT 'DEFAULT' |
|
| 2 | MSSCONNDATA | MSSQL multi-connect : Complete connection information | ||
| 3 | MSSSERIA | MSSQL: Serialization Format of RAT Data | ||
| 4 | MSSTOPLARGE | Top large tables | SOURCE LARGE_TABLES STRUCTURE MSSTOPLARGE OPTIONAL |
|
| 5 | MSSTOPMODI | Top modified tables | SOURCE MODIFIED_TABLES STRUCTURE MSSTOPMODI OPTIONAL |
|