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
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.
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
INCLUDE CNV_CDMC_CC_STATUS_MACROS.
No SAP DATABASE tables are accessed within this REPORT code!
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.
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
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.
CNV_CDMC_CA_ADHOC_DISPLAY - Display Analysis bsed on various views CNV_CDMC_CA_ADHOC_DISPLAY - Display Analysis bsed on various views CNV_CDMC_CA_ACTIVATE_STATS - CDMC : Activate Statisitics Collection on all the Productive Systems CNV_CDMC_CA_ACTIVATE_STATS - CDMC : Activate Statisitics Collection on all the Productive Systems CNV_BUILD_SRCH_TOP - Include CNV_BUILD_SRCH_TOP CNV_BUILD_SRCH_FORM - Include CNV_BUILD_SRCH_FORM