LVC_TRANS SAP (liveCache: Structure for Transactions) Structure details

Dictionary Type: Structure
Description: liveCache: Structure for Transactions




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




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

LVC_TRANS 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: Structure for Transactions" 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_TRANS TYPE LVC_TRANS.

The LVC_TRANS table consists of various fields, each holding specific information or linking keys about liveCache: Structure for Transactions data available in SAP. These include TRANSCNT (liveCache: Transaction counter), PROCESS (liveCache: Process ID), USERNAME (liveCache: User name), CONDATE (Date).. 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: Not classified


SAP LVC_TRANS 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
SESSNOlivecache: Session LC_SESSIONINT410INT4
TRANSCNTliveCache: Transaction counter LC_TRANSCTCHAR20CHAR20
PROCESSliveCache: Process ID LC_PROCESSINT410INT4
USERNAMEliveCache: User name LC_USERCHAR32CHAR32
CONDATEDate DATUMDATS8DATUM
CONTIMESAP DB Time (6 Places in SAP Layout) SDB_TIMETIMS6S_TIME
TERMIDliveCache: Terminal ID LC_TERMIDCHAR18CHAR18
REQTOUTliveCache: Request timeout LC_REQTOUTCHAR10CHAR10
LSTWRITEliveCache: Last write LC_LSTWRITCHAR10CHAR10
LOCKMODEliveCache: Lock mode LC_LOCKMODCHAR14CHAR14
LCKSTATEliveCache: Lock status LC_LCKSTATCHAR10CHAR10
REQMODEliveCache: Lock request mode LC_REQMODECHAR14CHAR14
REQSTATEliveCache: Lock request status LC_REQSTATCHAR10CHAR10
CONSVIEWliveCache: Transactions: ConsistentView LC_VIEWCHAR13CHAR13
APPLPROCliveCache: PID of application process LC_APPLPROINT410INT4
APPLNODEliveCache: Application server LC_APPLNODCHAR64CHAR64

Key field Non-key field



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

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

How to access SAP table LVC_TRANS

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