SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Data Modeler(BC-DWB-TOO-DMO) SAP BC

CC001F02 SAP ABAP INCLUDE - DM: Consistency check main routines







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


Text pool values


Title: DM: Consistency check main routines


INCLUDES used within this REPORT CC001F02

No INCLUDES are used within this REPORT code!


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:

SDU_DMO_RANGE_LOAD CALL FUNCTION 'SDU_DMO_RANGE_LOAD' EXPORTING LANGU = SY-LANGU TABLES MODELS = DM40V_SELECTED_MODELS RANGE = DMOID EXCEPTIONS NOT_FOUND = 01.

DD_GRAPH_ANALYSE CALL FUNCTION 'DD_GRAPH_ANALYSE' "MS002 EXPORTING "MS002 DO_TOPO_SORT = SPACE "MS002 DO_PARTITION = 'X' "MS002 IMPORTING "MS002 PARTITION_COUNT = COUNT_PARTITIONS "MS002 TABLES "MS002 OBJECTS = OBJECTS "MS002 RELATIONS = RELATIONS "MS002 EXCEPTIONS "MS002 OTHERS = 1. "MS002

DD_GRAPH_ANALYSE1 * CALL FUNCTION 'DD_GRAPH_ANALYSE1' "MS001 * EXPORTING "MS001 * DO_TOPO_SORT = SPACE "MS001 * DO_PARTITION = 'X' "MS001 * IMPORTING "MS001 * PARTITION_COUNT = COUNT_PARTITIONS "MS001 * TABLES "MS001 * OBJECTS = OBJECTS "MS001 * RELATIONS = RELATIONS "MS001 * EXCEPTIONS "MS001 * OTHERS = 1. "MS001

SDU_MARK_TREE_FETCH CALL FUNCTION 'SDU_MARK_TREE_FETCH' EXPORTING LANGU = SY-LANGU LEVEL = '*' WITH_TEXT = 'X' TABLES OBJECT_LIST = OBJECTS HIERARCHY = DM41S_HIERARCHY MODELS = DM40V_MODELS ENTITIES = DM02V_ENTITIES_IN_MODEL EXCEPTIONS NOT_FILLED = 01 NOT_FOUND = 02 WRONG_TYPE = 03.

SDU_HIERARCHY_GET CALL FUNCTION 'SDU_HIERARCHY_GET' EXPORTING DATAMODEL = DMOID LEVEL = '*' TABLES HIERARCHY = DM41S_HIERARCHY EXCEPTIONS NOT_FOUND = 01.

DD_RANGE_SEL * CALL FUNCTION 'DD_RANGE_SEL' "HT003 * EXPORTING * DELETE_DUPS = SPACE * FORMID = 'INREL_RANGE_SEL1' * LENGTH = ILENG "HT002 ** length = 10 "HT002 * REPID = 'RUDCC001' * TABLES * RESULT_TAB = DM42S_RELATIONS_IN_MODEL * SYMBOL_TAB = ENTIDS * EXCEPTIONS * ILLEGAL_VALUE = 01.

DD_RANGE_SELECT CALL FUNCTION 'DD_RANGE_SELECT' "HT003 EXPORTING * POINTER = 1 formid = 'INREL_RANGE_SEL1' repid = 'RUDCC001' DELETE_DUPS = space * PAR1 = ' ' * PAR2 = ' ' * PAR3 = ' ' * PAR4 = ' ' * PRID = 0 tables symbol_tab = ENTIDS result_tab = DM42S_RELATIONS_IN_MODEL * RESULT_TAB2 = * RESULT_TAB3 = * RESULT_TAB4 = EXCEPTIONS ILLEGAL_VALUE = 1 OTHERS = 2 .

DD_RANGE_SEL CALL FUNCTION 'DD_RANGE_SEL' EXPORTING DELETE_DUPS = SPACE FORMID = 'INSPZ_RANGE_SEL1' * length = 10 "HT002 LENGTH = ILENG "HT002 REPID = 'RUDCC001' TABLES RESULT_TAB = DM46S_SPECIALIZATIONS_IN_MODEL SYMBOL_TAB = ENTIDS EXCEPTIONS ILLEGAL_VALUE = 01.

DD_RANGE_SEL CALL FUNCTION 'DD_RANGE_SEL' EXPORTING DELETE_DUPS = SPACE FORMID = 'INREL_RANGE_SEL1' * length = 10 LENGTH = ILENG "HT002 REPID = 'RUDCC001' TABLES RESULT_TAB = DM42S_INCONS_RELATIONS SYMBOL_TAB = ENTIDS EXCEPTIONS ILLEGAL_VALUE = 01.

SDU_ENT_RANGE_LOAD CALL FUNCTION 'SDU_ENT_RANGE_LOAD' EXPORTING LANGU = SY-LANGU TABLES ENTITIES = DM02V_FROM_ENTITIES RANGE = ENTIDS EXCEPTIONS NOT_FOUND = 01.

DD_RANGE_SEL CALL FUNCTION 'DD_RANGE_SEL' EXPORTING DELETE_DUPS = SPACE FORMID = 'INSPZ_RANGE_SEL1' * length = 10 "HT002 LENGTH = ILENG "HT002 REPID = 'RUDCC001' TABLES RESULT_TAB = DM46S_INCONS_SPECS SYMBOL_TAB = ENTIDS EXCEPTIONS ILLEGAL_VALUE = 01.

SDU_ENT_RANGE_LOAD CALL FUNCTION 'SDU_ENT_RANGE_LOAD' EXPORTING LANGU = SY-LANGU TABLES ENTITIES = DM02V_FROM_ENTITIES RANGE = ENTIDS EXCEPTIONS NOT_FOUND = 01.

SDU_DMO_RANGE_LOAD CALL FUNCTION 'SDU_DMO_RANGE_LOAD' EXPORTING LANGU = SY-LANGU TABLES MODELS = DM40V_FOUND_MODELS RANGE = MODELIDS EXCEPTIONS NOT_FOUND = 01.

SDU_ENT_RANGE_LOAD CALL FUNCTION 'SDU_ENT_RANGE_LOAD' EXPORTING LANGU = SY-LANGU TABLES ENTITIES = DM02V_FOUND_ENTITIES RANGE = ENTITY_IDS EXCEPTIONS NOT_FOUND = 01.

SDU_SPC_RANGE_LOAD CALL FUNCTION 'SDU_SPC_RANGE_LOAD' EXPORTING LANGU = SY-LANGU TABLES RANGE = SPEC_CATEG_ENTIDS SPECCATS = DM45V_SPEC_CATEGORIES EXCEPTIONS NOT_FOUND = 01.

SDU_ENT_RANGE_LOAD CALL FUNCTION 'SDU_ENT_RANGE_LOAD' EXPORTING LANGU = SY-LANGU TABLES ENTITIES = DM02V_NEW_ENTITIES RANGE = NEW_ENTITIES EXCEPTIONS NOT_FOUND = 01.



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