STR_UNDOSTAT_CALC SAP (Oracle monitoring: structure for GV$UNDOSTAT.) Structure details

Dictionary Type: Structure
Description: Oracle monitoring: structure for GV$UNDOSTAT.




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




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

STR_UNDOSTAT_CALC 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 GV$UNDOSTAT." 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_UNDOSTAT_CALC TYPE STR_UNDOSTAT_CALC.

The STR_UNDOSTAT_CALC table consists of various fields, each holding specific information or linking keys about Oracle monitoring: structure for GV$UNDOSTAT. data available in SAP. These include BEGIN_TIME_D (Oracle monitoring: Begin of time interval (date field)), BEGIN_TIME_T (Oracle monitoring: Begin of time interval (time field)), END_TIME_D (Oracle monitoring: End of time interval (date field)), END_TIME_T (Oracle monitoring: End of time interval (time field)).. 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_UNDOSTAT_CALC 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
INST_IDOracle monitor: Instance ID ORA_INST_IDDEC22ORA_INST_ID
BEGIN_TIME_DOracle monitoring: Begin of time interval (date field) ORA_BEGIN_TIME_DDATS8ORA_DATE
BEGIN_TIME_TOracle monitoring: Begin of time interval (time field) ORA_BEGIN_TIME_TTIMS6ORA_TIME
END_TIME_DOracle monitoring: End of time interval (date field) ORA_END_TIME_DDATS8ORA_DATE
END_TIME_TOracle monitoring: End of time interval (time field) ORA_END_TIME_TTIMS6ORA_TIME
UNDOTSNOracle monitoring: last active undo tablespace ORA_UNDOTSNDEC22ORA_NUM_22
UNDOBLKSOracle monitoring: total number of undo blocks ORA_UNDOBLKSDEC22ORA_NUM_22
TXNCOUNTOracle monitoring: total number of transactions ORA_TXNCOUNTDEC22ORA_NUM_22
MAXQUERYLENOracle monitoring: length of the longest query ORA_MAXQUERYLENDEC22ORA_NUM_22
MAXCONCURRENCYOracle monitoring: highest nr of TAs executed concurrently ORA_MAXCONCURRENCYDEC22ORA_NUM_22
UNXPSTEALCNTOracle monitoring: attempts to obtain undo space ORA_UNXPSTEALCNTDEC22ORA_NUM_22
UNXPBLKRELCNTOracle monitoring: unexpired undo blocks removed ORA_UNXPBLKRELCNTDEC22ORA_NUM_22
UNXPBLKREUCNTOracle monitoring: unexpired undo blocks reused ORA_UNXPBLKREUCNTDEC22ORA_NUM_22
EXPSTEALCNTOracle monitoring: attempts to steal expired undo blocks ORA_EXPSTEALCNTDEC22ORA_NUM_22
EXPBLKRELCNTOracle monitoring: expired undo blocks stolen from segments ORA_EXPBLKRELCNTDEC22ORA_NUM_22
EXPBLKREUCNTOracle monitoring: expired undo blocks reused ORA_EXPBLKREUCNTDEC22ORA_NUM_22
SSOLDERRCNTOracle monitoring: number of times the error ORA-01555 occur ORA_SSOLDERRCNTDEC22ORA_NUM_22
NOSPACEERRCNTOracle monitoring: number of times space was requested ORA_NOSPACEERRCNTDEC22ORA_NUM_22
NBTRASEC SAP Additional : number of transactions per second0

Key field Non-key field



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

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

How to access SAP table STR_UNDOSTAT_CALC

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