SAP Reports / Programs

FERCR290 SAP ABAP Report - Drill down reporting







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


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 FERCR290. "Basic submit
SUBMIT FERCR290 AND RETURN. "Return to original report after report execution complete
SUBMIT FERCR290 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT FERCR290

INCLUDE FERCR290_T.
INCLUDE FERCR290_L.


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



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