STR_ROWCACHE SAP (Oracle monitoring: structure for V$ROWCACHE.) Structure details

Dictionary Type: Structure
Description: Oracle monitoring: structure for V$ROWCACHE.




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




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

STR_ROWCACHE 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 "Oracle monitoring: structure for V$ROWCACHE." 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_STR_ROWCACHE TYPE STR_ROWCACHE.

The STR_ROWCACHE table consists of various fields, each holding specific information or linking keys about Oracle monitoring: structure for V$ROWCACHE. data available in SAP. These include TYPE (Oracle Monitoring: Parent or subordinate row cache type), SUBORDINATE (Oracle Monitoring: Subordinate set number), PARAMETER_ROW (Oracle monitoring: Name of the initialization parameter), COUNT_ROW (Oracle monitoring: COUNT).. 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 STR_ROWCACHE 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
CACHE_NROracle Monitoring: CACHE# ORA_CACHEDEC22ORA_DEC_22
TYPEOracle Monitoring: Parent or subordinate row cache type ORA_TYPE_ROWCHAR11ORA_CHAR_11
SUBORDINATEOracle Monitoring: Subordinate set number ORA_SUBORDINATEDEC22ORA_NUM_22
PARAMETER_ROWOracle monitoring: Name of the initialization parameter ORA_PARAMETER_ROWCHAR32ORA_CHAR_32
COUNT_ROWOracle monitoring: COUNT ORA_COUNTDEC22ORA_NUM_22
USAGE_ROWOracle monitoring: Number of cache entries that contain vali ORA_USAGEDEC22ORA_NUM_22
FIXEDOracle monitoring: Number of fixed entries in the cache ORA_FIXEDDEC22ORA_NUM_22
GETSOracle monitoring: Total number of requests for information ORA_GETS_CACHEDEC22ORA_NUM_22
GETMISSESOracle monitoring: Number of data requests resulting in cach ORA_GET_MISSESDEC22ORA_NUM_22
SCANSOracle monitoring: Number of scan requests ORA_SCANSDEC22ORA_NUM_22
SCANMISSESOracle monitoring: # scan failed to find data in cache ORA_SCANMISSESDEC22ORA_NUM_22
SCANCOMPLETESOracle monitoring: number of times the list was scanned comp ORA_SCANCOMPLETESDEC22ORA_NUM_22
MODIFICATIONSOracle monitoring: Number of inserts, updates, and deletions ORA_MODIFICATIONSDEC22ORA_NUM_22
FLUSHESOracle monitoriing: Number of times flushed to disk ORA_FLUSHESDEC22ORA_NUM_22
DLM_REQUESTSOracle monitoring: Number of DLM requests ORA_DLM_REQUESTSDEC22ORA_NUM_22
DLM_CONFLICTSOracle monitoring: Number of DLM conflicts ORA_DLM_CONFLICTSDEC22ORA_NUM_22
DLM_RELEASESOracle monitoring: Number of DLM releases ORA_DLM_RELEASESDEC22ORA_NUM_22

Key field Non-key field



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

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

How to access SAP table STR_ROWCACHE

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