/SDF/RBE_TABL_FIELDS SAP (Table fields) Structure details

Dictionary Type: Structure
Description: Table fields




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




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

/SDF/RBE_TABL_FIELDS 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 fields" 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_FIELDS TYPE /SDF/RBE_TABL_FIELDS.

The /SDF/RBE_TABL_FIELDS table consists of various fields, each holding specific information or linking keys about Table fields data available in SAP. These include FIELDNAME (Field name), DDLANGUAGE (Language key), POSITION (Position of the field in the table), KEYFLAG (Identifies a key field of a table).. 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_FIELDS 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
FIELDNAME Field name0
DDLANGUAGE Language key0
POSITION Position of the field in the table0
KEYFLAG Identifies a key field of a table0
MANDATORY Flag: Field is required (not blank)0
ROLLNAME Data element (semantic domain)0
CHECKTABLE Check table name of the foreign key0
ADMINFIELD Nesting depth for includes0
INTTYPE ABAP data type (C,D,N,...)0
INTLEN Internal length in bytes0
REFTABLE Table for reference field0
PRECFIELD Name of included table0
REFFIELD Reference field for currency and qty fields0
CONROUT Check or generating module for fields0
NOTNULL Indicator that NOT NULL is forced for this field0
DOMNAME Domain name0
ROUTPUTLEN Length (no. of characters)0
MEMORYID Set/Get parameter ID0
LOGFLAG Indicator for writing change documents0
HEADLEN Maximum length of heading0
SCRLEN1 Max. length for short field label0
SCRLEN2 Max. length for medium field label0
SCRLEN3 Max. length for long field label0
DTELGLOBAL Flag for private DD objects (not used)0
DTELMASTER Original language in Repository objects0
RESERVEDTE SDIC: Reserve for data elements (not used)0
DATATYPE Data type in ABAP Dictionary0
LENG Length (no. of characters)0
OUTPUTLEN Output length0
DECIMALS Number of decimal places0
LOWERCASE Lowercase letters allowed/not allowed0
SIGNFLAG Flag for sign in numerical fields0
LANGFLAG Flag for language-dependent values(not used)0
VALEXI Existence of fixed values0
ENTITYTAB Value table0
CONVEXIT Conversion routine0
MASK Template (not used)0
MASKLEN Template length (not used)0
ACTFLAG Activation flag0
DDTEXT Short text describing R/3 Repository objects0
REPTEXT Heading0
SCRTEXT_S Short Field Label0
SCRTEXT_M Medium field label0
SCRTEXT_L Long field label0
DOMMASTER Original language in Repository objects0
RESERVEDOM Reserve for domains (not used)0
DOMGLOBAL Flag for private DD objects (not used)0
DOMNAME3L Domain name0
SHLPORIGIN Origin of an input help0
SHLPNAME Name of a search help0
SHLPFIELD Name of a search help parameter0
TABLETYPE DD: Flag if it is a table0
DEPTH DD: Depth for structured types0
COMPTYPE DD: Component type0
DEFFDNAME Default name for components using the data element0
GROUPNAME Group name for named includes0

Key field Non-key field



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

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

How to access SAP table /SDF/RBE_TABL_FIELDS

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