RF02E SAP (Work fields for SAPMF02E) Structure details

Dictionary Type: Structure
Description: Work fields for SAPMF02E




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




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

RF02E 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 "Work fields for SAPMF02E" 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_RF02E TYPE RF02E.

The RF02E table consists of various fields, each holding specific information or linking keys about Work fields for SAPMF02E data available in SAP. These include BUKRS (Company Code), ERGAN (Financial Statement Item), ERGSL (Financial Statement Item), ERGVD (Financial statement key on change of balance).. 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 RF02E 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
BILKTUp to Account Number BISKT_F02ECHAR10Assigned to domainALPHASAKNR
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
ERGANFinancial Statement Item ERGSLCHAR10ERGSL
ERGSLFinancial Statement Item ERGSLCHAR10ERGSL
ERGVDFinancial statement key on change of balance ERGVD_F02ECHAR10ERGSL
ERTANFinancial statement short text ERTXK_F02ECHAR45TEXT45
ERTXAText: financial statement item control heading ERTXA_F02ECHAR45TEXT45
ERTXEText: financial statement item control footing ERTXE_F02ECHAR45TEXT45
ERTXKFinancial statement short text ERTXK_F02ECHAR45TEXT45
ERTXSText: graduated total for financial statement item ERTXS_F02ECHAR45TEXT45
ERGZSFinancial statement key ERGZS_F02ECHAR10ERGSL
ERTZSFinancial statement short text ERTZS_F02ECHAR30TEXT30
ERTXQFinancial statement text source language ERTXQ_F02ECHAR45TEXT45
ERTXZFinancial statement text target language ERTXZ_F02ECHAR45TEXT45
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
KTOPLChart of Accounts KTOPLCHAR4T004KTOPLKPLC_KTOPL
XKONTIndicator: copy without transferring the accounts ? XKONT_F02ECHAR1XFELD
PRKANProgram key for the financial statement PRKEY_011PNUMC20NUM20
PRKEYProgram key for the financial statement PRKEY_011PNUMC20NUM20
REF_VERSNFinancial Statement Version VERSN_011CHAR4T011VERSN_011BIL
RPLANPlan parameters RPLANCHAR8T820RPLANGPL
RVERSPlan version RVERS_011CHAR3T894ALPHARVERSGVS
RLDNRLedger RLDNRCHAR2T881ALPHARLDNRGLNH_T881
SAKNRG/L Account Number SAKNRCHAR10SKA1ALPHASAKNRSAKC_SAKNR
SEITEPage SEIT1NUMC1NUM01
SICHTFinancial statement overview SICHT_F02ECHAR10CHAR10
SPRASLanguage Key SPRASLANG1T002ISOLASPRASSPRH_T002
TSPRATarget language TSPRA_F02ELANG1T002ISOLASPRASSPR
STATSLine item status STATS_F02ECHAR10CHAR10
SUMANIs the total to be displayed? If yes, where? SUMME_011PCHAR1CHAR1
SUMMEIs the total to be displayed? If yes, where? SUMME_011PCHAR1CHAR1
STUANFinancial statement item hierarchy level STUFE_F02ENUMC2NUM02
STUFEFinancial statement item hierarchy level STUFE_F02ENUMC2NUM02
TEXT1Text display field TEXT1_F02ECHAR25TEXT25
XHABNIndicator: Is entry relevant if there is a credit balance ? XHABN_F02ECHAR1XFELD
XSOLLIndicator: Is entry relevant if there is a debit balance? XSOLL_F02ECHAR1XFELD
XSUMAIndicator: Display control heading total ? XSUMA_F02ECHAR1XFELD
XSUMEIndicator: Display control footing total ? XSUME_F02ECHAR1XFELD
XSUMSIndicator: Display graduated total ? XSUMS_F02ECHAR1XFELD
VERSNFinancial Statement Version VERSN_011CHAR4T011VERSN_011BIL
VONKTFrom Account Number VONKT_F02ECHAR10Assigned to domainALPHASAKNR
WSEITPage SEIT3NUMC3NUM03
XGSBEIndicator: Business area financial statements required? XGSBECHAR1XFELD
XGSBER_NOTIndicator: planning without business areas XGSBER_NOTCHAR1XFLAG
XGSBER_ALLIndicator: planning with all business areas XGSBER_ALLCHAR1XFLAG
XGSBER_SPZIndicator: planning with particular business areas XGSBER_SPZCHAR1XFLAG
GSBER_VONBusiness area FROM GSBER_VONCHAR4TGSBGSBER
GSBER_BISBusiness area TO GSBER_BISCHAR4TGSBGSBER
SET_SHORTNAMESet ID for additional account assignment G_SET_SHORTNAMECHAR24SETNAMEGSE
SETIDIdentification of a set SETIDCHAR34SETIDGSI
SET_TITLEShort description of a set SETTEXTCHAR40TEXT40
FLEX_LEDGERGeneral checkbox GLX_XFELDCHAR1XFELD
DOCTYDocument Type for General Ledger Accounting in ERP DOCTY_FLEXCHAR2T003BLARTBAR
TW_PLANNINGPlan transaction currency TW_PLANNINGCHAR1CHAR1
HW_PLANNINGPlan second currency HW_PLANNINGCHAR1CHAR1
ACTUAL_ONDisplay actual data ACTUAL_ONCHAR1CHAR1
RTCURCurrency Key WAERSCUKY5TCURCWAERSFWS

Key field Non-key field



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

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

How to access SAP table RF02E

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