RSR_CACHE_STATSH SAP (Statistics for Cache Shrink Process) Table details

Dictionary Type: Table
Description: Statistics for Cache Shrink Process




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




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

RSR_CACHE_STATSH is a standard SAP Table which is used to store Statistics for Cache Shrink Process data and is available within R/3 SAP systems depending on the version and release level.

The RSR_CACHE_STATSH table consists of various fields, each holding specific information or linking keys about Statistics for Cache Shrink Process data available in SAP. These include TSTPNM (Last changed by), TIMESTMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)), ALL_FLAG (Boolean), REF_TIMESTMP (UTC Time Stamp in Short Form (YYYYMMDDhhmmss)).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP RSR_CACHE_STATSH table 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
STATUIDUUID in compressed form SYSUUID_25CHAR25SYSUUID_25
TSTPNMLast changed by RSTSTPNMCHAR12USR02XUBNAME
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
ALL_FLAGBoolean RS_BOOLCHAR1RS_BOOL
REF_TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
HIGH_BOUNDNatural Number INT4INT410INT4
NUMBER_ENTRIESNatural Number INT4INT410INT4
DEL_FF_COUNT_DELNatural Number INT4INT410INT4
DEL_FF_COUNT_LUNatural Number INT4INT410INT4
TIME_FF_DELRuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
TIME_FF_SELRuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
DEL_OLD_COUNTNatural Number INT4INT410INT4
TIME_OLD_SELRuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
TIME_OLD_DELRuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
DEL_VARSHB_COUNTNatural Number INT4INT410INT4
TIME_VARHB_SELRuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME
TIME_VARSHB_DELRuntime RSDDKRUNTIMEDEC21(6) RSDDKRUNTIME

Key field Non-key field



How do I retrieve data from SAP table RSR_CACHE_STATSH using ABAP code

The following ABAP code Example will allow you to do a basic selection on RSR_CACHE_STATSH to SELECT all data from the table
DATA: WA_RSR_CACHE_STATSH TYPE RSR_CACHE_STATSH.

SELECT SINGLE *
FROM RSR_CACHE_STATSH
INTO CORRESPONDING FIELDS OF WA_RSR_CACHE_STATSH
WHERE...

How to access SAP table RSR_CACHE_STATSH

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