SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

FICDCC00 SAP ABAP Report - Check/Correct Breakdowns of Transaction Data







FICDCC00 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 FICDCC00 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CX1B4 - Consistency Check Transaction Data


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


Text pool values


Selection Text: PA_ITCLG = D Cons chart of accounts
Selection Text: SO_DIMEN = D Dimension
Selection Text: SO_ITEM = D Item
Selection Text: SO_RVERS = D Version
Selection Text: SO_RYEAR = D Fiscal year
Title: Check/Correct Breakdowns of Transaction Data


INCLUDES used within this REPORT FICDCC00

INCLUDE FICCON00.
INCLUDE FICDCC0T.
INCLUDE FICDCC0S.


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:

FC_AUTHORITY_CHECK CALL FUNCTION 'FC_AUTHORITY_CHECK' EXPORTING E_ID = 'ITCLG' E_ACTVT = '02' E_ITCLG = pa_itclg.

FC_CONSISTENCY_CHECK_ACTIVE CALL FUNCTION 'FC_CONSISTENCY_CHECK_ACTIVE' IMPORTING E_FLG_ACTIVE = l_flg_act exceptions others = 1.

FC_CONSISTENCY_CHECK1 CALL FUNCTION 'FC_CONSISTENCY_CHECK1' EXPORTING IT_RA_DIMEN = it_ra_dimen IT_RA_ITEM = it_ra_ITEM IT_RA_RVERS = it_ra_RVERS IT_RA_RYEAR = it_ra_RYEAR I_ITCLG = i_ITCLG I_FLG_WAIT = con_x EXCEPTIONS OBJECT_NOT_DETERMINED = 1 CHECK_UPD_CONFLICT = 2 OBJECT_FOR_DELETION_USED = 3 LOCK_ERROR = 4 REQUIRED_BRKDOWN_FIELD_MISSING = 5 PROCESSING_ABORTED = 6 YEAR_INTERVAL_NOT_SPECIFIED = 7.



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