SAP Reports / Programs

FERCR220C SAP ABAP Report - Drill down from regulatory to natural accounts







FERCR220C 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 FERCR220C 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 FERCR220C. "Basic submit
SUBMIT FERCR220C AND RETURN. "Return to original report after report execution complete
SUBMIT FERCR220C 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 from regulatory to natural accounts
Text Symbol: VIR =
Text Symbol: UNK =
Text Symbol: TRP = Paths from source to final obj
Text Symbol: TRC = Trace
Text Symbol: SRD = Source documents
Text Symbol: SRC = Source
Text Symbol: SOB = from Source object
Text Symbol: SAK = Acct
Text Symbol: RND =
Text Symbol: RGD = Regulatory documents
Text Symbol: REG = to Regulatory
Text Symbol: RCC = to Regulated company code
Text Symbol: ORG = Original document
Text Symbol: NOT =
Text Symbol: NBA =
Text Symbol: NAT = from Natural
Text Symbol: HTT = Company code, account, business area, or CO object
Text Symbol: HDG = Object
Text Symbol: GSB = BusA
Text Symbol: FOR = for
Text Symbol: FOB = to Final object
Text Symbol: DOT = Documents traced
Text Symbol: DOC = Documents traced
Text Symbol: BUK = CoCd
Text Symbol: 104 = Version
Text Symbol: 103 = Plan data
Text Symbol: 102 = Actual data
Text Symbol: 101 = Period


INCLUDES used within this REPORT FERCR220C

INCLUDE RFEPOSC5.


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:

AC_DOCUMENT_SENDER call function 'AC_DOCUMENT_SENDER' exporting i_awtyp = gt_d2-awtyp i_awref = gt_d2-awref i_aworg = gt_d2-aworg exceptions others = 1.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'FERC_SDD1' changing ct_fieldcat = gt_fieldcat[].

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 = sy-msgv2 ident_objid = sy-msgv1.

LVC_FIELDCATALOG_MERGE call function 'LVC_FIELDCATALOG_MERGE' exporting i_structure_name = 'FERC_SDD2' changing ct_fieldcat = gt_fieldcatalog.

ARCHIVE_READ_OBJECT call function 'ARCHIVE_READ_OBJECT' exporting object = arch-object object_id = arch-object_id importing archive_handle = arch-handle exceptions others = 1.

ARCHIVE_GET_NEXT_RECORD call function 'ARCHIVE_GET_NEXT_RECORD' exporting archive_handle = arch-handle importing * loop to get the next record from the archived table record = ferc_d2 exceptions others = 1.

ARCHIVE_CLOSE_FILE call function 'ARCHIVE_CLOSE_FILE' exporting archive_handle = arch-handle.



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