CNVC_CCE_RUN_NEW is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In this activity, the system compares the Customizing tables...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 CNVC_CCE_RUN_NEW 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.
Selection Text: SO_TABN = Table Name
Selection Text: SO_STAT = Status
Selection Text: P_SUM = Max. No. of Records
Selection Text: P_CONV = enable conversion
Title: Compare Customizing Tables
Text Symbol: T16 = Table cannot be compared as it is not one of the specified tables.
Text Symbol: T15 = Total Number of tables to be compared are:
Text Symbol: T14 = scheduled
Text Symbol: T13 = Customizing comparison for Package ID:
Text Symbol: T12 = RECOMMENDED
Text Symbol: T11 = - table skipped. Too many entries.
Text Symbol: T10 = Comparison was started in foreground.
Text Symbol: T09 = Fertig
Text Symbol: T08 = Comparison done.
Text Symbol: T07 = Finished
Text Symbol: T06 = Comparing...
Text Symbol: T05 = Error:
Text Symbol: T04 = Please create user mapping first.
Text Symbol: T03 = Please create result table first.
Text Symbol: T02 = Warning
Text Symbol: T01 = This program should be run in batch. Do you really want to continue?
Text Symbol: I03 = Execute report in background.
Text Symbol: I02 = Redirecting to selection screen.
Text Symbol: I01 = Canceled
INCLUDE: CNVC_SCWB_PARAMS ,
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_AUTHORITY_CHECK CALL FUNCTION 'CNV_MBT_AUTHORITY_CHECK' EXPORTING im_area = 'SLOP' im_level = 'PACKAGE' im_activity = '02' EXCEPTIONS no_authority = 1 OTHERS = 2.
CNVCF_CCE_ACTIVE_GET * CALL FUNCTION 'CNVCF_CCE_ACTIVE_GET' * IMPORTING * active_run = p_runid.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'TABNAME' dynpprog = gv_repid dynpnr = sy-dynnr dynprofield = 'so_tabn' value_org = 'S' TABLES value_tab = gt_shlp EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'TABNAME' dynpprog = gv_repid dynpnr = sy-dynnr dynprofield = 'so_tabn' value_org = 'S' TABLES value_tab = gt_shlp1 EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
CNV_MBT_RFC_PCL CALL FUNCTION 'CNV_MBT_RFC_PCL' EXPORTING packid = p_pack IMPORTING destination_id = lv_dest EXCEPTIONS no_destinations_for_packid = 1 no_pcl_destination_for_packid = 2 OTHERS = 3.
CNV_MBT_PC_PROG_START_BGR CALL FUNCTION 'CNV_MBT_PC_PROG_START_BGR' DESTINATION lv_dest EXPORTING progname = lc_prog_r job_name = gv_fill_job IMPORTING jobcount = ls_substate-jobcount TABLES lt_params = lt_params EXCEPTIONS program_does_not_exist = 1 no_authority = 2 scheduling_error = 3 communication_failure = 98 MESSAGE gd_msgtext system_failure = 99 MESSAGE gd_msgtext OTHERS = 4.
CNV_MBT_SUBSTATE_WRITE CALL FUNCTION 'CNV_MBT_SUBSTATE_WRITE' TABLES im_cnvmbtsubstate = lt_substate EXCEPTIONS update_failed = 1 OTHERS = 2.
CNV_MBT_SUBSTATE_WRITE CALL FUNCTION 'CNV_MBT_SUBSTATE_WRITE' TABLES im_cnvmbtsubstate = lt_substate EXCEPTIONS update_failed = 1 OTHERS = 2.
CNV_MBT_L_STATE_FINISH CALL FUNCTION 'CNV_MBT_L_STATE_FINISH' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id ir_logger = gr_logger.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNVC_CCE_RUN_NEW - Compare Customizing Tables CNVC_CCE_RUN_NEW - Compare Customizing Tables CNVC_CCE_RESET_TABLES - Reset tables from list of tables CNVC_CCE_RESET_TABLES - Reset tables from list of tables CNVC_CCE_RESET_RUN - reset tables from list of tables CNVC_CCE_RESET_RUN - reset tables from list of tables