FERC_R0 SAP (Execution history) Table details

Dictionary Type: Table
Description: Execution history




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




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

FERC_R0 is a standard SAP Table which is used to store Execution history data and is available within R/3 SAP systems 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. .

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

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).


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!