SAP Reports / Programs

CNVCDOPUCIA_DISPLAY_RESULTS SAP ABAP Report - CDOP : UCIA - Display Results of Analysis







CNVCDOPUCIA_DISPLAY_RESULTS 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 CNVCDOPUCIA_DISPLAY_RESULTS 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 CNVCDOPUCIA_DISPLAY_RESULTS. "Basic submit
SUBMIT CNVCDOPUCIA_DISPLAY_RESULTS AND RETURN. "Return to original report after report execution complete
SUBMIT CNVCDOPUCIA_DISPLAY_RESULTS 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 = D Development class
Selection Text: P_PROJID = D Project ID of a CDOP Project
Title: CDOP : UCIA - Display Results of Analysis
Text Symbol: 076 = Maintain
Text Symbol: 075 = Display
Text Symbol: 074 = Severity Text- SAP Objects
Text Symbol: 072 = Severity Text-Customer Objects
Text Symbol: 071 = Unassigned
Text Symbol: 070 = Yellow
Text Symbol: 069 = Green
Text Symbol: 068 = Red
Text Symbol: 067 = Severity Text
Text Symbol: 066 = Severity of the impact
Text Symbol: 064 = Adjustment Time
Text Symbol: 063 = Object Name
Text Symbol: 062 = Object Type
Text Symbol: 061 = ProjectID
Text Symbol: 058 = List of objects
Text Symbol: 057 = Severity-Result of Comparison
Text Symbol: 056 = The following preanalysis was performed on system
Text Symbol: 055 = Downloading
Text Symbol: 054 = Client
Text Symbol: 104 = E-Mail to all the processors
Text Symbol: 105 = Yes
Text Symbol: 106 = No
Text Symbol: 107 = Do you wish to send mail to the processors?
Text Symbol: 108 = Object appears in intersection
Text Symbol: 109 = Intermediate
Text Symbol: 110 = Reason for a particular Status
Text Symbol: 111 = Not Compared
Text Symbol: 112 = No references to SAP Objects
Text Symbol: 113 = Reasons for
Text Symbol: 114 = Object
Text Symbol: 115 = Comparision results of the reference objects in main object
Text Symbol: 116 = Batch Input Analysis
Text Symbol: 117 = Display of Impact on Customer Batch Input Programs due to Upgrade/SPA
Text Symbol: 118 = Impact due to Changes in Ext. Subroutine Calls
Text Symbol: 119 = Customer Programs impacted due to changes in SAP subroutines





Text Symbol: 120 = Form Routine name
Text Symbol: 121 = SAP Program name
Text Symbol: 122 = Severity-Result of Comparison
Text Symbol: 123 = Display Reasons
Text Symbol: 053 = System ID
Text Symbol: 001 = Create Report
Text Symbol: 002 = Download list in HTML format
Text Symbol: 003 = Create Piecelist
Text Symbol: 004 = Piecelist for selected objects
Text Symbol: 005 = Remote Comparison
Text Symbol: 006 = Compare remotely the selected objects
Text Symbol: 007 = Where-Used List
Text Symbol: 008 = Severity Levels
Text Symbol: 009 = Show legend for severiy levels
Text Symbol: 010 = Assign Processor
Text Symbol: 011 = Assign Processor to the object
Text Symbol: 012 = Send Notification
Text Symbol: 013 = Send Mail to Processors
Text Symbol: 015 = Detailed View
Text Symbol: 016 = Compressed View
Text Symbol: 018 = CDOP-UCIA Display
Text Symbol: 019 = UCIA Display Analysis
Text Symbol: 020 = CDOP_UCIA
Text Symbol: 021 = Object View
Text Symbol: 022 = Severity
Text Symbol: 023 = Processing Status
Text Symbol: 025 = CDOP_Views
Text Symbol: 026 = All Objects
Text Symbol: 027 = Dispaly Results
Text Symbol: 030 = Ref Object Type
Text Symbol: 031 = Ref Object Name
Text Symbol: 032 = Extended Syntax Check
Text Symbol: 035 = Status
Text Symbol: 036 = Change Processing Status
Text Symbol: 037 = Severity
Text Symbol: 038 = Red Light
Text Symbol: 039 = Yellow Light
Text Symbol: 040 = Green Light
Text Symbol: 041 = Assign Processor





Text Symbol: 042 = Specify RFC Dest. for creation of piecelist
Text Symbol: 045 = Objects Without Usage of SAP Objects
Text Symbol: 046 = Object
Text Symbol: 047 = Description
Text Symbol: 048 = Count all
Text Symbol: 049 = CDOP Upgrade/Change Impact Analysis Display:
Text Symbol: 051 = Preanalysis
Text Symbol: 052 = for


INCLUDES used within this REPORT CNVCDOPUCIA_DISPLAY_RESULTS

INCLUDE CNV_CDOP_UCIA_DISPLAYTOP.
INCLUDE CNV_CDOP_CC_STATUS_MACROS.
INCLUDE CNV_CDOP_UCIA_CLASS.
INCLUDE CNV_CDOP_UCIA_DISPLAY_PBO_100.
INCLUDE CNV_CDOP_UCIA_DISPLAY_PAI_100.
INCLUDE CNVCDOPUCIA_STATUS_PBO_102.
INCLUDE CNVCDOPUCIA_STATUS_PAI_102.
INCLUDE CNVCDOPUCIA_STATUS_PBO_200.
INCLUDE CNVCDOPUCIA_STATUS_PAI_200.
INCLUDE CNVCDOPUCIA_SEVERITY_PBO_300.
INCLUDE CNVCDOPUCIA_SEVERITY_PAI_300.
INCLUDE CNVCDOPUCIA_SEVERITY_PBO_400.
INCLUDE CNVCDOPUCIA_STATUS_PBO_0500.
INCLUDE CNVCDOPUCIA_STATUS_PAI_0500.
INCLUDE CNV_CDOP_UCIA_DISPLAY_FORMS.


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