ICMXXD02 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 ICMXXD02 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: Repository Infosystem: Common Include for Modelling Objects
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' EXPORTING LANGU = SY-LANGU LEVEL = '*' WITH_TEXT = 'X' TABLES ENTITIES = ENTITIES HIERARCHY = HIERARCHY_GRAPHIC MODELS = MODELS OBJECT_LIST = OBJECT_LIST EXCEPTIONS NOT_FILLED = 01 NOT_FOUND = 02 WRONG_TYPE = 03.
SDU_MODEL_GRAPHIC CALL FUNCTION 'SDU_MODEL_GRAPHIC' EXPORTING LANGU = SY-LANGU SEL_MODE = 'U' CUA_STATUS = 'GRINFO' TABLES ENTITIES = ENTITIES HIERARCHY = HIERARCHY HIERARCHY_GRAPHIC = HIERARCHY_GRAPHIC MODELS = MODELS MODELS_GRAPHIC = MODELS_GRAPHIC OBJECT_LIST = OBJECT_LIST RELATIONS = RELATIONS SPECCATS = SPECCATS SPECIALS = SPECIALS EXCEPTIONS NOT_FOUND = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ICMXXD02 - Repository Infosystem: Common Include for Modelling Objects ICMXTYPESIMP05 - documentation and ABAP source code ICMXTYPESIMP04 - documentation and ABAP source code ICMXTYPESIMP03 - documentation and ABAP source code ICMXTYPESIMP02 - documentation and ABAP source code ICMXTYPESIMP01 - documentation and ABAP source code