SAP Reports / Programs | Cross-Application Components | General Application Functions | Business Application Support(CA-GTF-BS) SAP CA

CNV_CDOP_CC_IMGDEF SAP ABAP Report - Create CDOP Source Project







CNV_CDOP_CC_IMGDEF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Create Source projects The purpose of this report is to create a source projects using GUI i...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_CDOP_CC_IMGDEF 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_CDOP_IMGDEF - CDOP Source Projects Definition


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_CDOP_CC_IMGDEF. "Basic submit
SUBMIT CNV_CDOP_CC_IMGDEF AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_CDOP_CC_IMGDEF 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 CDOP Source Project
Text Symbol: 032 = Document ID for the Activity
Text Symbol: 031 = Create Long text
Text Symbol: 030 = Save the activity before creating long text
Text Symbol: 029 = Save Activity
Text Symbol: 028 = Do you really want to Delete Activity
Text Symbol: 027 = Do you really want to Delete Phase
Text Symbol: 026 = CDOP_COL5
Text Symbol: 025 = CDOP_COL4
Text Symbol: 024 = Delete
Text Symbol: 022 = CDOP_COL3
Text Symbol: 021 = CDOP_COL2
Text Symbol: 020 = CDOP_COL1
Text Symbol: 019 = Do you really want to Delete Blueprint
Text Symbol: 018 = Delete Activity
Text Symbol: 017 = Delete Phase
Text Symbol: 016 = Delete Blueprint
Text Symbol: 015 = Create Source Projects
Text Symbol: 014 = CDOP Administration
Text Symbol: 013 = Upgrade Analysis
Text Symbol: 012 = Clearing Analysis
Text Symbol: 011 = Blueprints of all the source packages
Text Symbol: 010 = Blueprint
Text Symbol: 009 = Date of Creation
Text Symbol: 008 = Creation Date
Text Symbol: 007 = Created By
Text Symbol: 006 = Description for Phase/Activity
Text Symbol: 005 = Description
Text Symbol: 004 = Technical key of Phase/Activity
Text Symbol: 003 = Technical key
Text Symbol: 002 = Create Activity
Text Symbol: 001 = Create Phase
Text Symbol: 000 = Create Blueprint


INCLUDES used within this REPORT CNV_CDOP_CC_IMGDEF

INCLUDE CNV_CDOP_CC_IMGDEF_TOP.
INCLUDE CNV_CDOP_CC_IMGDEF_CLASSES.
INCLUDE CNV_CDOP_CC_IMGDEF_PBO_0010.
INCLUDE CNV_CDOP_CC_IMGDEF_PAI_0010.
INCLUDE CNV_CDOP_CC_IMGDEF_PBO_100.




INCLUDE CNV_CDOP_CC_IMGDEF_PAI_100.
INCLUDE CNV_CDOP_CC_IMGDEF_PBO_101.
INCLUDE CNV_CDOP_CC_IMGDEF_PAI_101.
INCLUDE CNV_CDOP_CC_IMGDEF_PBO_102.
INCLUDE CNV_CDOP_CC_IMGDEF_PAI_102.
INCLUDE CNV_CDOP_CC_IMGDEF_PBO_103.
INCLUDE CNV_CDOP_CC_IMGDEF_PAI_103.
INCLUDE CNV_CDOP_DISPLAY_PROJECT.


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_CDOP_CC_IMGDEF or its description.