SAP Reports / Programs

FERCC010 SAP ABAP Report - Maintain regulatory configuration parameters







FERCC010 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter FERCC010 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FEV1 - Controlling area dependent parameter
FEV3A - Regulatory indicator variants
FEV4 - Specific Std. Cost. Adj. assignments
FEV5 - Specific clearing COEl assignments
FEV10 - Secondary cost elem. to be ignored
FEV3 - Regulatory accounts for traced costs
FEV2 - Company code dependent parameters
FEV6 - Regulatory indicator assignments
FEV9 - Regulatory accounts for direct post.
FEVF6 - Organizational assignment of objects
FEV11 - Regulatory indicator assignmnt field
FEV13 - Clearing cost elements
FEV13A - Cost element variants


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT FERCC010. "Basic submit
SUBMIT FERCC010 AND RETURN. "Return to original report after report execution complete
SUBMIT FERCC010 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_CLRCAT = D Clearing category
Selection Text: P_GJAHR = D Fiscal year
Selection Text: P_KOKRS = D Controlling area
Selection Text: P_PERIO = D Period
Selection Text: P_VERSN = D Version
Selection Text: P_VIEW = View code
Selection Text: R_ACTUAL =
Selection Text: R_PLAN =
Title: Maintain regulatory configuration parameters
Text Symbol: P00 = Parameters
Text Symbol: P10 = Period
Text Symbol: P11 = /
Text Symbol: P30 = Actual
Text Symbol: P40 = Plan
Text Symbol: P50 = Version


INCLUDES used within this REPORT FERCC010

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

FERC_DEFAULT_GET call function 'FERC_DEFAULT_GET' importing controlling_area = p_kokrs period = p_perio year = p_gjahr exceptions others = 4.

FAGL_CHECK_GLFLEX_ACTIVE call function 'FAGL_CHECK_GLFLEX_ACTIVE' importing E_GLFLEX_ACTIVE = GV_GLFLEX_ACTIVE.

FAGL_GET_LEADING_LEDGER call function 'FAGL_GET_LEADING_LEDGER' importing E_RLDNR = T894T-RLDNR.

FERC_PARAMETERS_INIT call function 'FERC_PARAMETERS_INIT' exporting controlling_area = p_kokrs year = p_gjahr period = p_perio record_type = ferc_r0-rrcty version = ferc_r0-versn importing run_id = ferc_r0-run_id.

FERC_PARAMETERS_GET call function 'FERC_PARAMETERS_GET' exporting run_id = ferc_r0-run_id importing cc_level_assignment = cc_ass.

ENQUEUE_E_TABLEE call function 'ENQUEUE_E_TABLEE' exporting tabname = rstable-tabname varkey = rstable-varkey exceptions foreign_lock = 4.

FERC_HISTORY_UPDATE call function 'FERC_HISTORY_UPDATE' exporting run_id = ferc_r0-run_id importing history = ferc_r0.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name FERCC010 or its description.