RFRRD20 SAP (Line item analysis) Structure details

Dictionary Type: Structure
Description: Line item analysis




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




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

RFRRD20 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 "Line item analysis" 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_RFRRD20 TYPE RFRRD20.

The RFRRD20 table consists of various fields, each holding specific information or linking keys about Line item analysis data available in SAP. These include KOART (Account Type), KUNNR (Customer Numbers), LAND1 (Country Key), KONZS (Group key).. 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 or numeric)


SAP RFRRD20 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
STIDAOpen Items at Key Date ALLGSTIDDATS8DATUM
KOARTAccount Type KOARTCHAR1KOART
KUNNRCustomer Numbers KUNNRCHAR10KNA1ALPHAKUNNRKUNC_KUNNR
LAND1Country Key LAND1CHAR3Assigned to domainLAND1LND
KONZSGroup key KONZSCHAR10KONZS
BRSCHIndustry key BRSCHCHAR4Assigned to domainBRSCH
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
BUSABAccounting clerk BUSABCHAR2Assigned to domainBUSAB
FDGRVPlanning group FDGRVCHAR10Assigned to domainALPHAFDGRP
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
KKBERCredit control area KKBERCHAR4T014KKBERKKB
CTLPCCredit management: Risk category CTLPC_CMCHAR3Assigned to domainCTLPC_CM
SBGRPCredit representative group for credit management SBGRP_CMCHAR3Assigned to domainSBGRP_CMKBG
BSCHLPosting Key BSCHLCHAR2TBSLBSCHL
UMSKZSpecial G/L Indicator UMSKZCHAR1T074UUMSKZ
BLARTDocument Type BLARTCHAR2T003BLARTBAR
MANSTDunning level MAHNS_DNUMC1MAHNS
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERDEPeriod PERIODENUMC3NUM3GFP
PERIOPeriod/year JAHRPERNUMC7PERI7JAHRPER
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
DUE_TYPEType of due date analysis DUE_TYPENUMC1DUE_TYPE
VTAGE_NETDays relating to due date for net payment VTAGE_NETNUMC5RR_VTAGE
VTAGE_SK1Days relating to first cash disc. due date VTAGE_SK1NUMC5RR_VTAGE
VTAGE_SK2Days relating to second cash disc.due date VTAGE_SK2NUMC5RR_VTAGE
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
DMSHBAmount in local currency with +/- signs RR_DMSHBCURR17(2) WERTV9

Key field Non-key field



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

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

How to access SAP table RFRRD20

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