TST04INF64 SAP (Statistics: Structure for Database Information Display) Structure details

Dictionary Type: Structure
Description: Statistics: Structure for Database Information Display




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




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

TST04INF64 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 "Statistics: Structure for Database Information Display" 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_TST04INF64 TYPE TST04INF64.

The TST04INF64 table consists of various fields, each holding specific information or linking keys about Statistics: Structure for Database Information Display data available in SAP. These include BUFREADS (Number of reads from shared memory buffer), DSKREADS (Actual reads (I/O requests) from disk), BUFWRITES (Number of writes to shared memory buffer), DSKWRITES (Actual number of writes (I/O requests) to disk).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TST04INF64 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
BUFSIZETOTTotal size of database shared memory buffer BUFFERSPACINT410SINT4_NOS
BUFREADSNumber of reads from shared memory buffer BUFREADS64DEC18STUI_INT64
DSKREADSActual reads (I/O requests) from disk DSKREADS64DEC18STUI_INT64
BUFWRITESNumber of writes to shared memory buffer BUFWRITS64DEC18STUI_INT64
DSKWRITESActual number of writes (I/O requests) to disk DSKWRITS64DEC18STUI_INT64
PLGPAGEWRINumber of physical log pages written PLGPGWRI64DEC18STUI_INT64
PLGWRITESNumber of writes to the physical log PLGWRITS64DEC18STUI_INT64
LLGPAGEWRINumber of logical log pages written LLGPGWRI64DEC18STUI_INT64
LLGWRITESNumber of writes to the logical log LLGWRITS64DEC18STUI_INT64
BUFPOOLFLUNumber of buffer pool flushes BUFPOOLFLUINT410SINT4_NOS
FGWRITESNumber of foreground writes FGWRITES64DEC18STUI_INT64
LRUWRITESNumber of lru writes LRUWRITS64DEC18STUI_INT64
CHUNKWRITEWrites resulting from a checkpoint CHKWRITS64DEC18STUI_INT64
ISCOMMITSISAM commits since database startup ISCOMMIT64DEC18STUI_INT64
ISROLLBACKISAM rollbacks since database startup ISROLLBK64DEC18STUI_INT64
ISAMTOTTotal number of ISAM calls ISAMTOT64DEC18STUI_INT64
SEQSCANSNumber of sequential scans SEQSCANS64DEC18STUI_INT64
NUMCKPTSNumber of checkpoints since database startup NUMCKPTSINT410SINT4_NOS
READQUALPercentage of successful reads from shared memory READ_QUALIINT410SINT4_NOS
WRITEQUALPercentage of successful writes for shared memory buffer WRITE_QUALINT410SINT4_NOS
PHYSLOG_IOPercentage of physical log buffer per write PAGES_PC_1INT410SINT4_NOS
LOGLOG_IOPercentage of logical log buffer per write PAGES_PC_2INT410SINT4_NOS
ACTIVESESSActive database server sessions ACTIVE_SESINT410SINT4_NOS
TRANS_MINTransaction per minute ISCALLS_SEINT410SINT4_NOS
ISCALLS_TRISAM calls per transaction ISCALLS_TRINT410SINT4_NOS
CKPTCORRCheckpoint activity since bootup (100% = inactive) CORR_1INT410SINT4_NOS
PHYSCORRPhysical log sizing by checkpoint CORR_2INT410SINT4_NOS
CORR_3Logical log sizing by checkpoint CORR_3INT410SINT4_NOS
BUFFERSNumber of regular shared memory buffers BUFFERSINT410SINT4_NOS
PAGESIZESystem page size (KB) BUFSIZINT410SINT4_NOS
PHYSBUFFSize of the two physical log buffers PHYSBUFFINT410SINT4_NOS
LOGBUFFSize of each of the three logical log buffers LOGBUFFINT410SINT4_NOS
CLEANERSNumber of database buffer cleaner processes CLEANERSINT410SINT4_NOS
LRUSNumber of LRU queues LRUSINT410SINT4_NOS
LRUMAXDIRTWhen to begin cleaning LRU queues LRUMAXDIRTINT410SINT4_NOS
LRUMINDIRTWhen to stop cleaning LRU queues LRUMINDIRTINT410SINT4_NOS
CKPTINTVLDatabase checkpoint interval (s) CKPTINTVLINT410SINT4_NOS
NUMCPUVPSNumber of user (CPU) virtual processors NUMCPUVPSINT410SINT4_NOS
PHYSFILEPhysical log file size (KB) PHYSFILEINT410SINT4_NOS
LOGSIZSize of a single logical log LOGSIZINT410SINT4_NOS
LOGFILESNumber of Log Files LOGFILESINT410SINT4_NOS
LOGSIZETOTTotal Size of Logical Log (Kb) LOGSIZETOTINT410SINT4_NOS
DBSERVERNAName of database server DBSERVERNACHAR20CHAR20
LTXHWMHigh watermark percentage LTXHWMINT410SINT4_NOS
LOCKSMax. number of locks LOCKSINT410SINT4_NOS
RA_PAGESNumber of pages to read ahead for sequential or index scans RA_PAGESINT410SINT4_NOS
RA_THRESHRead ahead page trigger RA_THRESHINT410SINT4_NOS
RA_USEDRead ahead pages used RA_USED64DEC18STUI_INT64
RA_COUNTSum of read ahead pages RA_COUNT64DEC18STUI_INT64
RA_PERSCANNumber of sequential scans per read ahead RA_PERSCANINT410SINT4_NOS
RA_PCNTPercentage of pages read ahead actually used RA_PCNTDEC4(1) STUI_PCNT
IDL_WRITESNumber of idle writes IDL_WRITESINT410SINT4_NOS
PC_SLEEPSleep time for page cleaners PC_SLEEPINT410SINT4_NOS
OVBUFFNumber of unsuccessful accesses to shared memory buffer OVBUFFINT410SINT4_NOS
SHMVIRTAmount of additional virtual shared memory XMEM_ALLOCINT410SINT4_NOS
FLUSHCKPTSNumber of buffer flushes due to checkpointing FLUSHCKPTSINT410SINT4_NOS
SHMTOTALTotal size of INFORMIX shared memory TOT_SHMSIZINT410SINT4_NOS
NUMAIOVPSNumber of AIO virtual processors AIOVPSINT410SINT4_NOS
DBFILESNumber of disk files used for INFORMIX database DBFILESINT410SINT4_NOS
SHMRESResident shared menory portion RES_SHMSIZINT410SINT4_NOS
SHMMESShared memory communications portion COM_SHMSIZINT410SINT4_NOS
KAIOTHREADNumber of kaio threads for kernel asynchronous disk I/O KAIOTHREADINT410SINT4_NOS
UP_SINCETime since DB start in seconds (Informix monitor) UPSINCEINT410INT4
RESET_STATTime since last reset statistics in seconds RESET_STATINT410INT4
PAGREADSNumber of Buffer Pages read from Disk PAGREADS64DEC18STUI_INT64
PAGWRITESNumber of Buffer Pages written to Disk PAGWRITS64DEC18STUI_INT64
BUFWTSNumber of Buffer Wait Events BUFWAITS64DEC18STUI_INT64
BUFWTPCNTPercentage of Buffer Wait Events BUFWTPCNTDEC4(1) STUI_PCNT
MAXPDQPRIOMax PDQ Priority MAXPDQPRIOINT410SINT4_NOS
DSMAXQUERYDS Max Queries DSMAXQUERYINT410SINT4_NOS
DSMAXSCANSDS Max Scans DSMAXSCANSINT410SINT4_NOS
DSTOTALMEMDS Total Memory DSTOTALMEMINT410SINT4_NOS
ISAMREADSISAM Read Calls ISREADS64DEC18STUI_INT64
ISAMWRITESISAM Write Calls ISWRITES64DEC18STUI_INT64
ISAMREWRITISAM Rewrite Calls ISREWRIT64DEC18STUI_INT64
ISAMDELETEISAM Delete Calls ISDELETE64DEC18STUI_INT64
ISAMSTARTSISAM Start Calls (Index read) ISSTARTS64DEC18STUI_INT64
MAXSORTSPCMax Sort Space MAXSORTSPCINT410SINT4_NOS
SHMVSEGCNTNumber of Virtual Shared Memory Segments SHMVSEGCNTINT410SINT4_NOS
SQLREADLDLoad of SQL read activity: buffer reads / (isreads+isstart) SQLREADLDDEC5(1) STUI_1000
MEMSORTSNumber of Sort Events in Memory MEMSORTSDEC18STUI_INT64
DISKSORTSNumber of Sort Events in Memory DISKSORTSDEC18STUI_INT64
WRITEACTIVPercentage of Write Activity over Read Activity WRITEACTIVDEC4(1) STUI_PCNT
LONG_TXNumber of Long Transactions (aborted) LONG_TXINT410SINT4_NOS
LOCKWAITSNumber of Lock Wait Events LOCKWAIT64DEC18STUI_INT64
LOCKREQSNumber of Lock Requests LOCKREQS64DEC18STUI_INT64
LOCKWTPCNTLock Wait Events per Lock Requests (ppm) LOCKWTPCNTINT410SINT4_NOS
LKTOUTSNumber of Lock Timeout Events LOCKTOUTSINT410SINT4_NOS
DEADLKSNumber of Deadlocks DEADLCKSINT410SINT4_NOS
LOCKSHELDLocks currently held LOCKSCURRINT410SINT4_NOS

Key field Non-key field



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

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

How to access SAP table TST04INF64

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