FERCR220_OLD 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 FERCR220_OLD into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FEOD - Drill down (Old version)
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: F_NAT =
Selection Text: F_REG =
Selection Text: P_BAL = D Threshold amount
Selection Text: P_BEXP = Display business areas
Selection Text: P_FER_0 = Suppress
Selection Text: P_FER_1 = Display
Selection Text: P_FER_2 = Display condensed
Selection Text: P_GLT0_C =
Selection Text: P_GLT0_R = D Select the account b
Selection Text: P_PER_C = D Period
Selection Text: P_PER_CT = D Period
Selection Text: P_PER_R = D Period
Selection Text: P_PER_RT = D Period
Selection Text: P_VER_C =
Selection Text: P_VER_R =
Selection Text: P_YEAR_C = D Fiscal year
Selection Text: P_YEAR_R = D Fiscal year
Selection Text: R_ACT_C =
Selection Text: R_ACT_R =
Selection Text: R_PLN_C =
Selection Text: R_PLN_R =
Selection Text: S_RBUKRS = D Company code
Selection Text: S_RGSBER = D Business area
Selection Text: S_SAKNR = D G/L account
Title: Drill Down From Regulatory or Natural Accounts
Text Symbol: D03 = Should the system read from archive
Text Symbol: D02 = Some periods are already archived.
Text Symbol: D01 = Drill down
Text Symbol: 115 = Plan
Text Symbol: 114 = Actual
Text Symbol: 113 = Company code
Text Symbol: 112 = Controlling area
Text Symbol: 000 = Parameters
Text Symbol: 001 = Reporting periods
Text Symbol: 002 = Comparison periods
Text Symbol: 003 = Additional parameters
Text Symbol: 004 = Drill down history in header of detail list
Text Symbol: 005 = Drill down from
INCLUDE FERCD200.
No SAP DATABASE tables are accessed within this REPORT code!
FERC_DEFAULT_GET CALL FUNCTION 'FERC_DEFAULT_GET' IMPORTING controlling_area = status-kokrs period = p_per_r year = p_year_r EXCEPTIONS OTHERS = 1.
K_KOKRS_READ CALL FUNCTION 'K_KOKRS_READ' EXPORTING kokrs = status-kokrs IMPORTING e_tka01 = tka01.
G_PERIOD_GET CALL FUNCTION 'G_PERIOD_GET' EXPORTING variant = tka01-lmona IMPORTING anzbp = t009-anzbp anzsp = t009-anzsp EXCEPTIONS OTHERS = 1.
CONVERT_KOKRS_TO_BUKRS CALL FUNCTION 'CONVERT_KOKRS_TO_BUKRS' EXPORTING kokrs = tka01-kokrs TABLES tbukrs = ferc_cc.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING titel = 'Drill down '(d01) textline1 = 'Some periods are already archived. '(d02)
FERC_PARAMETERS_INIT CALL FUNCTION 'FERC_PARAMETERS_INIT' EXPORTING controlling_area = status-kokrs year = int_r0-gjahr period = int_r0-perio record_type = int_r0-rrcty version = int_r0-rvers ferc_step = '55' IMPORTING run_id = int_r0-run_id read_from_archive = int_r0-archive TABLES ferc_relevant_company_codes = tmp_cc EXCEPTIONS OTHERS = 1.
FERC_PARAMETERS_GET CALL FUNCTION 'FERC_PARAMETERS_GET' EXPORTING run_id = int_r0-run_id company_code = tmp_cc-bukrs IMPORTING account_group = account_group balance_sheet_offset = status_offset-account profit_and_loss_offset = tmp_acc2 in_offset = tmp_acc3 out_offset = tmp_acc4.
FERC_ACCOUNT_VALUES_GET CALL FUNCTION 'FERC_ACCOUNT_VALUES_GET' EXPORTING status = status rep_name = rep_name TABLES saknr = s_saknr bukrs = ferc_cc gsber = s_rgsber account_lst = account_lst.
FERC_NAT_FOR_FERC_ACCOUNT_GET CALL FUNCTION 'FERC_NAT_FOR_FERC_ACCOUNT_GET' EXPORTING status = status rep_name = rep_name TABLES saknr = s_saknr bukrs = s_rbukrs gsber = s_rgsber account_lst = account_lst.
FERC_DRILL_DOWN_REPORT_GET CALL FUNCTION 'FERC_DRILL_DOWN_REPORT_GET' EXPORTING report_id = rep_name IMPORTING report_name = dd_rep.
FERC_DRILL_DOWN_REPORT_GET CALL FUNCTION 'FERC_DRILL_DOWN_REPORT_GET' EXPORTING report_id = rep_name IMPORTING report_name = dd_rep.
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 FERCR220_OLD or its description.
FERCR220_OLD - Drill Down From Regulatory or Natural Accounts FERCR220_OLD - Drill Down From Regulatory or Natural Accounts FERCR220C - Drill down from regulatory to natural accounts FERCR220C - Drill down from regulatory to natural accounts FERCR220 - Drill down from regulatory or natural accounts FERCR220 - Drill down from regulatory or natural accounts