Table list used by SAP ABAP Function Module MSS_GET_DB_SIZE_DETAILS (Get information on the size of all tables and indexes in a database)
SAP ABAP Function Module
MSS_GET_DB_SIZE_DETAILS (Get information on the size of all tables and indexes in a database) 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 | MSSTOTTABSIZEINFO | Information on the total size of all tables | ||
| 5 | MSSTOTTABSIZEINFO | Information on the total size of all tables | SOURCE VALUE(DB_SIZEDETAILS) LIKE MSSTOTTABSIZEINFO |
|