RSEXPOBUF SAP (Table buffer statistics object structure) Structure details

Dictionary Type: Structure
Description: Table buffer statistics object structure




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




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

RSEXPOBUF 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 "Table buffer statistics object structure" 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_RSEXPOBUF TYPE RSEXPOBUF.

The RSEXPOBUF table consists of various fields, each holding specific information or linking keys about Table buffer statistics object structure data available in SAP. These include DATA_L ((Net) size of object), REC_L (Length of Record), KEY_L (Key length), EXTENT_N (Number of extents).. 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 RSEXPOBUF 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
REC_CNTNumber of entries RSRECCOUNTINT410RSDBINT4
DATA_L(Net) size of object RSDATALENINT410RSDBINT4
REC_LLength of Record RSRECLENINT410RSDBINT4
KEY_LKey length RSKEYLENINT410RSDBINT4
EXTENT_NNumber of extents RSEXTENTNINT410RSDBINT4
BLOCK_NNo. of blocks RSBLOCKNINT410RSDBINT4
HASH_VALHash value of object RSHASHVALINT410RSDBINT4
MUTEX_VALMutex ID for Objectex RSMUTEXVALINT410RSDBINT4
COLL_DEPTHCollision depth RSCOLLDEPINT410RSDBINT4
USED_CUsage counter RSUSEDCNTINT410RSDBINT4
FIX_CFixing counter RSFIXCOUNTINT410RSDBINT4
STAT_IDStatus RSSTATIDCHAR8
TAB_NAMETable name 8-byte aligned RSTABNAMECHAR32
OBJ_KEYObject key 8 byte aligned RSOBJKEYCHAR64

Key field Non-key field



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

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

How to access SAP table RSEXPOBUF

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