/SAPAPO/OM_LVC SAP (liveCache Description) Table details

Dictionary Type: Table
Description: liveCache Description




ABAP Code to SELECT data from /SAPAPO/OM_LVC
Related tables to /SAPAPO/OM_LVC
Access table /SAPAPO/OM_LVC




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

/SAPAPO/OM_LVC is a standard SAP Table which is used to store liveCache Description data and is available within R/3 SAP systems depending on the version and release level.

The /SAPAPO/OM_LVC table consists of various fields, each holding specific information or linking keys about liveCache Description data available in SAP. These include VERSION (LiveCache version), OS (LiveCache operating system), DBROOT (LiveCache database root), LOGON (Operating system logon).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP /SAPAPO/OM_LVC table 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
LVC_GUIDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
VERSIONLiveCache version LC_VERSIONCHAR10CHAR10
OSLiveCache operating system LC_OSCHAR15CHAR15
DBROOTLiveCache database root LC_DIRCHAR150CHR150
LOGONOperating system logon LC_LOGONCHAR5CHAR5
CODELiveCache Server code set LC_CODECHAR6CHAR6
SWAPLiveCache swap type LCSWAPTYPENUMC1NUMC1
STATELiveCache state LC_STATECHAR10CHAR10
KERNELliveCache kernel version LVC_KERNELCHAR40TEXT40
RUNTIMEliveCache: Version of runtime environment LVC_LZUCHAR40CHAR40

Key field Non-key field



How do I retrieve data from SAP table /SAPAPO/OM_LVC using ABAP code

The following ABAP code Example will allow you to do a basic selection on /SAPAPO/OM_LVC to SELECT all data from the table
DATA: WA_/SAPAPO/OM_LVC TYPE /SAPAPO/OM_LVC.

SELECT SINGLE *
FROM /SAPAPO/OM_LVC
INTO CORRESPONDING FIELDS OF WA_/SAPAPO/OM_LVC
WHERE...

How to access SAP table /SAPAPO/OM_LVC

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