FERCR250_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 FERCR250_OLD 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: S_KTNRA = Natural account
Selection Text: REP_NAME = Report index
Selection Text: P_STATUS = Status string
Selection Text: P_SEL = Selection screen visible?
Selection Text: P_NUMBER = Account
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
Selection Text: P_AMOUNT = Amount
Title: Drill Down From a Source or Final Object to the Natural Accounts
Text Symbol: O40 = source obj.
Text Symbol: O30 = final obj.
Text Symbol: 113 = Company code
Text Symbol: 112 = Controlling area
Text Symbol: 109 = Total for
Text Symbol: 108 = Total suppressed accounts
Text Symbol: 107 = Accts < threshold of
Text Symbol: 102 = |Nat. acct |Description |&|
Text Symbol: 101 = for
Text Symbol: 100 = Natural accounts
Text Symbol: 042 = Suppress
Text Symbol: 041 = Display condensed
Text Symbol: 040 = Display
Text Symbol: 012 = Amount
Text Symbol: 010 = Account number
Text Symbol: 004 = Drill down history in header of detail list
Text Symbol: 002 = Sort by
Text Symbol: 001 = Additional parameters
INCLUDE FERCD200.
No SAP DATABASE tables are accessed within this REPORT code!
OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = status-act_fin_coobj no_kokrs = 'X' IMPORTING identification = sy-msgv2 ident_objid = sy-msgv1 ident_txt20 = tbo01-txt20.
OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = status-act_src_coobj no_kokrs = 'X' IMPORTING identification = sy-msgv2 ident_objid = sy-msgv1 ident_txt20 = tbo01-txt20.
FERC_NATURAL_ACCOUNT_GET CALL FUNCTION 'FERC_NATURAL_ACCOUNT_GET' EXPORTING status = status rep_name = rep_name TABLES ktnra_lst = ktnra_lst.
FERC_DRILL_DOWN_REPORT_GET CALL FUNCTION 'FERC_DRILL_DOWN_REPORT_GET' EXPORTING report_id = reporting_id IMPORTING report_name = dd_rep.
FERC_DRILL_DOWN_REPORT_GET CALL FUNCTION 'FERC_DRILL_DOWN_REPORT_GET' EXPORTING report_id = '70' IMPORTING report_name = dd_rep.
FERC_DRILL_DOWN_REPORT_GET CALL FUNCTION 'FERC_DRILL_DOWN_REPORT_GET' EXPORTING report_id = '90' 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.
FERCR250_OLD - Drill Down From a Source or Final Object to the Natural Accounts FERCR250_OLD - Drill Down From a Source or Final Object to the Natural Accounts FERCR250 - Drill Down From a Source or Final Object to the Natural Accounts FERCR250 - Drill Down From a Source or Final Object to the Natural Accounts FERCR240_OLD - Drill Down to Source or Final Objects FERCR240_OLD - Drill Down to Source or Final Objects