FICREC00 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 FICREC00 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CXNZ - Reconciliation Totals Consolidation
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: PA_BUKRS = D Company code
Selection Text: PA_CONTP = D Integrated cons type
Selection Text: PA_CUDER = Derive consolidation units
Selection Text: PA_CUMUL = D Accumulate values
Selection Text: PA_DEST = D RFC destination
Selection Text: PA_DIFF = D Display differences only
Selection Text: PA_DIMEN = D Dimension
Selection Text: PA_HSLCP = D Compare 2nd crcy
Selection Text: PA_ITCLG = D Cons chart of accounts
Selection Text: PA_ITDER = D Derive FS items
Selection Text: PA_KSLCP = D Compare 3rd crcy
Selection Text: PA_KTOPL = D Chart of accounts
Selection Text: PA_MSLCP = D Compare quantities
Selection Text: PA_PEF1 = From period/year
Selection Text: PA_PEF2 = From period/year
Selection Text: PA_PET1 = To period/year
Selection Text: SO_RACCT = D Account number
Selection Text: SO_PRCTR = D Profit center
Selection Text: SO_PLEVL = D Posting level
Selection Text: SO_ITEM = D Item
Selection Text: SO_GSBER = D Business area
Selection Text: SO_BUNIT = D Consolidation unit
Selection Text: PA_TTAB = D Totals table
Selection Text: PA_TSLCP = D Compare TC values
Selection Text: PA_TMDER = Derive from/to period
Selection Text: PA_RVER2 = D Version
Selection Text: PA_RVER1 = D Version
Selection Text: PA_RRCTY = D Record type
Selection Text: PA_RLDR2 = D Ledger
Selection Text: PA_RLDR1 = D Ledger
Selection Text: PA_RCOMP = D Company
Selection Text: PA_PET2 = To period/year
Title: Reconciliation of Transaction Totals Data with Cons Totals Data
Text Symbol: T07 = Choose profit center
Text Symbol: T06 = Choose business area
Text Symbol: T05 = Periods for data selection do not agree
Text Symbol: T04 = Choose totals table
Text Symbol: T03 = Choose company code
INCLUDE: FICCON00,
FICINC00,
FICREC0T,
FICLPD00, "LIST PROCESSOR 1
FICLPF00, "LIST PROCESSOR 2
FICREC0S,
FICREC0F.
No SAP DATABASE tables are accessed within this REPORT code!
RS_TRDIR_SELECT CALL FUNCTION 'RS_TRDIR_SELECT' EXPORTING trdir_name = 'FICREC00' "xrp310303 IMPORTING trdir_row = ls_trdir.
RS_TRDIR_SELECT CALL FUNCTION 'RS_TRDIR_SELECT' EXPORTING trdir_name = 'FICREC0F' "xrp310303 IMPORTING trdir_row = ls_trdir.
RS_TRDIR_SELECT CALL FUNCTION 'RS_TRDIR_SELECT' EXPORTING trdir_name = 'FICREC01' IMPORTING trdir_row = ls_trdir.
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 FICREC00 or its description.
FICREC00 - Reconciliation of Transaction Totals Data with Cons Totals Data FICREC00 - Reconciliation of Transaction Totals Data with Cons Totals Data FICREBAF - Include for Drilldown Selection FICREBAD - Include for drilldown selection (data portion) FICRCLC0 - Check Customizing of Reclassification FICRCLC0 - Check Customizing of Reclassification