SAP Reports / Programs

CNV_CDOP_CC_PROJ_IMG SAP ABAP Report - Display selected CDOP Project







CNV_CDOP_CC_PROJ_IMG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Execuete project The purpose of this report is to display the hierarchy of the project...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_PROJ_IMG into the relevant SAP transactions such as SE38 or SE80


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_PROJ_IMG. "Basic submit
SUBMIT CNV_CDOP_CC_PROJ_IMG AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_CDOP_CC_PROJ_IMG VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_PROJID = Project ID of CDOP Project
Selection Text: P_PDEF = D Project Definition ID
Selection Text: P_KBNAME = Knowledge Base name
Selection Text: P_ENDREL = To End Release
Title: Display selected CDOP Project
Text Symbol: 043 = Executing any Analysis Activity after this is no longer possible
Text Symbol: 044 = System Types
Text Symbol: 045 = System Names
Text Symbol: 046 = ACT_RUNTIME
Text Symbol: 047 = Activity Runtime
Text Symbol: 048 = Time taken by Activity
Text Symbol: 049 = Execute Ad-hoc Activity
Text Symbol: 050 = Results of the previous activity will be lost. Continue anyway?
Text Symbol: 051 = Keep the state
Text Symbol: 052 = Do you want to keep the state of the activities?
Text Symbol: 056 = Analysis System
Text Symbol: 057 = Reference System
Text Symbol: 058 = ACTIVITY_UCIA_DISPLAY
Text Symbol: 059 = ACTIVITY_CA_DISPLAY
Text Symbol: 060 = Upgrade / Change Impact Analysis
Text Symbol: 061 = You can choose Upgraded Reference System Or Knowledge Base.
Text Symbol: 062 = Select an option to continue.
Text Symbol: 063 = Use Reference System
Text Symbol: 064 = Use Knowledge Base
Text Symbol: 065 = Select an option
Text Symbol: 066 = Select End Release
Text Symbol: 067 = Customer Batch Input Analysis
Text Symbol: 068 = Analyse Ext. Subroutine Calls
Text Symbol: 069 = List of directly referenced SAP Objects in Customer Objects
Text Symbol: 070 = List of distinct SAP Objects selected from the Analysis system
Text Symbol: 071 = Main Object
Text Symbol: 072 = Referenced SAP Object
Text Symbol: 073 = List of Changed SAP Objects
Text Symbol: 042 = Are you sure
Text Symbol: 001 = CDOP Customer Project
Text Symbol: 004 = Status
Text Symbol: 005 = Status of the activity
Text Symbol: 007 = Activity Log





Text Symbol: 008 = Detailed message log for the activity
Text Symbol: 010 = Start Date
Text Symbol: 011 = Activity Start Date
Text Symbol: 013 = Start Time
Text Symbol: 014 = Activity Start Time
Text Symbol: 015 = END_DATE
Text Symbol: 016 = End Date
Text Symbol: 017 = Activity End Date
Text Symbol: 018 = END_TIME
Text Symbol: 019 = End Time
Text Symbol: 020 = Activity End Time
Text Symbol: 021 = Adhoc Project for User
Text Symbol: 022 = Analysis Systems
Text Symbol: 023 = Statistics Systems
Text Symbol: 024 = Control Center
Text Symbol: 025 = The landscape for this project is as follows
Text Symbol: 026 = Statistics collection was activated on these systems
Text Symbol: 027 = User :
Text Symbol: 028 = Project ID :
Text Symbol: 029 = Custom Development Optimization Package -
Text Symbol: 030 = Clearing Analysis
Text Symbol: 031 = LONG_TEXT
Text Symbol: 032 = Activity Description
Text Symbol: 033 = Description of Activity
Text Symbol: 036 = Display Analysis Result
Text Symbol: 037 = Do you want to display the project results?
Text Symbol: 038 = Do you want to see the Analysis result in Display Mode?
Text Symbol: 039 = Reexecute Activity
Text Symbol: 040 = Do you want to reexecute the activity in aborted systems?


INCLUDES used within this REPORT CNV_CDOP_CC_PROJ_IMG

INCLUDE CNV_CDOP_LICENSE_LOGIC.
INCLUDE CNV_CDOP_CC_STATUS_MACROS.
INCLUDE CNV_CDOP_CC_PROJ_IMGTOP.
INCLUDE CNV_CDOP_CC_PROJ_IMG_CLASSES.
INCLUDE CNV_CDOP_CC_PROJ_IMG_PBO_0010.
INCLUDE CNV_CDOP_CC_PROJ_IMG_PBO_0100.
INCLUDE CNV_CDOP_CC_PROJ_IMG_PAI_0010.
INCLUDE CNV_CDOP_CC_PROJ_IMG_PB0_0101.
INCLUDE CNV_CDOP_CC_PROJ_IMG_PAI_0101.
INCLUDE CNV_CDOP_CC_PROJ_IMG_PBO_0102.





INCLUDE CNV_CDOP_CC_PROJ_IMG_PAI_0102.
INCLUDE CNV_CDOP_CC_PROJ_IMG_PB0_0103.
INCLUDE CNV_CDOP_CC_PROJ_IMG_PAI_0103.


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:

ENQUEUE_CNV_CDOP_PROJECT CALL FUNCTION 'ENQUEUE_CNV_CDOP_PROJECT' EXPORTING mode_cnvcdop_projects = 'E' project_id = p_projid EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.



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