STI_SGADYNCOMP SAP (Oracle monitoring: structure for GV$SGA_DYNAMIC_COMPONENTS.) Structure details

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




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




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

STI_SGADYNCOMP 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$SGA_DYNAMIC_COMPONENTS." 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_STI_SGADYNCOMP TYPE STI_SGADYNCOMP.

The STI_SGADYNCOMP table consists of various fields, each holding specific information or linking keys about Oracle monitoring: structure for GV$SGA_DYNAMIC_COMPONENTS. data available in SAP. These include COMPONENT (Oracle monitoring:COMPONENT:Component name), CURRENT_SIZE (Oracle monitoring:CURRENT_SIZE:Current value of the paramete), MIN_SIZE (Oracle monitoring:MIN_SIZE:Minimum size of the component), MAX_SIZE (Oracle monitoring:MAX_SIZE:Maximum size of the component).. 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 STI_SGADYNCOMP 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
COMPONENTOracle monitoring:COMPONENT:Component name ORA_COMPONENTCHAR64ORA_COMPONENT
CURRENT_SIZEOracle monitoring:CURRENT_SIZE:Current value of the paramete ORA_CURRENT_SIZEDEC22ORA_CURRENT_SIZE
MIN_SIZEOracle monitoring:MIN_SIZE:Minimum size of the component ORA_MIN_SIZEDEC22ORA_SVALUE
MAX_SIZEOracle monitoring:MAX_SIZE:Maximum size of the component ORA_MAX_SIZEDEC22ORA_SVALUE
OPER_COUNTOracle monitoring:OPER_COUNT:Number of ops. since startup ORA_OPER_COUNTDEC22ORA_SVALUE
LAST_OPER_TYPEOracle monitoring:LAST_OPER_TYPE:Last completed operation ORA_LAST_OPER_TYPECHAR6ORA_OPER_TYPE
LAST_OPER_MODEOracle monitoring:LAST_OPER_MODE:Mode of last completed op. ORA_LAST_OPER_MODECHAR6ORA_OPER_MODE
LAST_OPER_TIMEOracle monitoring:LAST_OPER_TIME:Start time of the last comp ORA_LAST_OPER_TIMETIMS6ORA_TIME
LAST_OPER_DATEOracle monitoring:LAST_OPER_TIME:Start date of the last comp ORA_LAST_OPER_DATEDATS8ORA_DATE
GRANULE_SIZEOracle monitoring:GRANULE_SIZE:Granularity of the grow or th ORA_GRANULE_SIZEDEC22ORA_SVALUE

Key field Non-key field



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

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

How to access SAP table STI_SGADYNCOMP

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