VLIBCACHE SAP (Oracle: Row of v$librarycache) Structure details

Dictionary Type: Structure
Description: Oracle: Row of v$librarycache




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




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

VLIBCACHE 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 "Oracle: Row of v$librarycache" 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_VLIBCACHE TYPE VLIBCACHE.

The VLIBCACHE table consists of various fields, each holding specific information or linking keys about Oracle: Row of v$librarycache data available in SAP. These include GETS (Oracle: v$librarycache.gets), GETHITS (Oracle: v$librarycache.gethits), GETHITRAT (Oracle: v$librarycache.gethitratio), PINS (Oracle: v$librarycache.pins).. 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 VLIBCACHE 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
NAMESPACEOracle: v$librarycache.namespace NAMESPACEOCHAR15CHAR15
GETSOracle: v$librarycache.gets LIBCGETSDEC17DEC17
GETHITSOracle: v$librarycache.gethits GETHITSDEC17DEC17
GETHITRATOracle: v$librarycache.gethitratio GETHITRATDEC17DEC17
PINSOracle: v$librarycache.pins LIBCPINSDEC17DEC17
PINHITSOracle: v$librarycache.pinhits PINHITSDEC17DEC17
PINHITRATOracle: v$librarycache.pinhitratio PINHITRATDEC17DEC17
RELOADSOracle: v$librarycache.reloads RELOADSDEC17DEC17
INVALIDATEOracle: v$librarycache.invalidations INVALIDATEDEC17DEC17
DLMLOCKREQOracle: v$librarycache.dlm_lock_requests DLMLOCKREQDEC17DEC17
DLMPINREQOracle: v$librarycache.dlm_pin_requests DLMPINREQDEC17DEC17
DLMPINRELOracle: v$librarycache.dlm_pin_releases DLMPINRELDEC17DEC17
DLMINVREQOracle: v$librarycache.dlm_invalidation_requests DLMINVREQDEC17DEC17
DLMINVALIDOracle: v$librarycache.dlm_invalidations DLMINVALIDDEC17DEC17

Key field Non-key field



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

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

How to access SAP table VLIBCACHE

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