SAP FERC_R0 Execution history Table data and field list

FERC_R0 is a standard SAP Table which is used to store Execution history data in SAP systems, such as SAP R/3, S/4HANA, depending on the version and release level.

The FERC_R0 table consists of various fields, each holding specific information or linking keys about Execution history data available in SAP. These include RUN_ID (Regulatory reporting run identification number), KOKRS (Controlling Area), GJAHR (Fiscal Year), PERIO (Period)... 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. .

FERC_R0 table Technical Details:

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP FERC_R0 table fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the FERC_R0 table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
RUN_IDRegulatory reporting run identification number FE_RUN_IDNUMC4FE_RUN_ID
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIOPeriod CO_PERIONUMC3PERBLVPE
RRCTYRecord type FE_RRCTYCHAR1FE_RRCTY
VERSNVersion RVERSCHAR3T894ALPHARVERSGVS
LAST_STEPRegulatory procedure FE_STEPCHAR2FE_STEP
NEXT_STEPRegulatory procedure FE_STEPCHAR2FE_STEP
ST_00Status of regulatory procedure FE_STATUSCHAR1FE_STATUS
EX_00Number of runs of regulatory procedure FE_RUN_NONUMC3NUMC3
ST_10Status of regulatory procedure FE_STATUSCHAR1FE_STATUS
EX_10Number of runs of regulatory procedure FE_RUN_NONUMC3NUMC3
ST_20Status of regulatory procedure FE_STATUSCHAR1FE_STATUS
EX_20Number of runs of regulatory procedure FE_RUN_NONUMC3NUMC3
ST_30Status of regulatory procedure FE_STATUSCHAR1FE_STATUS
EX_30Number of runs of regulatory procedure FE_RUN_NONUMC3NUMC3
ST_40Status of regulatory procedure FE_STATUSCHAR1FE_STATUS
EX_40Number of runs of regulatory procedure FE_RUN_NONUMC3NUMC3
ST_50Status of regulatory procedure FE_STATUSCHAR1FE_STATUS
EX_50Number of runs of regulatory procedure FE_RUN_NONUMC3NUMC3
EX_50_20Number of runs of regulatory procedure FE_RUN_NONUMC3NUMC3
EX_50_40Number of runs of regulatory procedure FE_RUN_NONUMC3NUMC3
ST_60Status of regulatory procedure FE_STATUSCHAR1FE_STATUS
EX_60Number of runs of regulatory procedure FE_RUN_NONUMC3NUMC3
ST_70Status of regulatory procedure FE_STATUSCHAR1FE_STATUS
EX_70Number of runs of regulatory procedure FE_RUN_NONUMC3NUMC3
ADMI_RUNArchiving Session Number ADMI_RUN_DCHAR6ADMI_RUN
WAERSCurrency Key for Amounts in Controlling Area Currency RACURCUKY5TCURCWAERSFWS
KTOPLChart of Accounts KTOPLCHAR4T004KTOPLKPLC_KTOPL
PERIVFiscal Year Variant PERIVCHAR2T009PERIV
SAPRELEASESAP Release SAPRELEASECHAR10CHAR10
SAPPATCHLVSupport Package Level of a Software Component SAPPATCHLVCHAR10CHAR10

Key field Non-key field



How do I retrieve data from SAP table FERC_R0 using ABAP code

The following ABAP code Example will allow you to do a basic selection on FERC_R0 to SELECT all data from the table
DATA: WA_FERC_R0 TYPE FERC_R0.

SELECT SINGLE *
FROM FERC_R0
INTO CORRESPONDING FIELDS OF WA_FERC_R0
WHERE...

How to access SAP table FERC_R0

Within an ECC or HANA version of SAP you can also view further information about FERC_R0 and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).

Related SAP tables and the relationships to FERC_R0

    FERC_R0 - Execution history
        FERC_C2 - Company code dependent parameters
        FERC_C6 - Regulatory indicators
        FERC_F2 - Final paths
            FERC_F3 - Primary costs on source objects
        FERC_D4 - Totals per regulatory and natural account
        FERC_D1 - Paths per account, sender and receiver
        FERC_D5 - Totals per reg. account and final object
    FERC_D2 - Documents per sender and account

    FERC_R0 - Execution history
        FERC_D2 - Documents per sender and account
            FERC_D1 - Paths per account, sender and receiver