/SDF/RBE_TABL_HEADER SAP (Table header structure) Structure details

Dictionary Type: Structure
Description: Table header structure




ABAP Code to SELECT data from /SDF/RBE_TABL_HEADER
Related tables to /SDF/RBE_TABL_HEADER
Access table /SDF/RBE_TABL_HEADER




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

/SDF/RBE_TABL_HEADER 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 header 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_/SDF/RBE_TABL_HEADER TYPE /SDF/RBE_TABL_HEADER.

The /SDF/RBE_TABL_HEADER table consists of various fields, each holding specific information or linking keys about Table header structure data available in SAP. These include DDLANGUAGE (Language key), TABCLASS (Table category), SQLTAB (Name of an SQL table or an appended table), DATMIN (Minimum no. of entries).. 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: Cannot Be Enhanced


SAP /SDF/RBE_TABL_HEADER 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
TABNAME Table name0
DDLANGUAGE Language key0
TABCLASS Table category0
SQLTAB Name of an SQL table or an appended table0
DATMIN Minimum no. of entries0
DATMAX Maximum no. of entries0
DATAVG Average number of entries0
CLIDEP Flag indicating client-specific entries0
BUFFERED Buffering flag0
COMPRFLAG Field compression indicator0
LANGDEP Language dependency0
DDTEXT Short text describing R/3 Repository objects0
ACTFLAG Activation flag0
APPLCLASS Application class for DD objects (not used)0
AUTHCLASS Activation type0
AS4USER Last changed by0
AS4DATE Last changed on0
AS4TIME Last changed at0
MASTERLANG Original language in Repository objects0
MAINFLAG Flag if maintenance with Data Browser is allowed0
CONTFLAG Delivery class0
RESERVETAB SDIC: Reserve for tables0
GLOBALFLAG Flag for private DD objects (not used)0
PROZPUFF Percentage for buffers0
VIEWCLASS View type0
VIEWGRANT Maintenance status (modif. authorization) for view data0
MULTIPLEX Indicator whether multiplexing is possible for a table0
SHLPEXI Search help attachment to table exists0

Key field Non-key field



How do I retrieve data from SAP structure /SDF/RBE_TABL_HEADER using ABAP code?

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

How to access SAP table /SDF/RBE_TABL_HEADER

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