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

CNV_CDMC_CA_ADHOC_DISPLAY SAP ABAP Report - Display Analysis bsed on various views







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


Text pool values


Title: Display Analysis bsed on various views
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: 063 = Object Name
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 = Severity
Text Symbol: 080 = Related Domains Of Selected Domain
Text Symbol: 103 = BTE Object Type
Text Symbol: 102 = Duplicate domains display
Text Symbol: 101 = Implemented User Exits
Text Symbol: 100 = Implemented BTEs
Text Symbol: 099 = Implemented BADIs
Text Symbol: 098 = Display Business Transaction Events
Text Symbol: 097 = Active BADI Implementations
Text Symbol: 096 = CNV_CDMC_DISPLAY_DOCUMENT
Text Symbol: 095 = End User Documentation
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: 090 = Domains
Text Symbol: 089 = Related Domains
Text Symbol: 088 = Type of domains found
Text Symbol: 087 = Related domains for selected domains
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: 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 = SEVERITY
Text Symbol: 019 = Display Analysis Results
Text Symbol: 018 = CDMC 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 = CDMC_Views
Text Symbol: 000 = CDMC_COL1
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
Text Symbol: 045 = SUB_NAME
Text Symbol: 044 = Sub Object Name
Text Symbol: 043 = SUB_TYPE
Text Symbol: 042 = Sub Object
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
Text Symbol: 035 = Send Notification
Text Symbol: 034 = Change Severity
Text Symbol: 033 = Severity


INCLUDES used within this REPORT CNV_CDMC_CA_ADHOC_DISPLAY

INCLUDE CNV_CDMC_CC_STATUS_MACROS.


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:

RFC_SYSTEM_INFO CALL FUNCTION 'RFC_SYSTEM_INFO' DESTINATION gs_rfcdest-rfcdest IMPORTING rfcsi_export = gs_rfcsi EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel.

CNV_CDMC_CC_READ_TABLE * CALL FUNCTION 'CNV_CDMC_CC_READ_TABLE' * DESTINATION gs_rfcdest-rfcdest * EXPORTING * iv_tabname = 'CNVCDMCCA_OBJS' * iv_proj_id = p_projid * TABLES * it_objs = gt_objs * EXCEPTIONS * communication_failure = 1 MESSAGE sy-lisel * system_failure = 2 MESSAGE sy-lisel * OTHERS = 3.

RFC_GET_LOCAL_SERVERS CALL FUNCTION 'RFC_GET_LOCAL_SERVERS' "+TD15062009 DESTINATION 'NONE' TABLES hosts = gt_hosts EXCEPTIONS not_available = 1 OTHERS = 2.

CNV_CDMC_CC_READ_TABLE CALL FUNCTION 'CNV_CDMC_CC_READ_TABLE' DESTINATION gs_rfcdest-rfcdest EXPORTING iv_tabname = 'CNVCDMCCA_OBJS' iv_proj_id = p_projid TABLES it_objs = gt_objs EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = 'CNV_CDMC_CA_ADHOC_DISPLAY' i_callback_pf_status_set = gv_status i_callback_user_command = gv_user_command is_layout = gs_layout it_fieldcat = gt_fcat[] TABLES t_outtab = gt_objs[] EXCEPTIONS program_error = 1 OTHERS = 2.

CNV_CDMC_CC_READ_TABLE CALL FUNCTION 'CNV_CDMC_CC_READ_TABLE' DESTINATION gs_rfcdest-rfcdest EXPORTING iv_tabname = 'CNVCDMCCA_EXITS' iv_proj_id = p_projid TABLES it_exits = gt_exits EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel OTHERS = 3.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = 'CNV_CDMC_CA_ADHOC_DISPLAY' i_callback_pf_status_set = gv_status i_callback_user_command = gv_user_command is_layout = gs_layout it_fieldcat = gt_fcat[] TABLES t_outtab = gt_exits[] EXCEPTIONS program_error = 1 OTHERS = 2.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CNVCDMCCA_OBJS' CHANGING ct_fieldcat = lt_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE



CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'CNVCDMCCA_EXITS' CHANGING ct_fieldcat = lt_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

CNV_CDMC_CA_GET_CUS_SAP_DOMAIN *CALL FUNCTION 'CNV_CDMC_CA_GET_CUS_SAP_DOMAIN' * DESTINATION LS_RFCDEST-RFCDEST * EXPORTING * IV_PROJ_ID = P_PROJID * IMPORTING * IV_SYSID = LV_SYSID * TABLES * ET_SAP_DOMAINS = LT_SAP_DOMAINS * ET_CUSTOMER_DOMAINS = LT_CUSTOMER_DOMAINS * ET_DOM_FIXED_VALUES = LT_DOM_FIXED_VALUES *"+KV16072008 * EXCEPTIONS * COMMUNICATION_FAILURE = 1 MESSAGE SY-LISEL * SYSTEM_FAILURE = 2 MESSAGE SY-LISEL * RESOURCE_FAILURE = 3 * OTHERS = 4.

CNV_CDMC_CA_GET_CUS_SAP_DOMAIN CALL FUNCTION 'CNV_CDMC_CA_GET_CUS_SAP_DOMAIN' DESTINATION ls_rfcdest-rfcdest EXPORTING iv_proj_id = p_projid iv_language = sy-langu IMPORTING iv_sysid = lv_sysid TABLES et_sap_domains = lt_sap_domains et_customer_domains = lt_customer_domains et_dom_fixed_values = lt_dom_fixed_values "+KV16072008 EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel RESOURCE_FAILURE = 3 OTHERS = 4.

CNV_CDMC_CC_READ_TABLE CALL FUNCTION 'CNV_CDMC_CC_READ_TABLE' DESTINATION gs_rfcdest-rfcdest EXPORTING iv_tabname = 'CNVCDMCCA_BADIS' iv_proj_id = p_projid TABLES it_badis = lt_badis EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = lv_repid i_internal_tabname = 'LT_BADIS' i_structure_name = 'CNVCDMCCA_BADIS' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid is_layout = ls_layout i_structure_name = 'CNVCDMCCA_BADIS' * i_grid_title = text-113 it_fieldcat = lt_fieldcat it_excluding = lt_excluding "+AV:15.09.2009

CNV_CDMC_CC_READ_TABLE CALL FUNCTION 'CNV_CDMC_CC_READ_TABLE' DESTINATION gs_rfcdest-rfcdest EXPORTING iv_tabname = 'CNVCDMCCA_BTES' iv_proj_id = p_projid TABLES it_btes = lt_btes EXCEPTIONS communication_failure = 1 MESSAGE sy-lisel system_failure = 2 MESSAGE sy-lisel OTHERS = 3.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_program_name = lv_repid i_internal_tabname = 'LT_BTES' i_structure_name = 'CNVCDMCCA_BTES' CHANGING ct_fieldcat = lt_fieldcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = lv_repid is_layout = ls_layout i_structure_name = 'CNVCDMCCA_BTES' * i_grid_title = text-112 it_fieldcat = lt_fieldcat it_excluding = lt_excluding "+AV:15.09.2009



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