T20_ST02 SAP (ST02: Fields for screens 20, 21, 22, 23) Structure details

Dictionary Type: Structure
Description: ST02: Fields for screens 20, 21, 22, 23




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




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

T20_ST02 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 "ST02: Fields for screens 20, 21, 22, 23" 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_T20_ST02 TYPE T20_ST02.

The T20_ST02 table consists of various fields, each holding specific information or linking keys about ST02: Fields for screens 20, 21, 22, 23 data available in SAP. These include QUALITY (Data base buffer quality), HITS (Buffer hits), REQUESTS (Buffer requests), DB_ACC_SAV (Database Accesses Saved).. 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 T20_ST02 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
BUF_NAMEBuffer name D_BUF_NAMECHAR21ST02_21
QUALITYData base buffer quality D_QUALDEC5(2) STAT_QUD2
HITSBuffer hits D_HITSINT410STAT_I4
REQUESTSBuffer requests D_REQUESTSINT410STAT_I4
DB_ACC_SAVDatabase Accesses Saved D_DBACSAVEINT410STAT_I4
DB_ACCESSDatabase Accesses D_DBACINT410STAT_I4
SIZE_ALLOCBuffer allocated D_SIZEINT410STAT_I4
SIZE_AVAILAvailable size in buffer D_SAVAILINT410STAT_I4
SIZE_USEDSize used in buffer D_SUSEDINT410STAT_I4
SIZE_FREEFree Buffer D_SFREEINT410STAT_I4
SIZE_GAPSGap size in buffer D_SGAPSINT410STAT_I4
ENTRY_MAXMaximum entries in directory D_EMAXINT410STAT_I4
ENTRY_USEDUsed entries in directory D_EUSEDINT410STAT_I4
ENTRY_FREEFree entries in directory D_EFREEINT410STAT_I4
REFRESHESNumber of buffer refreshes D_REFRESHINT25STAT_INT2
FIRST_REFRTime of buffer initialization D_FIRSTREFCHAR21ST02_21
LAST_REFRTime of last buffer refresh D_LASTREFRCHAR21ST02_21
ST_QUALITYQuality of storage management D_STQUALCHAR3ST02_3
ST_SEARCHMStorage search mode D_STSEARCHCHAR13ST02_13
ST_MEMORYCStorage memory class D_STMEMORYCHAR13ST02_13
AC_ACTIVEOActive objects D_ACACTIVECHAR10ST02_10
AC_INSERTSInserts D_ACINSERTCHAR10ST02_10
AC_DELETESDeletes D_ACDELETECHAR10ST02_10
AC_SWAPObject swaps from buffer D_ACSWAPINT410STAT_I4
FRAME_SWAPObject swaps from buffer D_ACSWAPINT410STAT_I4
AC_REORGBuffer reorgs D_ACREORGINT410STAT_I4
OB_MINSIZEMin.object size D_OBMINSIZCHAR10ST02_10
OB_MAXSIZEMax.object size D_OBMAXSIZCHAR10ST02_10
OB_AVERAGEAverage object size D_OBAVERAGCHAR10ST02_10
OB_VARIANZVariance of object size D_OBVARIANCHAR10ST02_10
OB_STANDStandard object size D_OBSTANDCHAR10ST02_10

Key field Non-key field



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

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

How to access SAP table T20_ST02

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