FERCR290 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 FERCR290 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.
Title: Drill down reporting
Text Symbol: 101 = Period
Text Symbol: 102 = Actual data
Text Symbol: 103 = Plan data
Text Symbol: 104 = Version
Text Symbol: BUK = CoCd
Text Symbol: DOC = Documents
Text Symbol: GSB = BusA
Text Symbol: HDG = Object
Text Symbol: HTT = Company code, account, business area, or CO object
Text Symbol: NOG =
Text Symbol: NOT =
Text Symbol: SAK = Acct
INCLUDE FERCR290_T.
INCLUDE FERCR290_L.
No SAP DATABASE tables are accessed within this REPORT code!
FERC_PARAMETERS_INIT CALL FUNCTION 'FERC_PARAMETERS_INIT' EXPORTING controlling_area = ferc_r0-kokrs year = ferc_r0-gjahr period = ferc_r0-perio record_type = ferc_r0-rrcty version = ferc_r0-versn ferc_step = '15' IMPORTING read_from_archive = gv_read_archive TABLES ferc_relevant_company_codes = gt_c2.
ARCHIVE_READ_OBJECT CALL FUNCTION 'ARCHIVE_READ_OBJECT' EXPORTING object = 'FERC' object_id = gt_idx-object_id IMPORTING archive_handle = gv_handle EXCEPTIONS OTHERS = 1.
ARCHIVE_GET_NEXT_RECORD CALL FUNCTION 'ARCHIVE_GET_NEXT_RECORD' EXPORTING archive_handle = gv_handle IMPORTING record = ferc_d4 EXCEPTIONS OTHERS = 1.
ARCHIVE_CLOSE_FILE CALL FUNCTION 'ARCHIVE_CLOSE_FILE' EXPORTING archive_handle = gv_handle.
LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FERC_SDD1' CHANGING ct_fieldcat = gt_fieldcatalog.
OBJECT_IDENTIFICATION_GET CALL FUNCTION 'OBJECT_IDENTIFICATION_GET' EXPORTING objnr = p_objnr no_bukrs = 'X' no_erkrs = 'X' no_kokrs = 'X' * LANGU = SY-LANGU * DATUM = SY-DATLO text_wanted = 'X' IMPORTING * E_IONRA = * E_KEY = e_text = sy-msgli * e_identification = * E_OBJID = * IDENT_OBART = ident_txt10 = st_obj-key(10) * IDENT_TXT15 = * IDENT_TXT20 = * IDENTIFICATION = ident_objid = sy-msgv1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FERCR290 - Drill down reporting FERCR290 - Drill down reporting FERCR280 - Analyze summarized final objects FERCR280 - Analyze summarized final objects FERCR270 - Drill Down From Natural Accounts to Virtual Primary Cost Elements FERCR270 - Drill Down From Natural Accounts to Virtual Primary Cost Elements