/SDF/MSSTATSREC SAP (SQL Server: MSSTATS record (copy of MSDMSTDOWN)) Structure details

Dictionary Type: Structure
Description: SQL Server: MSSTATS record (copy of MSDMSTDOWN)




ABAP Code to SELECT data from /SDF/MSSTATSREC
Related tables to /SDF/MSSTATSREC
Access table /SDF/MSSTATSREC




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

/SDF/MSSTATSREC 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 "SQL Server: MSSTATS record (copy of MSDMSTDOWN)" 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_/SDF/MSSTATSREC TYPE /SDF/MSSTATSREC.

The /SDF/MSSTATSREC table consists of various fields, each holding specific information or linking keys about SQL Server: MSSTATS record (copy of MSDMSTDOWN) data available in SAP. These include STMT_ID (SQL Server statement download statement ID), SPNAME (SQL server stored procedure name), NCALL (SQL Server MSSTATS number of calls), TOTAL_MS (SQL Server MSSTATStotal runtime in ms).. 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 /SDF/MSSTATSREC 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
ANLYID SQL Server statement download analysis ID0
STMT_ID SQL Server statement download statement ID0
SPNAME SQL server stored procedure name0
NCALL SQL Server MSSTATS number of calls0
TOTAL_MS SQL Server MSSTATStotal runtime in ms0
AVG_MS SQL Server MSSTATS average runtime in ms0
MAX_MS SQL Server MSSTATS maximum runtime in ms0
MIN_MS SQL Server MSSTATS minimum runtime in ms0
RF_TOT_MS SQL Server MSSTATS total runtime with fetch in ms0
RF_AVG_MS SQL Server MSSTATS average runtime with fetch in ms0
RF_MAX_MS SQL Server MSSTATS maximum runtime with fetch in ms0
RF_MIN_MS SQL Server MSSTATS minimum runtime with fetch in ms0
MIN_ROWS SQL Server MSSTATS minimum rows0
MAX_ROWS SQL Server MSSTATS maximum rows0
TOTAL_ROWS SQL Server MSSTATS total rows0
AVG_ROWS SQL Server MSSTATS average rows0
PCURSOR SQL Server MSSTATS cursor used0
ROW_COUNT SQL Server MSSTATS row count of longest call0
RF_MS SQL Server MSSTATS total runtime of longest call0
STMTTYPE SQL Server MSSTATS statement type0
OBJNAME SQL Server MSSTATS object name0
INSTANCE SQL Server MSSTATS instance name0
TIMEPROW SQL Server MSSTATS time per row in ms0

Key field Non-key field



How do I retrieve data from SAP structure /SDF/MSSTATSREC using ABAP code?

As /SDF/MSSTATSREC 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 /SDF/MSSTATSREC as there is no data to select.

How to access SAP table /SDF/MSSTATSREC

Within an ECC or HANA version of SAP you can also view further information about /SDF/MSSTATSREC 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!