RSDRHLRUBUFFER SAP (LRU-Buffer for the Hierarchy Processing) Table details

Dictionary Type: Table
Description: LRU-Buffer for the Hierarchy Processing




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




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

RSDRHLRUBUFFER is a standard SAP Table which is used to store LRU-Buffer for the Hierarchy Processing data and is available within R/3 SAP systems depending on the version and release level.

The RSDRHLRUBUFFER table consists of various fields, each holding specific information or linking keys about LRU-Buffer for the Hierarchy Processing data available in SAP. These include SVER (Version in Inclusion Table Key), HIESID (Master data ID), SID (Master data ID), SVER (Version in Inclusion Table Key).. 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 RSDRHLRUBUFFER 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
HIESIDMaster data ID RSSIDINT410RSSID
SVERVersion in Inclusion Table Key RSRSVERCHAR1CHAR1
HIESIDMaster data ID RSSIDINT410RSSID
SIDMaster data ID RSSIDINT410RSSID
SVERVersion in Inclusion Table Key RSRSVERCHAR1CHAR1
SIDMaster data ID RSSIDINT410RSSID
RETURNLEVELLevel difference of return level for NODELEVEL RRRETURNLEVELINT410RRLEVEL
READLEVELLevel, in aggregation RRREADLEVELINT410RRLEVEL
RETURNLEVELLevel difference of return level for NODELEVEL RRRETURNLEVELINT410RRLEVEL
READLEVELLevel, in aggregation RRREADLEVELINT410RRLEVEL
DEL_TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TABLNMTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
DEL_TIMESTMP 0
TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
TABLNMTable Name TABNAMECHAR30Assigned to domainAS4TABDTB
LOCK_CNT Number of Current Users0
TIMESTMP 0
CREATE_TIMESTMPUTC Time Stamp in Short Form (YYYYMMDDhhmmss) RSTIMESTMPDEC15TZNTSTMPS
LOCK_CNTNatural Number Number of Current UsersINT4INT410INT4
CREATE_TIMESTMP 0
REST_NODE_INCLUDEDBoolean RS_BOOLCHAR1RS_BOOL
CREATE_BUFENTRY_TIMESTMP 0

Key field Non-key field



How do I retrieve data from SAP table RSDRHLRUBUFFER using ABAP code

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

SELECT SINGLE *
FROM RSDRHLRUBUFFER
INTO CORRESPONDING FIELDS OF WA_RSDRHLRUBUFFER
WHERE...

How to access SAP table RSDRHLRUBUFFER

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