FERCR250 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 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
Title: Drill Down From a Source or Final Object to the Natural Accounts
Text Symbol: FIN = Final
Text Symbol: FOM = Final object
Text Symbol: FOS = Final obj.
Text Symbol: NAH = Natural accounts
Text Symbol: O30 = final object
Text Symbol: O40 = source object
Text Symbol: SOM = Source object
Text Symbol: SOS = Source obj.
Text Symbol: SRC = Source
INCLUDE FERCD100.
INCLUDE FERCD110.
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 = obj_name_and_value(20).
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 = obj_name_and_value(20).
FERC_NATURAL_ACCOUNT_GET call function 'FERC_NATURAL_ACCOUNT_GET' exporting status = status rep_name = rep_name tables ktnra_lst = ktnra_lst.
OBJECT_IDENTIFICATION_GET call function 'OBJECT_IDENTIFICATION_GET' exporting objnr = status-act_fin_coobj no_bukrs = 'X' no_erkrs = 'X' no_kokrs = 'X' importing e_objid = objid_out ident_txt20 = gt_outtab-r_object(20) exceptions others = 0.
OBJECT_IDENTIFICATION_GET call function 'OBJECT_IDENTIFICATION_GET' exporting objnr = status-act_src_coobj no_bukrs = 'X' no_erkrs = 'X' no_kokrs = 'X' importing e_objid = objid_out ident_txt20 = gt_outtab-s_object(20) exceptions others = 0.
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.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'FERC_SDD' * i_bypassing_buffer = 'X' 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.
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 FERCR240 - Drill Down to Source or Final Objects FERCR240 - Drill Down to Source or Final Objects