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
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 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
INCLUDE RFEPOSC5.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FERCR220C - Drill down from regulatory to natural accounts FERCR220C - Drill down from regulatory to natural accounts FERCR220 - Drill down from regulatory or natural accounts FERCR220 - Drill down from regulatory or natural accounts FERCR210_OLD - Flow of cost trace FERCR210_OLD - Flow of cost trace