RFRRD02 SAP (Fields for Report RFDRRE02) Structure details

Dictionary Type: Structure
Description: Fields for Report RFDRRE02




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




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

RFRRD02 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 "Fields for Report RFDRRE02" 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_RFRRD02 TYPE RFRRD02.

The RFRRD02 table consists of various fields, each holding specific information or linking keys about Fields for Report RFDRRE02 data available in SAP. These include TTG01 (Medium-term days in arrears), TBT01 (Medium-term clearing volumes), TZI01 (Medium-term interest calculation numerator), TTG02 (Short-term days in arrears).. 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 RFRRD02 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
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
TTG01Medium-term days in arrears RR_TTG01DEC15DECV15
TBT01Medium-term clearing volumes RR_TBT01DEC15(2) DECV15_2
TZI01Medium-term interest calculation numerator RR_TZI01DEC19(5) DECV19_5
TTG02Short-term days in arrears RR_TTG02DEC15DECV15
TBT02Short-term clearing volumes RR_TBT02DEC15(2) DECV15_2
TZI02Short-term interest calculation numerator RR_TZI02DEC19(5) DECV19_5
TTG03Days in arrears for due items RR_TTG03DEC15DECV15
TBT03Total of due items RR_TBT03DEC15(2) DECV15_2
TZI03Due items interest calculation numerator RR_TZI03DEC19(5) DECV19_5
STG01Medium-term days in arrears RR_STG01DEC15DECV15
SBT01Medium-term clearing volumes RR_SBT01DEC19(2) DECV19_2
SZI01Medium-term interest calculation numerator RR_SZI01DEC23(5) DECV23_5
STG02Short-term days in arrears RR_STG02DEC15DECV15
SBT02Short-term clearing volumes RR_SBT02DEC19(2) DECV19_2
SZI02Short-term interest calculation numerator RR_SZI02DEC23(5) DECV23_5
STG03Days in arrears for due items RR_STG03DEC15DECV15
SBT03Total of due items RR_SBT03DEC19(2) DECV19_2
SZI03Due items interest calculation numerator RR_SZI03DEC23(5) DECV23_5
WERTCField for complementary value of field which is sorted by RR_WERTCNUMC20NUM20

Key field Non-key field



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

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

How to access SAP table RFRRD02

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