RSRR_FIE SAP (BRST selection data: Field information) Structure details

Dictionary Type: Structure
Description: BRST selection data: Field information




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




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

RSRR_FIE 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 "BRST selection data: Field information" 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_RSRR_FIE TYPE RSRR_FIE.

The RSRR_FIE table consists of various fields, each holding specific information or linking keys about BRST selection data: Field information data available in SAP. These include RFIELD (BW-RRI Field Name), TRFLG (BRST Flag: Field transformation OK), ROLLNAME (BW-RRI Data Element), DOMNAME (BW-RRI Domain).. 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 RSRR_FIE 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
FIELDBW-RRI Field Name RSRR_FIELDCHAR30RSRR_FIELD
RFIELDBW-RRI Field Name RSRR_FIELDCHAR30RSRR_FIELD
TRFLGBRST Flag: Field transformation OK RSTI_TRFLGCHAR1RSTI_TRFLG
ROLLNAMEBW-RRI Data Element RSRR_DTELNCHAR30RSRR_FIELD
DOMNAMEBW-RRI Domain RSRR_DOMNMCHAR30RSRR_FIELD
MEMORYIDBW-RRI Set/Get Parameter ID RSRR_MEMIDCHAR20RSRR_MEMID
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
MDFLGBRST flag for requesting master data information RSTI_MDFLGCHAR1XFELD
KINDSingle-Character Indicator CHAR1CHAR1CHAR1
OBLIGSingle-Character Indicator CHAR1CHAR1CHAR1
HMODEBRST Hierarchy mode (comp., target and optional hierarchy) RSTHMODENUMC1RSTHMODE

Key field Non-key field



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

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

How to access SAP table RSRR_FIE

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