SAP Reports / Programs | Service | Solution Manager | Custom Development Management Cockpit(SV-SMG-CDM) SAP SV

CNV_CDMC_CC_IMG SAP ABAP Report - Create customer projects







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

CNV_CDMC - Custom Develop. Management Cockpit


ABAP code to call this SAP report using the submit statement

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.






SUBMIT CNV_CDMC_CC_IMG. "Basic submit
SUBMIT CNV_CDMC_CC_IMG AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_CDMC_CC_IMG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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





Text Symbol: 005 = Description for Phase/Activity
Text Symbol: 006 = Created By
Text Symbol: 007 = Ad Hoc Analysis Project
Text Symbol: 008 = Creation Date
Text Symbol: 009 = Date of Creation
Text Symbol: 010 = Statistics Systems
Text Symbol: 011 = Product[Main Instance]
Text Symbol: 012 = Product Version
Text Symbol: 013 = CDMC
Text Symbol: 014 = Production System
Text Symbol: 015 = Custom Development Management Cockpit
Text Symbol: 016 = Global Settings
Text Symbol: 017 = Ad Hoc Analysis
Text Symbol: 018 = Clearing Analysis Projects
Text Symbol: 019 = Upgrade / Change Impact Analysis Projects
Text Symbol: 020 = Add-On Assembly Kit
Text Symbol: 021 = Miscellaneous Activities
Text Symbol: 022 = Activate Statistics Collection
Text Symbol: 023 = Specify Relevant SAP Notes
Text Symbol: 024 = System Type
Text Symbol: 025 = Period
Text Symbol: 026 = CDMC Menu
Text Symbol: 027 = Add New SAP Note
Text Symbol: 028 = Period Type
Text Symbol: 029 = Delete CDMC Project
Text Symbol: 030 = Do you really want to delete the project?
Text Symbol: 031 = SAP Objs for Stat. Collection
Text Symbol: 032 = Programs for Statistics Collection
Text Symbol: 033 = Ad-Hoc Analysis -
Text Symbol: 034 = Object name


INCLUDES used within this REPORT CNV_CDMC_CC_IMG

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.





INCLUDE CNV_CDMC_DISPLAY_PROJECTS.
INCLUDE CNV_CDMC_CC_IMG_PBO_0102.
INCLUDE CNV_CDMC_CC_IMG_PAI_0102.
INCLUDE CNV_CDMC_CC_IMG_PBO_0103.
INCLUDE CNV_CDMC_CC_IMG_PAI_0103.
INCLUDE CNV_CDMC_CC_IMG_PBO_0105.
INCLUDE CNV_CDMC_CC_IMG_PAI_0105.
INCLUDE CNV_CDMC_CC_IMG_PBO_0106.
INCLUDE CNV_CDMC_CC_IMG_PAI_0106.
INCLUDE CNV_CDMC_CC_IMG_PBO_0107.
INCLUDE CNV_CDMC_CC_IMG_PAI_0107.
INCLUDE CNV_CDMC_CC_IMG_PBO_0108.
INCLUDE CNV_CDMC_CC_IMG_PAI_0108.
INCLUDE CNV_CDMC_CC_IMG_PBO_0109.
INCLUDE CNV_CDMC_CC_IMG_PAI_0109.
INCLUDE CNV_CDMC_CC_IMG_PAI_0110.
INCLUDE CNV_CDMC_CC_IMG_PAI_0111.
INCLUDE CNV_CDMC_CC_IMG_PBO_0112 .
INCLUDE CNV_CDMC_CC_IMG_PAI_0112 .
INCLUDE CNV_CDMC_CC_IMG_PBO_0113.
INCLUDE CNV_CDMC_CC_IMG_PBO_0114.
INCLUDE CNV_CDMC_CC_IMG_PAI_0114.
INCLUDE CNV_CDMC_CC_IMG_PBO_0116.
INCLUDE CNV_CDMC_CC_IMG_PAI_0116.
INCLUDE CNV_CDMC_CC_IMG_PAI_0125.
INCLUDE CNV_CDMC_CC_IMG_PBO_0125.


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

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.