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
Below is a list of transaction codes which are relevant to this SAP report
CX1B4 - Consistency Check Transaction Data
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_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
INCLUDE FICCON00.
INCLUDE FICDCC0T.
INCLUDE FICDCC0S.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FICDCC00 - Check/Correct Breakdowns of Transaction Data FICDCC00 - Check/Correct Breakdowns of Transaction Data FICDATTP - Declaration of Data FICDATGD - SAP Cons: General Data Include with COMMON PART FIMC2 f. Global Fields FICDATDD - Declaration of Data FICDATCP - Common Part: FCDE <-> Generated Reports