CNV_MBT_OVERVIEW_ND 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_ND 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.
Selection Text: P_ACTIV = Active Packages
Selection Text: P_CHECK = Successful
Selection Text: P_CMIS = CMIS
Selection Text: P_DATE = Date
Selection Text: P_DESCRI = Description
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_MIGPRO = Process Type
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: P_USERCR = Creation User
Selection Text: SO_DATE = Date
Title: Program CNV_MBT_OVERVIEW_ND
Text Symbol: 125 = Continue
Text Symbol: 126 = Expert Mode
Text Symbol: 128 = Enter Package description
Text Symbol: 129 = Cancel
Text Symbol: 130 = Continue Copy of package
Text Symbol: 131 = Copy Package with selected Process Type ?
Text Symbol: 132 = Selected Process Type:
Text Symbol: 133 = New package. No status yet.
Text Symbol: 140 = Copy of
Text Symbol: 141 = Leave Copy procedure ?
Text Symbol: 142 = Action canceled
Text Symbol: 143 = Leave Load procedure ?
Text Symbol: 151 = Information
Text Symbol: 152 = My settings
Text Symbol: 124 = Load Package with selected Process Type:
Text Symbol: 123 = Load Package with selected Process Type ?
Text Symbol: 122 = Continue Load of package
Text Symbol: 114 = Set migration plan inactive and delete company code assignment
Text Symbol: 113 = Release migration plan and keep company code assignment
INCLUDE CNV_MBT_AUTH_MACROS .
INCLUDE CNV_MBT_REG_MACROS .
INCLUDE CNV_MBT_SELSCREEN_MACRO.
INCLUDE CNV_MBT_OVERVIEW_ND_SELSCREEN.
INCLUDE CNV_MBT_OVERVIEW_ND_DATA.
INCLUDE CNV_MBT_OVERVIEW_ND_MAKRO.
INCLUDE CNV_MBT_OVERVIEW_ND_CLASS.
INCLUDE CNV_MBT_OVERVIEW_ND_F01.
INCLUDE CNV_MBT_OVERVIEW_ND_F02.
INCLUDE CNV_MBT_OVERVIEW_ND_MODULS.
INCLUDE CNV_MBT_OVERVIEW_ND_NGL.
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_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_ND or its description.
CNV_MBT_OVERVIEW_ND - Program CNV_MBT_OVERVIEW_ND CNV_MBT_OVERVIEW_ND - Program CNV_MBT_OVERVIEW_ND CNV_MBT_OVERVIEW_DEF_TDMS_TOP - Include CNV_MBT_OVERVIEW_DEF_TDMS_TOP CNV_MBT_OVERVIEW_DEF_TDMS_46 - TDMS Workbench: Package Development CNV_MBT_OVERVIEW_DEF_TDMS_46 - TDMS Workbench: Package Development CNV_MBT_OVERVIEW_DEF_46_TOP - Include CNV_MBT_OVERVIEW_DEF_46_TOP