LVCPERFMON SAP (COM Routines Cost Determination Using monitor_oms) Structure details

Dictionary Type: Structure
Description: COM Routines Cost Determination Using monitor_oms




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




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

LVCPERFMON 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 "COM Routines Cost Determination Using monitor_oms" 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_LVCPERFMON TYPE LVCPERFMON.

The LVCPERFMON table consists of various fields, each holding specific information or linking keys about COM Routines Cost Determination Using monitor_oms data available in SAP. These include CALL_CNT (Number of database procedure calls), SUM_RTIME (Total Runtime for All Calls (AvgRuntime * CallCnt)), AVG_RTIME (Average runtime in milliseconds), AVG_ODEREF (Number of dereferencings (accesses to object instances)).. 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 LVCPERFMON 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
METHODEName of database procedure called LC_METHODECHAR32CHAR32
CALL_CNTNumber of database procedure calls LC_CALLCNTDEC20
SUM_RTIMETotal Runtime for All Calls (AvgRuntime * CallCnt) LCSUMRTIMEDEC20DEC20
AVG_RTIMEAverage runtime in milliseconds LCAVGRTIMEDEC20(3) DEC20_D3
AVG_ODEREFNumber of dereferencings (accesses to object instances) LCOMSDEREFDEC20DEC20
AVG_OSTORENumber of object instance store operations LCOMSSTOREDEC20DEC20
AVG_SROLLBNumber of subtransactions that were rolled back LC_STROLLBDEC20DEC20
AVG_EXCEPTNumber of C++ exceptions LC_EXCEPTDEC20DEC20
AVG_OODATENumber of out-of-date exceptions LCOUTOFDATDEC20DEC20
AVG_TIMOUTNumber of timeouts during lockwaits LC_TIMEOUTDEC20DEC20
AVGHISTACCNumber of dereferencings with log access LC_LOGHOPSDEC20DEC20
SUMDEREFS Total Dereferencings (OMS + LC + Key)0
DRFSPERSEC Total Dereferencings per Second0
TENANTTenant SDB_TENANTCHAR32SDB_TABLE

Key field Non-key field



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

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

How to access SAP table LVCPERFMON

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