Data Element list used by SAP ABAP Function Module GET_SQLFILES_MSS (get data on the files of a SQL Server database)
SAP ABAP Function Module
GET_SQLFILES_MSS (get data on the files of a SQL Server database) is using
# | Object Type | Object Name | Object Description | Note |
---|---|---|---|---|
![]() |
![]() |
|||
1 | ![]() |
DBCON_NAME | Logical name for a database connection | SOURCE VALUE(CON_NAME) LIKE DBCON-CON_NAME DEFAULT 'DEFAULT' |
2 | ![]() |
MSQDEVFREE | Free space left on file system (partition) in MB. | |
3 | ![]() |
MSQFLEXTS | Total number of extents assigned to a file | |
4 | ![]() |
MSQFLGROW | Growth size of the SQL Server database file | |
5 | ![]() |
MSQFLTGROW | True file growth in MB | |
6 | ![]() |
MSQFLTMXSZ | True Max file size in MB(-1 means file grows till disk full) | |
7 | ![]() |
MSQFLTSIZE | File size in MB. | |
8 | ![]() |
MSQFLUEXTS | Total no. of used extents(8 contiguous pgs) assigned to file | |
9 | ![]() |
MSSDB | Database name | SOURCE VALUE(DBNAME) LIKE MSS_DBDATA-DBNAME OPTIONAL |
10 | ![]() |
MSSSCHEMA | Schema name | SOURCE VALUE(SCHEMA) TYPE MSSSCHEMA DEFAULT SPACE |