RSTBXDISPL64 SAP (TBX buffer displacement control structure display) Structure details

Dictionary Type: Structure
Description: TBX buffer displacement control structure display




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




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

RSTBXDISPL64 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 "TBX buffer displacement control structure display" 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_RSTBXDISPL64 TYPE RSTBXDISPL64.

The RSTBXDISPL64 table consists of various fields, each holding specific information or linking keys about TBX buffer displacement control structure display data available in SAP. These include PER_MISS_C (DEC type that is suitable for 64 bit integer), DIS_SEQ_C (DEC type that is suitable for 64 bit integer), INTERVAL_C (DEC type that is suitable for 64 bit integer), REQ_C (DEC type that is suitable for 64 bit integer).. 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 RSTBXDISPL64 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
PER_READ_CDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
PER_MISS_CDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
DIS_SEQ_CDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
INTERVAL_CDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
REQ_CDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
ACTUAL_REQDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
INT_LENGTHDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
REO_INTLENDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
REQ_UNITDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
DIS_RUNDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
REO_RUNDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
DIS_IN_PARDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
REO_IN_PARDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
DIS_NDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
DIS_PER_OBDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
DIS_SUM_OBDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
DIS_PER_BLDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
DIS_SUM_BLDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
MIN_LD_BDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
FAST_LD_BDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
FREE_EXT_1DEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
REO_CANDDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
FREE_EXT_2DEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
REO_LASTUPDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
REO_PSFBLKDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
REO_SSFBLKDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
REO_PLFBLKDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
REO_SLFBLKDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
REO_PER_OBDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
REO_SUM_OBDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
REO_PER_BLDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
REO_SUM_BLDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
REO_NDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
DISPLACEStatistics element for rsdbbuff RSTBXC04CHAR4RSDBCHAR4
REORGStatistics element for rsdbbuff RSTBXC04CHAR4RSDBCHAR4
DIS_TSPStatistics data element for RSDBBUFF RSTBXTIMECHAR14RSDBTIME
REO_TSPStatistics data element for RSDBBUFF RSTBXTIMECHAR14RSDBTIME
DIS_DIRFRDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
DIS_BLKFRDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
DIS_BLKNDDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
DIS_DIRLSTDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE
DIS_DATLSTDEC type that is suitable for 64 bit integer ABAP_MSIZEDEC20ABAP_MSIZE

Key field Non-key field



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

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

How to access SAP table RSTBXDISPL64

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