STRN3MAIN SAP (SAP STATTRACE: NR/3 Statistics) Structure details

Dictionary Type: Structure
Description: SAP STATTRACE: NR/3 Statistics




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




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

STRN3MAIN 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 STATTRACE: NR/3 Statistics" 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_STRN3MAIN TYPE STRN3MAIN.

The STRN3MAIN table consists of various fields, each holding specific information or linking keys about SAP STATTRACE: NR/3 Statistics data available in SAP. These include I_TIME (SAP STATTRACE: Start Time of First Stats Rec. of Measurement), TRANSID (N3 Workload: Transaction ID (GUID)), COMPNAME (N3 Workload: Name/ID of Statistics Component), R3FLAG (SAP workload: Indicator for Various Uses ('X' or space)).. 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: Cannot Be Enhanced


SAP STRN3MAIN 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
I_DATESAP Workload: Date of First Statistical Rec. of Measurement SAPWLFDAYDATS8SAPWLDATE
I_TIMESAP STATTRACE: Start Time of First Stats Rec. of Measurement STRSTARTTIMETIMS6UZEIT
TRANSIDN3 Workload: Transaction ID (GUID) SWLNTRIDCHAR32SAPWLCHR32
COMPNAMEN3 Workload: Name/ID of Statistics Component SWLNCOMPNTCHAR32SAPWLCHR32
R3FLAGSAP workload: Indicator for Various Uses ('X' or space) SAPWLFLAGCHAR1SAPWLFLAG
R3SYSTEMIDSAP Workload: SystemID(GUID) in Distributed System Landscape SAPWLSYSIDCHAR32SYSUUID_C
I_SYSTEMIDN3 Workload: Name or ID of Initial Component SWLNSYSNAMCHAR32CHAR32
I_SYSTYPEN3 Workload: Component Type SWLNSTCMPTYCHAR10CHAR10
PRE_SYSIDN3 Workload: Name or ID of Preceding Component SWLNPRESYSCHAR32CHAR32
I_USERIDN3 Workload. Initial User (Triggered Transaction) SWLNIUSERNCHAR32CHAR32
I_ACTIONN3 Workload: Intial Executed Action SWLNIACTCHAR40SAPWLCHR40
LAST_COMPTYPEN3 Workload: Type of a Statistics-Writing Component SWLLSTCMPTYCHAR10CHAR10
LAST_SYSIDSAP Workload: SystemID(GUID) in Distributed System Landscape SAPWLLSYSIDCHAR32SYSUUID_C
ITAB1_INDXRow Index of Internal Tables SYTABIXINT410SYST_LONG
ITAB2_INDXRow Index of Internal Tables SYTABIXINT410SYST_LONG
ITAB3_INDXRow Index of Internal Tables SYTABIXINT410SYST_LONG
ITAB4_INDXRow Index of Internal Tables SYTABIXINT410SYST_LONG
HIER_LEVELSAP Workload: Hierarchy Level SAPWLHLEVRAW32
STARTDATEN3 Workload: Arrival Date of Request in Component SWLNDATUMDATS8SAPWLDATE
STARTTIMEN3 Workload: Arrival Time of Request in Component SWLNZEITTIMS6SAPWLTIMES
ENDDATEN3 Workload: Date of Processing End in Component SWLNEDATUMDATS8SAPWLDATE
ENDTIMEN3 Workload: Time of End of Request Processing SWLNEZEITTIMS6SAPWLTIMES
COMPONENT_TYPEN3 Workload: Type of Statistics Component SWLNCOMPTYPECHAR10CHAR10
ACTIONN3 Workload: Executed Action SWLNACTIONCHAR128SAPWLCHAR128
ACTT_SHORTTEXTN3 Workload: Name (Short Text) of Action Type SWLNACTTYPSCHAR20SAPWLCHR20
SERV_SHORTTEXTN3 Workload: Name of Service Type / Task Type SWLNSERVCHAR20TEXT20
SUSERN3 Workload: User or User ID SWLNUSRCHAR32SAPWLCHR32
SUBRECORDSAP STATTRACE: Indicator for Available Subrecords SWLSUBRECCHAR40SAPWLTXT40
RESPTIMEN3 Workload: Response Time of Step (ms) SWLNSTRESPTIDEC15SAPWLTIME0
CPUTIMEN3 Workload: CPU Time of Step (ms) SWLNSTCPUTIDEC15SAPWLTIME0
DBREQTIMEN3 Workload: Database Time of Step (ms) SWLNSTDBTIMEDEC15SAPWLTIME0
DBPROCTIN3 Workload: Time for DB Accesses by DB Procedures (ms) SWLNSTDPBTIDEC15SAPWLTIME0
WAITTIMEN3 Workload: Call / Roll Wait Time of Step (ms) SWLNSTWAITTIDEC15SAPWLTIME0
QUEUETIMEN3 Workload: Wait Time of Step (ms) SWLNSTQUETIDEC15SAPWLTIME0
LOADTIMEN3 Workload: Load Time of a Request (ms) SWLNSTLOADTIDEC15SAPWLTIME0
GENTIMEN3 Workload: Generation Time of Step (ms) SWLNSTGENTIDEC15SAPWLTIME0
PROCESSIDN3 Workload: ID of Process that Is Processing Request SWLNSTPRIDINT410
THREADIDDSR Statistics: Thread ID (No Display in ABAP Statistics) SWLN3STTHIDINT410
MAXMEMN3 Workload: Maximum Memory Usage (KB) SWLN3STMEMINT410
AVBYTESN3 Workload: Data Requested from Database (KB) SWLNRREQBYTEDEC15SAPWLP15
NETTIMEN3 Workload: Network Time/Frontend Network Time (ms) SWLN3NETTIDEC15SAPWLTIME0
LINECOLORSAP STATTRACE: Color Coding STRLINECOLCHAR4STRLINECOL

Key field Non-key field



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

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

How to access SAP table STRN3MAIN

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