LVC_DEREF SAP (liveCache: OMS Monitor Structure (Accesses to Obj Instances)) Structure details

Dictionary Type: Structure
Description: liveCache: OMS Monitor Structure (Accesses to Obj Instances)




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




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

LVC_DEREF 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 "liveCache: OMS Monitor Structure (Accesses to Obj Instances)" 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_LVC_DEREF TYPE LVC_DEREF.

The LVC_DEREF table consists of various fields, each holding specific information or linking keys about liveCache: OMS Monitor Structure (Accesses to Obj Instances) data available in SAP. These include CALL_CNT (Number of database procedure calls), SUM_RTIME (Total Runtime for All Calls (AvgRuntime * CallCnt)), OMS_DEREF (Number of dereferencings (accesses to object instances)), LC_DEREF (No. of dereferencings with liveCache basis layer).. 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 LVC_DEREF 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
OMS_DEREFNumber of dereferencings (accesses to object instances) LCOMSDEREFDEC20DEC20
LC_DEREFNo. of dereferencings with liveCache basis layer LC_DEREFDEC20DEC20
KEY_DEREFNumber of dereferencings with key LCKEYDEREFDEC20DEC20
KEY_DEREFV Key Accesses in Versions0
DEREFITERNo.ofDereferences of PersistentObjects via ContainerIterator LCDEREFITDEC20DEC20
OMSKEYCHIT Hits in Cache Key Tree0
OMSKEYCMIS Hits in Cache Miss Tree0
OMSKEYVERS Hits in Version Key Tree0
OMS_STORENumber of object instance store operations LCOMSSTOREDEC20DEC20
LC_STORENumber of store operations by liveCache basis LC_STOREDEC20DEC20
OMSDELETENo. of deleted object instances LCOMSDELETDEC20DEC20
LC_DELETENumber of deleted object instances via liveCache basis LC_DELETEDEC20DEC20
LC_LOCKNumber of lock operations LC_LOCKDEC20DEC20
LC_LOGHOPSNumber of dereferencings with log access LC_LOGHOPSDEC20DEC20
LCLOGHOPSINo. of Log Accesses for Dereferences via Container Iterator LCLOGHOPSIDEC20DEC20
VAROBJLOADNumber of variable length object instances loaded LCVAROBJLDDEC20DEC20
VAROBJSTORNumber of variable length object instances stored LCVAROBJSTDEC20DEC20
AVGVOBSIZEAverage length of an object instance with variable length LCAVGOSIZEDEC20DEC20
OMSMAXCHLN Maximum Hash Key Length0
OMSREHASH Rehash Operations in OMS Cache0
TENANTTenant SDB_TENANTCHAR32SDB_TABLE

Key field Non-key field



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

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

How to access SAP table LVC_DEREF

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