Data Element list used by SAP ABAP Table MSQ_FILES (Data about operating system files which make up a db)
SAP ABAP Table
MSQ_FILES (Data about operating system files which make up a db) is using
| # | Object Type | Object Name | Object Description | Note |
|---|---|---|---|---|
| 1 | MSQDEVFREE | Free space left on file system (partition) in MB. | ||
| 2 | MSQDEVSIZE | The size in MB of the logical device the file resides upon | ||
| 3 | MSQFLCREDB | file was created with a CREATE DB command | ||
| 4 | MSQFLDBCRE | file created during Database creation | ||
| 5 | MSQFLDFDEV | file is on default device | ||
| 6 | MSQFLDSKFL | file is a disk file | ||
| 7 | MSQFLEXTS | Total number of extents assigned to a file | ||
| 8 | MSQFLGROW | Growth size of the SQL Server database file | ||
| 9 | MSQFLGRPCT | SQL Server file has growth represented in percentage | ||
| 10 | MSQFLGRPDF | Default file grp contains objects created w/o defined filegp | ||
| 11 | MSQFLGRPRO | The file group is read only | ||
| 12 | MSQFLLGDEV | file is a log file | ||
| 13 | MSQFLPRIM | Primary file containing startup information and also data | ||
| 14 | MSQFLTGROW | True file growth in MB | ||
| 15 | MSQFLTMXSZ | True Max file size in MB(-1 means file grows till disk full) | ||
| 16 | MSQFLTSIZE | File size in MB. | ||
| 17 | MSQFLUEXTS | Total no. of used extents(8 contiguous pgs) assigned to file | ||
| 18 | MSQFLWRTBU | file has been written to since the last backup was done | ||
| 19 | MSQPHYFLNA | Physical file name (full path) of the database file. | ||
| 20 | MSSFG | Filegroup name | ||
| 21 | MSSFILE | Logical file name |