RFRRX01 SAP (Structure for data transfer in interactive FI reporting) Structure details

Dictionary Type: Structure
Description: Structure for data transfer in interactive FI reporting




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




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

RFRRX01 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 "Structure for data transfer in interactive FI reporting" 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_RFRRX01 TYPE RFRRX01.

The RFRRX01 table consists of various fields, each holding specific information or linking keys about Structure for data transfer in interactive FI reporting data available in SAP. These include KOART (Account Type), AWTYP (Evaluation type), VERSN (Version within an evaluation type), HIEBK (Company Code).. 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 RFRRX01 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
OWNEREvaluation view RR_OWNERCHAR4Assigned to domainRR_OWNER
KOARTAccount Type KOARTCHAR1KOART
AWTYPEvaluation type RR_AWTYPCHAR2Assigned to domainRR_AWTYP
VERSNVersion within an evaluation type RR_VERSNCHAR1Assigned to domainRR_VERSN
HIEBKCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
HIEGBBusiness Area GSBERCHAR4TGSBGSBERGSB
SPEZ1Field for specifying the key in table TRFRR RR_SPEZ1CHAR1CHAR1
SPEZ2Field for specifying the key in table TRFRR RR_SPEZ2CHAR16CHAR16
SPEZ3Field for specifying the key in table TRFRR RR_SPEZ3CHAR16CHAR16
SPEZ4Field for specifying the key in table TRFRR RR_SPEZ4CHAR2CHAR2
PERKZPeriod indicator RR_PERKZCHAR1CHAR1
PERIDPeriod RR_PERIDCHAR8CHAR8
XAUSWOption: Evaluation is to be created RR_XAUSWCHAR1XFELD
SLREPProgram which supplies the data for the evaluation RR_SLREPCHAR40PROGNAME
SLVARProgram variant for data retrieval RR_SLVARCHAR14RALDB_VARI
EXREPProgram which generates the evaluation RR_EXREPCHAR40PROGNAME
EXVARReport variant for creating the evaluation RR_EXVARCHAR14RALDB_VARI
IMREPProgram which displays the evaluations RR_IMREPCHAR40PROGNAME
IMVARReport variant for displaying the evaluation RR_IMVARCHAR14RALDB_VARI
XBNKLIndicator: Evaluation needs bank data RR_XBNKLCHAR1XFELD
XSTDLIndicator: Evaluation needs tax data RR_XSTDLCHAR1XFELD
XKKDLIndicator: Evaluation needs customer credit data RR_XKKDLCHAR1XFELD
XMNDLIndicator: Evaluation needs dunning data RR_XMNDLCHAR1XFELD
AWBEZName of the evaluation RR_AWBEZCHAR50TEXT50
ANZTXHeading for the display of the evaluation RR_ANZTXCHAR45TEXT45
OWNTXEvaluation view description RR_OWNTXCHAR40TEXT40
AWTXTEvaluation type description RR_AWTXTCHAR45TEXT45
GRUPFName of the database field by which the list is grouped RR_GRUPFCHAR61CHAR61
GFSWSShort Field Label SCRTEXT_SCHAR10SCRTEXT_S
GFSWMMedium Field Label SCRTEXT_MCHAR20SCRTEXT_M
GFSWLLong Field Label SCRTEXT_LCHAR40SCRTEXT_L
GFTXTLong text for grouping field characteristic RR_GFTXTCHAR40TEXT40
NAME1Customer/vendor name from master record RR_NAME1CHAR35NAME
STIDAKey date on which the evaluation was created RR_STIDADATS8DATUM
ERDATCreation date of the evaluation RR_ERDATDATS8DATUM
UZEITTime RR_UZEITTIMS6RR_UZEIT
ERNAMName of the user who created the evaluation RR_ERNAMCHAR12USNAM
AWKEYKey under which the evaluation is stored RR_AWKEYCHAR40CHAR40
TOP_NNumber of accounts or documents in ranking lists RR_TOP_NNUMC3NUMC03
LEVLMCreate client RR_LEVLMCHAR1XFELD
LEVLKCreate credit control area RR_LEVLKCHAR1XFELD
LEVLBCreate company code RR_LEVLBCHAR1XFELD
LEVLGCreate business area RR_LEVLGCHAR1XFELD
DSOCTDSO calculation type (Day Sales Outstanding) RR_DSOCTCHAR1RR_DSOCT

Key field Non-key field



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

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

How to access SAP table RFRRX01

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