ST02_T1 SAP (Fields of Table Statistics Display ST02 (RSMSS02)) Structure details

Dictionary Type: Structure
Description: Fields of Table Statistics Display ST02 (RSMSS02)




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




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

ST02_T1 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 "Fields of Table Statistics Display ST02 (RSMSS02)" 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_ST02_T1 TYPE ST02_T1.

The ST02_T1 table consists of various fields, each holding specific information or linking keys about Fields of Table Statistics Display ST02 (RSMSS02) data available in SAP. These include RDATE (Date), RTIME (Time), RHOST (Server name), BUFFER (Objects in this buffer).. 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 ST02_T1 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
RSYSIDSAP System number STA_RSYIDCHAR2STAT_SYSID
RDATEDate STA_DATE_CDATS8STAT_DATEC
RTIMETime STA_TIMETIMS6UZEIT
RHOSTServer name STA_HOSTCHAR8STAT_HOST
BUFFERObjects in this buffer STA_BUFFERCHAR16STAT_CHR16
Q1Buffer hits to buffer requests (%) STA_Q1NUMC3STAT_NUMC3
ZBUFASize of space allocated to the buffer in K-byte STA_ZBUFAINT410STAT_INT4
ZBUFFSize of unused space of allocated buffer space (K) STA_ZBUFFINT410STAT_INT4
NDBANumber of database accesses to objects for this buffer STA_NDBAINT410STAT_INT4
NEMAXMaximum directory entries usable STA_NEMAXINT410STAT_INT4
NEFREENumber of directory entries unused now STA_NEFREEINT410STAT_INT4
NABREQNumber of requests to ABAP/4 processor STA_ABREQUDEC15STAT_CNTP0
NABFAILNumber of requests to ABAP/4 processor failed STA_ABFAILDEC15STAT_CNTP0
NDBCALLSTotal DB calls STA_CALLSDEC15STAT_CNTP0
ATIMEAverage time for one DB request STA_AVDBTIDEC15(1) STAT_TIMP1
NROWSNumber of rows affected STA_NROWSDEC15STAT_CNTP0
HITRATIOTable buffer hit ratio STA_HITRATNUMC3STAT_NUMC3
ZROLLSMSize of space of roll file in shared memory area STA_ZROLSMINT410STAT_INT4
ZROLLODSize of space of roll file on disk STA_ZROLODINT410STAT_INT4
ZPAGESMSize of space of paging file in shared memory area STA_ZPAGSMINT410STAT_INT4
ZPAGEODSize of paging file on disk STA_ZPAGODINT410STAT_INT4

Key field Non-key field



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

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

How to access SAP table ST02_T1

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