CC001F04 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 CC001F04 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: DM: Consistency checks ET attribute
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SDU_MARK_TREE_FETCH CALL FUNCTION 'SDU_MARK_TREE_FETCH' " DMe und Entitäten holen EXPORTING LANGU = SY-LANGU * LEVEL = '*' WITH_TEXT = 'X' * ONLY_STANDARD_VIEW = ' ' TABLES ENTITIES = I_DM02V * HIERARCHY = * MODELS = OBJECT_LIST = OBJECT_LIST EXCEPTIONS NOT_FILLED = 1 NOT_FOUND = 2 WRONG_TYPE = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CC001F04 - DM: Consistency checks ET attribute CC001F03 - DM: Dictionary assignment of Forms consistency checks CC001F02 - DM: Consistency check main routines CC001F01 - DM: Consistency checks general routines CC001E02 - documentation and ABAP source code CC001E01 - documentation and ABAP source code