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
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
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.
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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.