SVMCRT_PROF_PARAMETER SAP (Parameters for VMC Profiling) Structure details

Dictionary Type: Structure
Description: Parameters for VMC Profiling




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




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

SVMCRT_PROF_PARAMETER 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 "Parameters for VMC Profiling" 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_PARAMETER TYPE SVMCRT_PROF_PARAMETER.

The SVMCRT_PROF_PARAMETER table consists of various fields, each holding specific information or linking keys about Parameters for VMC Profiling data available in SAP. These include USER (User Name), MODUS (Number of External Mode), FUNCTION_MODULE (Name of Function Module), MON_CLASS_FILTER (Class Filter).. 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_PARAMETER 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
CLIENTClient PROF_CLIENTCHAR3
USERUser Name SYUNAMECHAR12SYCHAR12
MODUSNumber of External Mode SVMCRT_EXT_MODECHAR3SVMCRT_EXT_MODE
FUNCTION_MODULEName of Function Module RS38L_FNAMCHAR30Assigned to domainFUNCNAMELIB
MON_CLASS_FILTERClass Filter CLASS_FILTERSTRG0CLASS_FILTER
EXC_CLASS_FILTERClass Filter CLASS_FILTERSTRG0CLASS_FILTER
ALLOC_CLASS_FILTERClass Filter CLASS_FILTERSTRG0CLASS_FILTER
METH_TRC_CLASS_FILTERClass Filter CLASS_FILTERSTRG0CLASS_FILTER
METH_STAT_CLASS_FILTERClass Filter CLASS_FILTERSTRG0CLASS_FILTER
OBJ_MOV_CLASS_FILTERClass Filter CLASS_FILTERSTRG0CLASS_FILTER
REF_CLASS_FILTERClass Filter CLASS_FILTERSTRG0CLASS_FILTER
ALLOC_FRAMESStack Frames STACK_FRAMESINT410
TBS_FRAMESStack Frames STACK_FRAMESINT410
OBJ_MOV_FRAMESStack Frames STACK_FRAMESINT410
SHR_LOCK_FRAMESStack Frames STACK_FRAMESINT410
SILENT_ALLOCSilent Allocation Trace SILENT_ALLOC_TRACECHAR1
CLASS_AGE_RANGEAge Range AGE_RANGEINT410
REF_DUMP_ROOTSOutput Roots DUMP_ROOTSCHAR1
SHR_LOCK_TYPESShared Lock Types SHARED_LOCK_TYPESINT410
DIRECTORYString STRINGVALSTRG0
NAMEString STRINGVALSTRG0
SHRCL_FRAMESStack Frames STACK_FRAMESINT410
SHRCL_OP_MASKShared Closure Operation Mask SHRCL_OP_MASKINT13
SHRCL_DOMAINS 0
TBS_TRC_ACTIVETrace Active PROF_TRACE_ACTIVECHAR1
METH_STAT_TRC_ACTIVETrace Active PROF_TRACE_ACTIVECHAR1
METH_TRC_TRC_ACTIVETrace Active PROF_TRACE_ACTIVECHAR1
OBJ_MOV_TRC_ACTIVETrace Active PROF_TRACE_ACTIVECHAR1
MON_TRC_ACTIVETrace Active PROF_TRACE_ACTIVECHAR1
EXC_TRC_ACTIVETrace Active PROF_TRACE_ACTIVECHAR1
ALLOC_TRC_ACTIVETrace Active PROF_TRACE_ACTIVECHAR1
SHR_LOCK_TRC_ACTIVETrace Active PROF_TRACE_ACTIVECHAR1
REF_TRC_ACTIVETrace Active PROF_TRACE_ACTIVECHAR1
LOC_GC_TRC_ACTIVETrace Active PROF_TRACE_ACTIVECHAR1
SHR_GC_TRC_ACTIVETrace Active PROF_TRACE_ACTIVECHAR1
CLASS_TRC_ACTIVETrace Active PROF_TRACE_ACTIVECHAR1
OBJ_DEATH_TRC_ACTIVETrace Active PROF_TRACE_ACTIVECHAR1
SHCL_TRC_ACTIVETrace Active PROF_TRACE_ACTIVECHAR1
LOCK_VMBind VM to Profiling Session LOCK_VMCHAR1
CLASS_NAMEJava Class Name JAVA_CLASS_NAMESTRG0

Key field Non-key field



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

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

How to access SAP table SVMCRT_PROF_PARAMETER

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