SVMCRT_PROF_SGC SAP (Statistics Data for Shared GC) Structure details

Dictionary Type: Structure
Description: Statistics Data for Shared GC




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




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

SVMCRT_PROF_SGC 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 Data for Shared GC" 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_SVMCRT_PROF_SGC TYPE SVMCRT_PROF_SGC.

The SVMCRT_PROF_SGC table consists of various fields, each holding specific information or linking keys about Statistics Data for Shared GC data available in SAP. These include REASON (Shared GC Statistics: Reason for the Garbage Collection), TIMESTAMP (Shared GC Statistics: Start of GC), RP_DURATION (Shared GC Statistics - Release Phase: Duration), RP_CPU_TIME (Shared GC Statistics - Release Phase: CPU Time).. 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 SVMCRT_PROF_SGC 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
NRShared GC Statistics: Number of GC SVMCRT_PROF_SGC_NRINT410
REASONShared GC Statistics: Reason for the Garbage Collection SVMCRT_PROF_SGC_REASONCHAR40
TIMESTAMPShared GC Statistics: Start of GC SVMCRT_PROF_SGC_TIMESTAMPCHAR40
RP_DURATIONShared GC Statistics - Release Phase: Duration SVMCRT_PROF_SGC_RP_DURATIONINT410
RP_CPU_TIMEShared GC Statistics - Release Phase: CPU Time SVMCRT_PROF_SGC_RP_CPU_TIMEINT410
RP_PAGE_FAULTSShared GC Statistics - Release Phase: Page Faults SVMCRT_PROF_SGC_RP_PAGE_FAULTSINT410
RP_GAINShared GC Statistics - Release Phase: Memory Gain SVMCRT_PROF_SGC_RP_GAININT410
RI_LOADERSShared GC Statistics - Released Shared Class Loaders SVMCRT_PROF_SGC_RI_LOADERSINT410
RI_LOADERS_TOTALShared GC Statistics - Released Items: Number Before GC SVMCRT_PROF_SGC_RI_TOTALINT410
RI_CLASSESShared GC Statistics - Released Shared Classes SVMCRT_PROF_SGC_RI_CLASSESINT410
RI_CLASSES_TOTALShared GC Statistics - Released Items: Number Before GC SVMCRT_PROF_SGC_RI_TOTALINT410
RI_CLOSURESShared GC Statistics - Released Shared Closures SVMCRT_PROF_SGC_RI_CLOSURESINT410
RI_CLOSURES_TOTLShared GC Statistics - Released Items: Number Before GC SVMCRT_PROF_SGC_RI_TOTALINT410
RI_STRINGSShared GC Statistics - Released Shared Interned Strings SVMCRT_PROF_SGC_RI_STRINGSINT410
RI_STRINGS_TOTALShared GC Statistics - Released Items: Number Before GC SVMCRT_PROF_SGC_RI_TOTALINT410
RI_LOCKSShared GC Statistics- Released Shared Locks SVMCRT_PROF_SGC_RI_LOCKSINT410
RI_LOCKS_TOTALShared GC Statistics - Released Items: Number Before GC SVMCRT_PROF_SGC_RI_TOTALINT410
CLS_BEFOREShared GC Statistics: Shared classes: Size Before GC SVMCRT_PROF_SGC_CLS_BEFOREINT410
CLS_AFTERShared GC Statistics - Shared Classes: Size After GC SVMCRT_PROF_SGC_CLS_AFTERINT410
DATA_BEFOREShared GC Statistics - Shared Data: Size Before GC SVMCRT_PROF_SGC_DATA_BEFOREINT410
DATA_AFTERShared GC Statistics - Shared Data: Size After GC SVMCRT_PROF_SGC_DATA_AFTERINT410
WL_BEFOREShared GC Stats - Shared Memory Pool: Fill Level Before GC SVMCRT_PROF_SGC_WL_BEFOREINT410
WL_AFTERShared GC Statistics: Shared Memory Pool:Fill Level After GC SVMCRT_PROF_SGC_WL_AFTERINT410
WL_CYCLESShared GC Statistics - Shared Memory Pool: Failed Cycles SVMCRT_PROF_SGC_WL_CYCLESINT410

Key field Non-key field



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

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

How to access SAP table SVMCRT_PROF_SGC

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