SAP Reports / Programs

CNVC_CCE_RUN_NEW_EXEC SAP ABAP Report - Compare Customizing Tables







CNVC_CCE_RUN_NEW_EXEC 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_EXEC 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 CNVC_CCE_RUN_NEW_EXEC. "Basic submit
SUBMIT CNVC_CCE_RUN_NEW_EXEC AND RETURN. "Return to original report after report execution complete
SUBMIT CNVC_CCE_RUN_NEW_EXEC 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: SO_TABN = Table Name
Selection Text: SO_STAT = Status
Selection Text: P_SUM = Max. No. of Records
Selection Text: P_PACK = Pack ID
Selection Text: P_CONV = enable conversion
Title: Compare Customizing Tables
Text Symbol: T26 = : not compared, table is too big
Text Symbol: T25 = of data type String
Text Symbol: T24 = of data type Floating Point
Text Symbol: T23 = : not compared, table is too wide
Text Symbol: T21 = : not compared; contains field(s)
Text Symbol: T20 = completed
Text Symbol: T19 = postprocessing
Text Symbol: T18 = mapping missing
Text Symbol: T17 = result table missing
Text Symbol: T16 = started
Text Symbol: T15 = Comparison postprocessing completed.
Text Symbol: T14 = Comparison postprocessing started.
Text Symbol: T13 = Table comparison finished.
Text Symbol: T12 = Customizing comparison run started.
Text Symbol: T11 = : table skipped. Too many entries.
Text Symbol: T10 = Comparison run 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


INCLUDES used within this REPORT CNVC_CCE_RUN_NEW_EXEC

INCLUDE: CNVC_SCWB_PARAMS ,


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:

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.

CNVCF_CCE_COUNT_ENTRIES CALL FUNCTION 'CNVCF_CCE_COUNT_ENTRIES' DESTINATION gs_system-rfc EXPORTING query_table = gs_tab-tabname IMPORTING * entries = gv_entries "-RV 05162012 entries = gv_entry "+RV 05162012 EXCEPTIONS table_not_available = 1 table_without_data = 2 OTHERS = 3.

ENQUE_SLEEP CALL FUNCTION 'ENQUE_SLEEP' EXPORTING seconds = gv_timeout.

CNVCF_CCE_GET_APPLICATION_COMP CALL FUNCTION 'CNVCF_CCE_GET_APPLICATION_COMP' DESTINATION gs_system-rfc TABLES it_tables = gt_tab_appl.

CNV_MBT_L_SUBSTATE_UPDATE CALL FUNCTION 'CNV_MBT_L_SUBSTATE_UPDATE' EXPORTING * SESSION_ID = * SUBACT_ID = * TASK_ID = * STATE_TEC = STATE_LOG = 'U' * ABORTED = PROC_TOTAL = lv_proc_tot PROC_COMPL = lv_proc_com * SEQNUM = * FORCE_UPDATE = ' ' EXCEPTIONS PARAMETERS_NOT_DEFINED = 1 ENTRY_NOT_FOUND = 2 UPDATE_FAILED = 3 PCL_UPDATE_FAILED = 4 RFC_FAILURE = 5 OTHERS = 6 .



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