CNV_MBT_OVERVIEW_COLTREE 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 CNV_MBT_OVERVIEW_COLTREE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
CNV_MBT_TDMS_COLTREE - New overview for TDMS
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: P_ACTIV = Active Packages
Selection Text: P_CHECK = Successful
Selection Text: P_DESCRN = New Description
Selection Text: P_DESCRO = Old Description
Selection Text: P_FAIL = Failed
Selection Text: P_INACT = Inactive Packages
Selection Text: P_INCOM = Incompleted Packages
Selection Text: P_MYOBJ = My Objects
Selection Text: P_PACKNO = Package number
Selection Text: P_PROJ = Project
Selection Text: P_SUBPRO = Subproject
Selection Text: P_TDMS = TDMS
Selection Text: SO_DATE = Date
Title: Program CNV_MBT_OVERVIEW_ND
Text Symbol: 143 = Leave Load procedure ?
Text Symbol: 149 = Show in tree
Text Symbol: 150 = Show selected package in tree
Text Symbol: 151 = Information
Text Symbol: 152 = My settings
Text Symbol: 153 = Create
Text Symbol: 154 = Display process tree
Text Symbol: 155 = Register user
Text Symbol: 156 = Refresh
Text Symbol: 157 = Expand tree
Text Symbol: 158 = Compress tree
Text Symbol: 159 = Filter
Text Symbol: 160 = Search
Text Symbol: 161 = ______________________________
Text Symbol: 162 = Create Package
Text Symbol: 163 = Create Subproject
Text Symbol: 164 = Create Project
Text Symbol: 165 = Register Package User
Text Symbol: 166 = Register Subproject User
Text Symbol: 167 = Register Project User
Text Symbol: 168 = Delete Subproject
Text Symbol: 142 = Action canceled
Text Symbol: 141 = Leave Copy procedure ?
Text Symbol: 140 = Copy of
INCLUDE CNV_MBT_GLOBAL_DATA_01.
INCLUDE LBTCHDEF.
INCLUDE CNV_MBT_AUTH_MACROS.
INCLUDE CNV_MBT_REG_MACROS.
INCLUDE CNV_MBT_SELSCREEN_MACRO.
INCLUDE CNV_MBT_OVERVIEW_COLLTREE_SEL.
INCLUDE CNV_MBT_OVERVIEW_COLLTREE_DATA.
INCLUDE CNV_MBT_OVERVIEW_COLLTREE_MAK.
INCLUDE CNV_MBT_OVERVIEW_COLTREE_CLASS.
INCLUDE CNV_MBT_OVERVIEW_COLLTREE_F01.
INCLUDE CNV_MBT_OVERVIEW_COLLTREE_F02.
INCLUDE CNV_MBT_OVERVIEW_COLLTREE_MOD.
INCLUDE CNV_MBT_OVERVIEW_COLLTREE_NGL.
INCLUDE CNV_MBT_REORG.
No SAP DATABASE tables are accessed within this REPORT code!
RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = ' ' TABLES p_exclude = gt_setstatus.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-067 text_question = text-068 text_button_1 = 'Ja'(017) text_button_2 = 'Nein'(018) display_cancel_button = ' ' IMPORTING answer = lv_answer "1 or 2 . "point
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-066 text_question = text-070 text_button_1 = 'Ja'(017) text_button_2 = 'Nein'(018) display_cancel_button = ' ' IMPORTING answer = lv_answer "1 or 2 . "point
CNV_MBT_TDMS_EXPERT CALL FUNCTION 'CNV_MBT_TDMS_EXPERT' IMPORTING is_expert = gc_tdms_expert EXCEPTIONS OTHERS = 1.
CNV_MBT_PCL_EXPERT CALL FUNCTION 'CNV_MBT_PCL_EXPERT' IMPORTING is_expert = gc_expert EXCEPTIONS OTHERS = 1.
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 CNV_MBT_OVERVIEW_COLTREE or its description.
CNV_MBT_OVERVIEW_COLTREE - Program CNV_MBT_OVERVIEW_ND CNV_MBT_OVERVIEW_COLTREE - Program CNV_MBT_OVERVIEW_ND CNV_MBT_OVERVIEW_COLLTREE_SEL - Include CNV_MBT_OVERVIEW_ND_SELSCREEN CNV_MBT_OVERVIEW_COLLTREE_NGL - Include CNV_MBT_OVERVIEW_ND_NGL CNV_MBT_OVERVIEW_COLLTREE_MOD - Include CNV_MBT_OVERVIEW_ND_MODULS CNV_MBT_OVERVIEW_COLLTREE_MAK - Include CNV_MBT_OVERVIEW_ND_MAKRO