CNV_CDMC_CC_IMG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Create New Customer Project The purpose of this report is to create a new customer project using the GUI...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter CNV_CDMC_CC_IMG 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_CDMC - Custom Develop. Management Cockpit
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: Create customer projects
Text Symbol: 035 = Creation Time
Text Symbol: 036 = Time of Creation
Text Symbol: 037 = Do you want to display the project?
Text Symbol: 038 = Display Analysis Result
Text Symbol: 039 = CC_NOTE_AREA
Text Symbol: 040 = Maintain Adjustment Times
Text Symbol: 041 = Maintain SAP Notes
Text Symbol: 042 = Clearing Analysis
Text Symbol: 043 = Upgrade / Change Impact Analysis
Text Symbol: 044 = Check status of jobs for Stat. Collection
Text Symbol: 045 = Check Job's Status
Text Symbol: 046 = Active
Text Symbol: 047 = Ready
Text Symbol: 048 = Scheduled
Text Symbol: 049 = Released
Text Symbol: 050 = Canceled
Text Symbol: 051 = Finished
Text Symbol: 052 = ?
Text Symbol: 053 = CTS Analysis Projects
Text Symbol: 054 = CTS Analysis
Text Symbol: 055 = Change and Transport System Analysis Projects
Text Symbol: 056 = Delete Row
Text Symbol: 057 = Enter the range for Programs
Text Symbol: 058 = Information system
Text Symbol: 059 = Schedule Jobs in Stat. System
Text Symbol: 060 = Upload Customer Exits to Stat. Sys.
Text Symbol: 061 = Include Customer Exits
Text Symbol: 062 = Schedule Jobs
Text Symbol: 063 = Program Name
Text Symbol: 064 = Duplicate entries found.
Text Symbol: 065 = Duplicate entries will be deleted. Do you want to continue?
Text Symbol: 066 = Activate UPL Statistics
Text Symbol: 067 = Activate UPL Stat. in Sol. Mgr.Syst.
Text Symbol: 001 = Create Project
Text Symbol: 002 = Delete Project
Text Symbol: 003 = Logical Component
Text Symbol: 004 = Description
INCLUDE CNV_CDMC_CC_IMGTOP.
INCLUDE CNV_CDMC_CC_SPCHECK.
INCLUDE CNV_CDMC_CC_STATUS_MACROS.
INCLUDE CNV_CDMC_CC_IMG_CLASSES.
INCLUDE CNV_CDMC_CC_IMG_PBO_0010.
INCLUDE CNV_CDMC_CC_IMG_PAI_0010.
INCLUDE CNV_CDMC_CC_IMG_PBO_0100.
INCLUDE CNV_CDMC_CC_IMG_PBO_0101.
INCLUDE CNV_CDMC_CC_IMG_PAI_0101.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
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_CDMC_CC_IMG or its description.
CNV_CDMC_CC_IMG - Create customer projects CNV_CDMC_CC_IMG - Create customer projects CNV_CDMC_CC_GET_LOGCOMPS_TOP - Include CNV_CDMC_CC_GET_LOGCOMPS_TOP CNV_CDMC_CC_GET_LOGCOMPS_PSYS - CDMC SMSY: Get logical components for production system CNV_CDMC_CC_GET_LOGCOMPS_PSYS - CDMC SMSY: Get logical components for production system CNV_CDMC_CC_GET_LOGCOMPS_FORMS - Include CNV_CDMC_CC_GET_LOGCOMPS_FORMS