REARFLDS SAP (RE: REsearch - Screen Fields) Structure details

Dictionary Type: Structure
Description: RE: REsearch - Screen Fields




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




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

REARFLDS 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 "RE: REsearch - Screen 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_REARFLDS TYPE REARFLDS.

The REARFLDS table consists of various fields, each holding specific information or linking keys about RE: REsearch - Screen Fields data available in SAP. These include NATION_BTN (Message ID), NUMPER_BTN (Message ID), APPLIC_BTN (Message ID), OCCUPOBLIGO_BTN (Carrier field for icons).. 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: Can be enhanced (character-type)


SAP REARFLDS 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
INCOME_BTNMessage ID VVMSGIDCHAR2CHAR02
NATION_BTNMessage ID VVMSGIDCHAR2CHAR02
NUMPER_BTNMessage ID VVMSGIDCHAR2CHAR02
APPLIC_BTNMessage ID VVMSGIDCHAR2CHAR02
OCCUPOBLIGO_BTNCarrier field for icons ICON_TEXTCHAR132SYCHAR132
XADDRESSAddress of Real Estate Object RESADXADDRESSCHAR50RESADXADDRESS
SIDGSUPPLYRental Unit Identification (Global ID) RESADSGSUPPLYCHAR20Assigned to domainALPHARESADSGSUPPLYMCAR03
SIDLSUPPLYRental Object (Local ID) RESADSLSUPPLYCHAR35RESADSLIDENT
SOBJGROUPRental object group RESADSOBJGROUPNUMC2TIVAR02RESADSOBJGROUP
SLOCALGRPDistrict Location Group Rental Request RESADSLOCALGRPNUMC1TIVAR14RESADSLOCALGRP
DAPPLY1Rental Request Entry Date RESADDAPPLY1DATS8DATE
DAPPLY2Rental Request Entry Date RESADDAPPLY2DATS8DATE
RERFEntered by RERFCHAR12SYCHAR12
RBEAREmployee ID RBEARCHAR12SYCHAR12
KOPI10RE REsearch: Copy Search Structure Yes/No RESADKOPI10CHAR1XFELD
KOPI11RE REsearch: Copy Location Description Yes/No RESADKOPI11CHAR1XFELD
KOPI12RE REsearch: Copy Fixtures And Fittings Yes/No RESADKOPI12CHAR1XFELD
KOPI20RE REsearch: Copy Partner Yes/No RESADKOPI20CHAR1XFELD
KOPI21RE REsearch: Copy Partner Additional Data Yes/No RESADKOPI21CHAR1XFELD
KOPI30RE REsearch: Copy General Data Yes/No RESADKOPI30CHAR1XFELD
KOPI31RE REsearch: Copy Accom. Entitlement Cert. Yes/No RESADKOPI31CHAR1XFELD
SIDGDEMANDKRE REsearch: Copy Identifications (global ID) RESADSIDGDEMANDKCHAR20VIAR02ALPHARESADSGDEMANDMCAR01

Key field Non-key field



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

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

How to access SAP table REARFLDS

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