Table/Structure Field list used by SAP ABAP Function Module MSS_GET_LOGSIZE (SQL Server transaction log size)
SAP ABAP Function Module
MSS_GET_LOGSIZE (SQL Server transaction log size) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | MSQDBASES - DBNAME | The name of the database in SQL Server instance. | ||
| 2 | MSQLOGSZ - LOGFREE | Free space in database transaction log in MB . | ||
| 3 | MSQLOGSZ - LOGSIZE | Size of the database transaction log in MB. | ||
| 4 | MSSDBLOGSZ - LOG_FREE | MSS Server DB Log free size | ||
| 5 | MSSDBLOGSZ - LOG_SIZE | MSS Server log size | ||
| 6 | MSSPROCINF - DBNAME | MS SQL Server: Database name | ||
| 7 | MSSPROCINF - DBNAME | MS SQL Server: Database name | SOURCE VALUE(DBNAME) LIKE MSSPROCINF-DBNAME |
|