STATRDEFLT SAP (SAP Workload: Main Statistics Record for 'Non-R/3' Systems) Structure details

Dictionary Type: Structure
Description: SAP Workload: Main Statistics Record for 'Non-R/3' Systems




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




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

STATRDEFLT 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 "SAP Workload: Main Statistics Record for 'Non-R/3' Systems" 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_STATRDEFLT TYPE STATRDEFLT.

The STATRDEFLT table consists of various fields, each holding specific information or linking keys about SAP Workload: Main Statistics Record for 'Non-R/3' Systems data available in SAP. These include I_TRANS_ID (SAP Workload: Workload: Transaction ID), I_SYSID (SAP Workload: SystemID(GUID) in Distributed System Landscape), I_SERVICE (SAP Workload: Tech. Service Type in Distr. System Landscape), I_USERID (SAP Workload: UserID in Distributed System Landscape).. 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 STATRDEFLT 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
RECVERSIONSAP Workload: Statistical Data Record Version SAPWLRVERSCHAR1CHAR1
I_TRANS_IDSAP Workload: Workload: Transaction ID SAPWLTRIDCHAR32CHAR32
I_SYSIDSAP Workload: SystemID(GUID) in Distributed System Landscape SAPWLSYSIDCHAR32SYSUUID_C
I_SERVICESAP Workload: Tech. Service Type in Distr. System Landscape SAPWLSVTYPINT25PFSERVICE
I_USERIDSAP Workload: UserID in Distributed System Landscape SAPWLUSRIDCHAR32CHAR32
I_ACTIONSAP Workload: Action/Transaction in Distributed SysLandscape SAPWLACTNCHAR40CHAR40
I_ACTTYPESAP Workload: Type of an Action/Transaction in Distrbtd Sys. SAPWLACTTYINT25PFACTTYPE
TRACEFLAGSAP Workload: Trace Flag for Distributed System Landscape SWLTRCFLGINT25INT2
PRE_SYSIDSAP Workload: SystemID(GUID) in Distributed System Landscape SAPWLSYSIDCHAR32SYSUUID_C
SERVICESAP Workload: Tech. Service Type in Distr. System Landscape SAPWLSVTYPINT25PFSERVICE
ACTIONSAP Workload: Action/Transaction in Distributed SysLandscape SAPWLACTNCHAR40CHAR40
ACTIONTYPESAP Workload: Type of an Action/Transaction in Distrbtd Sys. SAPWLACTTYINT25PFACTTYPE
USERIDSAP Workload: UserID in Distributed System Landscape SAPWLUSRIDCHAR32CHAR32
STARTTIME1Time value in raw statistics record STA_TIMEREINT410STAT_TIMI0
STARTTIME2Time value in raw statistics record STA_TIMEREINT410STAT_TIMI0
ENDTIME1Time value in raw statistics record STA_TIMEREINT410STAT_TIMI0
ENDTIME2Time value in raw statistics record STA_TIMEREINT410STAT_TIMI0
RESPTIMESAP Workload: Workload: Response time in micro seconds SAPWLLRESPDEC15SAPWLDEC15
CPUTIMETime value in raw statistics record STA_TIMEREINT410STAT_TIMI0
QUETIMETime value in raw statistics record STA_TIMEREINT410STAT_TIMI0
NETTIMETime value in raw statistics record STA_TIMEREINT410STAT_TIMI0
WAITTIMTime value in raw statistics record STA_TIMEREINT410STAT_TIMI0
LUW_INFOStatistics, hex 1 field STA_HEXRAW1STAT_HEX_1

Key field Non-key field



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

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

How to access SAP table STATRDEFLT

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