RSEXPOBUF64 SAP (Object Structure for Tabel Buffer Statistics 64 Bit) Structure details

Dictionary Type: Structure
Description: Object Structure for Tabel Buffer Statistics 64 Bit




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




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

RSEXPOBUF64 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 "Object Structure for Tabel Buffer Statistics 64 Bit" 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_RSEXPOBUF64 TYPE RSEXPOBUF64.

The RSEXPOBUF64 table consists of various fields, each holding specific information or linking keys about Object Structure for Tabel Buffer Statistics 64 Bit 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 RSEXPOBUF64 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 RSRECCOUNT64DEC20RSDB_MSIZE
DATA_L(Net) size of object RSDATALEN64DEC20RSDB_MSIZE
REC_LLength of Record RSRECLEN64DEC20RSDB_MSIZE
KEY_LKey Length RSKEYLEN64DEC20RSDB_MSIZE
EXTENT_NNumber of extents RSEXTENTN64DEC20RSDB_MSIZE
BLOCK_NNo. of blocks RSBLOCKN64DEC20RSDB_MSIZE
HASH_VALHash value of object RSHASHVAL64DEC20RSDB_MSIZE
MUTEX_VALMutex ID for Objectex RSMUTEXVAL64DEC20RSDB_MSIZE
COLL_DEPTHCollision depth RSCOLLDEP64DEC20RSDB_MSIZE
USED_CUsage counter RSUSEDCNT64DEC20RSDB_MSIZE
FIX_CFixing counter RSFIXCOUNT64DEC20RSDB_MSIZE
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 RSEXPOBUF64 using ABAP code?

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

How to access SAP table RSEXPOBUF64

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