SAP Reports / Programs

FERCR230_OLD SAP ABAP Report - Drill Down From a Regulatory Account to the Natural Accounts







FERCR230_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 FERCR230_OLD into the relevant SAP transactions such as SE38 or SE80


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 FERCR230_OLD. "Basic submit
SUBMIT FERCR230_OLD AND RETURN. "Return to original report after report execution complete
SUBMIT FERCR230_OLD 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: S_SGSBER = D Business area
Selection Text: S_SBUKRS = D Company code
Selection Text: S_RGSB_O = D Business area
Selection Text: S_RBUK_O = D Company code
Selection Text: S_NATACC = D G/L account
Selection Text: P_STATUS = Status
Selection Text: P_SEL = Selection screen visible?
Selection Text: P_FER_2 = Display condensed
Selection Text: P_FER_1 = Display
Selection Text: P_FER_0 = Suppress
Selection Text: P_BAL = D Threshold amount
Title: Drill Down From a Regulatory Account to the Natural Accounts
Text Symbol: O06 = nat. account
Text Symbol: O05 = reg. account
Text Symbol: 113 = Company code
Text Symbol: 112 = Controlling area
Text Symbol: 111 = Variance in %
Text Symbol: 109 = Total for
Text Symbol: 108 = Reg. acct
Text Symbol: 107 = Accts < threshold of
Text Symbol: 106 = Total for suppressed accounts
Text Symbol: 105 = Variance in %
Text Symbol: 104 = Variance
Text Symbol: 103 = |Nat. acct |Description |&|
Text Symbol: 102 = |Nat. acct |Description |&|&|&|
Text Symbol: 101 = for
Text Symbol: 042 = Suppress
Text Symbol: 041 = Display condensed
Text Symbol: 040 = Display
Text Symbol: 004 = Drill down history in header of detail list
Text Symbol: 003 = Additional parameter
Text Symbol: 001 = Regulatory accounts
Text Symbol: 000 = Natural accounts


INCLUDES used within this REPORT FERCR230_OLD

INCLUDE FERCD200.


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_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 = acc_lst.

CUSTOMIZED_MESSAGE CALL FUNCTION 'CUSTOMIZED_MESSAGE' EXPORTING i_arbgb = 'F=' i_dtype = 'S' i_msgnr = '324'.

FERC_DRILL_DOWN_REPORT_GET CALL FUNCTION 'FERC_DRILL_DOWN_REPORT_GET' EXPORTING report_id = '15' IMPORTING report_name = dd_rep.

FERC_DRILL_DOWN_REPORT_GET CALL FUNCTION 'FERC_DRILL_DOWN_REPORT_GET' EXPORTING report_id = '20' IMPORTING report_name = dd_rep.

FERC_DRILL_DOWN_REPORT_GET CALL FUNCTION 'FERC_DRILL_DOWN_REPORT_GET' EXPORTING report_id = '25' IMPORTING report_name = dd_rep.



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 FERCR230_OLD or its description.