MSSVTLFLS SAP (MS SQL Server vitual file statistics display) Structure details

Dictionary Type: Structure
Description: MS SQL Server vitual file statistics display




ABAP Code to SELECT data from MSSVTLFLS
Related tables to MSSVTLFLS
Access table MSSVTLFLS




Structure field list including key, data, relationships and ABAP select examples

MSSVTLFLS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "MS SQL Server vitual file statistics display" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_MSSVTLFLS TYPE MSSVTLFLS.

The MSSVTLFLS table consists of various fields, each holding specific information or linking keys about MS SQL Server vitual file statistics display data available in SAP. These include PARTITION (MS SQL Server partition name), FILETYPE (MS SQL Server file type), DBNAME (Database name), FILENAME (Logical file name).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP MSSVTLFLS structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
LOGFILENALogical file name MSSFILECHAR128MSSSYSNAME
PARTITIONMS SQL Server partition name MSSPARTCHAR10CHAR10
FILETYPEMS SQL Server file type MSSFLTYPECHAR4CHAR4
DBNAMEDatabase name MSSDBCHAR128MSSSYSNAME
FILENAMELogical file name MSSFILECHAR128MSSSYSNAME
TIMESTAMPCharacter field length 26 CHAR26CHAR26CHAR26
IOSTALLMSIO stall ms per read + write operation MSQVTLIODEC16(3)
IOSTALLRDMSIO Stall - milliseconds / read request MSSIOSTALLRDMSDEC16(3)
IOSTALLWRMSIO Stall - milliseconds / write request MSSIOSTALLWRMSDEC16(3)
KBREADSECkilobytes read per second MSSKBRSECDEC16(3)
KBWRTSECkilobytes writtten per second MSSKBWSECDEC16(3)
NUMREADSNumber of reads per second MSQVTLNRDEC16(3)
NUMWRITESNumber of writes returned from ::fn_virtualfilestats MSQVTLNWDEC16(3)
BYTESREADNumber of bytes returned from ::fn_virtualfilestats MSQVTLBRDEC16(3)
BYTESWTNNumber of bytes written from ::fn_virtualfilestats MSQVTLBWDEC16(3)
KBREADREQkilobytes read per request MSSKBRREQDEC16(3)
KBWRTREQkilobytes writtten per request MSSKBWREQDEC16(3)

Key field Non-key field



How do I retrieve data from SAP structure MSSVTLFLS using ABAP code?

As MSSVTLFLS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on MSSVTLFLS as there is no data to select.

How to access SAP table MSSVTLFLS

Within an ECC or HANA version of SAP you can also view further information about MSSVTLFLS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!