/SDF/INF_TST04 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 /SDF/INF_TST04
Related tables to /SDF/INF_TST04
Access table /SDF/INF_TST04




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

/SDF/INF_TST04 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_/SDF/INF_TST04 TYPE /SDF/INF_TST04.

The /SDF/INF_TST04 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 from disk), BUFWRITES (Number of writes to shared memory buffer), DSKWRITES (Actual number of writes 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 /SDF/INF_TST04 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
BUFSIZETOT Total size of database shared memory buffer0
BUFREADS Number of reads from shared memory buffer0
DSKREADS Actual reads from disk0
BUFWRITES Number of writes to shared memory buffer0
DSKWRITES Actual number of writes to disk0
PLGPAGEWRI Number of physical log pages written0
PLGWRITES Number of writes to the physical log buffer0
LLGPAGEWRI Number of pages written to logical logs0
LLGWRITES Number of pages written to logical log0
BUFPOOLFLU Number of buffer pool flushes0
FGWRITES Number of foreground writes0
LRUWRITES Number of LRU writes0
CHUNKWRITE Writes resulting from a checkpoint0
ISCOMMITS ISAM commits since database startup0
ISROLLBACK ISAM rollbacks since database startup0
ISAMTOT Total number of ISAM calls since database startup0
SEQSCANS Number of sequential scans since database startup0
NUMCKPTS Number of checkpoints since database startup0
READQUAL Percentage of successful reads from shared memory0
WRITEQUAL Percentage of successful writes for shared memory buffer0
PHYSLOG_IO Average number of kbytes to physical-log per write0
LOGLOG_IO Average number of kbytes to logical log per write0
ACTIVESESS Active database server sessions0
TRANS_MIN Transaction per minute0
ISCALLS_TR ISAM calls per transaction0
CKPTCORR Checkpoint activity since bootup (100% = inactive)0
PHYSCORR Physical log sizing by checkpoint0
CORR_3 Logical log sizing by checkpoint0
BUFFERS Number of regular shared memory buffers0
PAGESIZE System page size (KB)0
PHYSBUFF Size of the two physical log buffers0
LOGBUFF Size of each of the three logical log buffers0
CLEANERS Number of database buffer cleaner processes0
LRUS Number of LRU queues0
LRUMAXDIRT When to begin cleaning LRU queues0
LRUMINDIRT When to stop cleaning LRU queues0
CKPTINTVL Database checkpoint interval (s)0
NUMCPUVPS Number of user (CPU) virtual processors0
PHYSFILE Physical log file size (KB)0
LOGSIZ Size of a single logical log0
DBSERVERNA Name of database server0
LTXHWM High watermark percentage0
LOCKS Max. number of locks0
RA_PAGES Number of pages to read ahead for sequential or index scans0
RA_THRESH Read ahead page trigger0
RA_USED Number of used pages from read ahead data0
RA_COUNT Total number of pages which were read ahead0
RA_PERSCAN Number of sequential scans per read ahead0
RA_PCNT Percentage of pages read ahead actually used0
IDL_WRITES Number of idle writes0
PC_SLEEP Sleep time for page cleaners0
OVBUFF Number of unsuccessful accesses to shared memory buffer0
SHMVIRT Amount of additional virtual shared memory0
FLUSHCKPTS Number of buffer flushes due to checkpointing0
SHMTOTAL Total size of INFORMIX shared memory0
NUMAIOVPS Number of AIO virtual processors0
DBFILES Number of disk files used for INFORMIX database0
SHMRES Resident shared menory portion0
SHMMES Shared memory communications portion0
KAIOTHREAD Number of kaio threads for kernel asynchronous disk I/O0
UP_SINCE Time since DB start in seconds (Informix monitor)0
RESET_STAT Time since last reset statistics in seconds0
PAGREADS Number of Buffer Pages Read0
PAGWRITES Number of Buffer Pages Written0
BUFWTS Number of buffer wait events0
BUFWTPCNT Percentage of buffer wait events0

Key field Non-key field



How do I retrieve data from SAP structure /SDF/INF_TST04 using ABAP code?

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

How to access SAP table /SDF/INF_TST04

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