FERCR230 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 FERCR230 into the relevant SAP transactions such as SE38 or SE80
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_BAL = D Threshold amount
Selection Text: P_GLT0_C = D Read the account balances from
Selection Text: P_GLT0_R = D Read the account balances from
Selection Text: S_NATACC = D G/L account no.
Selection Text: S_SBUKRS = D Company Code
Selection Text: S_SGSBER = D Business area
Title: Drill Down From a Regulatory Account to the Natural Accounts
Text Symbol: 000 = Natural accounts
Text Symbol: 003 = Additional parameter
Text Symbol: 050 = Regulatory accounts
Text Symbol: 051 = Natural accounts
Text Symbol: 098 = Drill down
Text Symbol: 099 = General ledger
Text Symbol: H10 = Reporting
Text Symbol: H11 = Comparison
Text Symbol: H12 = ReptPeriod
Text Symbol: H13 = CompPeriod
Text Symbol: H14 = Variance
Text Symbol: H15 = Var. %
Text Symbol: O05 = reg. account
Text Symbol: O06 = nat. account
INCLUDE FERCD100.
INCLUDE FERCD110.
No SAP DATABASE tables are accessed within this REPORT code!
FERC_NAT_FOR_FERC_ACCOUNT_GET call function 'FERC_NAT_FOR_FERC_ACCOUNT_GET' exporting status = status rep_name = rep_name tables bukrs = s_rbuk_o gsber = s_rgsb_o account_lst = account_lst.
FERC_DRILL_DOWN_REPORT_GET call function 'FERC_DRILL_DOWN_REPORT_GET' exporting report_id = r_repname importing report_name = dd_rep.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'FERC_SDD' changing ct_fieldcat = rt_fieldcat.
REUSE_ALV_COMMENTARY_WRITE call function 'REUSE_ALV_COMMENTARY_WRITE' exporting it_list_commentary = gt_top_of_page.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FERCR230 - Drill Down From a Regulatory Account to the Natural Accounts FERCR230 - Drill Down From a Regulatory Account to the Natural Accounts 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