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

CNV_CDOP_CA_DISPLAY SAP ABAP Report - Display Analysis bsed on various views







CNV_CDOP_CA_DISPLAY 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_CDOP_CA_DISPLAY 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_CA_DISPLAY. "Basic submit
SUBMIT CNV_CDOP_CA_DISPLAY AND RETURN. "Return to original report after report execution complete
SUBMIT CNV_CDOP_CA_DISPLAY 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: S_DEVC = Development Class
Selection Text: P_PROJID = D Project ID of a CDOP Project
Title: Display Analysis bsed on various views
Text Symbol: 089 = Related Domain
Text Symbol: 088 = Type of domains found
Text Symbol: 086 = SAP Domain
Text Symbol: 085 = Customer Domain
Text Symbol: 084 = Short Dump Objects
Text Symbol: 083 = Syntax Check
Text Symbol: 082 = Used Objects
Text Symbol: 081 = All Objects
Text Symbol: 080 = Related Domains Of Selected Domain
Text Symbol: 079 = Related Domain
Text Symbol: 078 = Compare remotely the selected objects
Text Symbol: 077 = Remote Comparison
Text Symbol: 076 = Create Piecelist for selected rows
Text Symbol: 075 = Create Piecelist
Text Symbol: 074 = Caused Dump
Text Symbol: 073 = Has Syntax Error
Text Symbol: 072 = Has Equal Domain
Text Symbol: 071 = Has No Reference
Text Symbol: 070 = Has Equal Version
Text Symbol: 069 = HAS INACTIVE
Text Symbol: 068 = Has Equal Version
Text Symbol: 067 = Bottom Up
Text Symbol: 066 = Is Used
Text Symbol: 065 = Sub Name
Text Symbol: 064 = Sub Type
Text Symbol: 090 = Domain
Text Symbol: 116 = Comment:
Text Symbol: 115 = Where-Used List
Text Symbol: 114 = Implemented User Exits
Text Symbol: 113 = Active BADI Implementations
Text Symbol: 112 = Display Business Transaction Events
Text Symbol: 111 = Excl. Programs / Transactions
Text Symbol: 110 = Exclude PROG/TRAN entries
Text Symbol: 109 = Maintain
Text Symbol: 108 = Display





Text Symbol: 107 = Do you wish to send mail to the processors?
Text Symbol: 106 = No
Text Symbol: 105 = Yes
Text Symbol: 104 = E-Mail to all the processors
Text Symbol: 103 = Objects not marked as Used
Text Symbol: 102 = Yellow
Text Symbol: 101 = Green
Text Symbol: 100 = Red
Text Symbol: 099 = Status Text
Text Symbol: 098 = SEVERITY_TEXT
Text Symbol: 097 = TABLE_FLAG
Text Symbol: 096 = CNV_CDOP_DISPLAY_DOCUMENT
Text Symbol: 094 = Transport Frequency
Text Symbol: 093 = Assign Processor
Text Symbol: 092 = Specify RFC Dest. for creation of piecelist
Text Symbol: 091 = No Related Domains
Text Symbol: 063 = Object Name
Text Symbol: 035 = Send Notification
Text Symbol: 034 = Change Status
Text Symbol: 033 = Status
Text Symbol: 028 = Views
Text Symbol: 027 = No. of Entries per Customer Table
Text Symbol: 026 = Duplicated Domains
Text Symbol: 025 = Inactive Customer Objects
Text Symbol: 024 = Customer Objects
Text Symbol: 023 = Objects with no Reference
Text Symbol: 022 = Modified Objects
Text Symbol: 020 = STATUS
Text Symbol: 019 = Display Analysis
Text Symbol: 018 = CDOP Display
Text Symbol: 014 = Table Types
Text Symbol: 012 = Transactions
Text Symbol: 011 = Classes
Text Symbol: 010 = Function Groups/Modules
Text Symbol: 009 = Programs
Text Symbol: 008 = Tables and Structures
Text Symbol: 007 = Data Elements
Text Symbol: 006 = Domains
Text Symbol: 005 = Function View





Text Symbol: 004 = Object View
Text Symbol: 003 = Detailed View
Text Symbol: 002 = Compressed View
Text Symbol: 001 = CDOP_Views
Text Symbol: 000 = CDOP_COL1
Text Symbol: 062 = Object Type
Text Symbol: 061 = ProjectID
Text Symbol: 060 = Green Light
Text Symbol: 059 = Yellow Light
Text Symbol: 058 = Red Light
Text Symbol: 057 = Status
Text Symbol: 056 = The following preanalysis was performed on system
Text Symbol: 055 = Downloading
Text Symbol: 054 = Client
Text Symbol: 053 = System ID
Text Symbol: 052 = for
Text Symbol: 051 = Preanalysis
Text Symbol: 050 = List of objects
Text Symbol: 049 = CDOP Clearing Analysis Display:
Text Symbol: 048 = Count all
Text Symbol: 047 = Description
Text Symbol: 046 = Object Type
Text Symbol: 045 = SUB_NAME
Text Symbol: 044 = Sub Object Name
Text Symbol: 043 = SUB_TYPE
Text Symbol: 042 = Sub Object Type
Text Symbol: 041 = OBJ_TYPE
Text Symbol: 040 = Download list in HTML format
Text Symbol: 039 = Create Report
Text Symbol: 038 = Assign Processor to the object
Text Symbol: 037 = Assign Processor
Text Symbol: 036 = Send Mail to Processors


INCLUDES used within this REPORT CNV_CDOP_CA_DISPLAY

INCLUDE CNV_CDOP_CA_DISPLAYTOP.
INCLUDE CNV_CDOP_CC_STATUS_MACROS.
INCLUDE CNV_CDOP_CA_DISPLAY_CLASSES.
INCLUDE CNV_CDOP_CA_DISPLAY_PAI_0010.
INCLUDE CNV_CDOP_CA_DISPLAY_PBO_0010.
INCLUDE CNV_CDOP_CA_DISPLAY_PBO_0100.
INCLUDE CNV_CDOP_CA_DISPLAY_PBO_0101.



INCLUDE CNV_CDOP_CA_DISPLAY_PAI_0101.
INCLUDE CNV_CDOP_CA_DISPLAY_PBO_0200.
INCLUDE CNV_CDOP_CA_DISPLAY_PAI_0200.
INCLUDE CNV_CDOP_CA_DISPLAY_PBO_0300.
INCLUDE CNV_CDOP_CA_DISPLAY_PAI_0300.
INCLUDE CNV_CDOP_CA_DISPLAY_PBO_0400.
INCLUDE CNV_CDOP_CA_DISPLAY_PAI_0400.
INCLUDE CNV_CDOP_DISPLAY_FUNCTIONS.


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