CNVC_CCE_EVAL_ERROR 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, you can view the tables that the system could not compare...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_EVAL_ERROR 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: View Incomparable Tables
Text Symbol: 005 = CNVC_CCE_GUISTATUS
Text Symbol: T01 = This Package does not exist.
Text Symbol: T02 = No Incomparable tables found.
Text Symbol: T03 = Total No. of Incomparable tables are
Text Symbol: T12 = Incomparable Tables
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 = '03' EXCEPTIONS no_authority = 1 OTHERS = 2.
CNVCF_CCE_ACTIVE_GET * CALL FUNCTION 'CNVCF_CCE_ACTIVE_GET' * IMPORTING * active_run = p_runid.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_GRID_TITLE = text-t12 IS_LAYOUT = ls_layout IT_FIELDCAT = lt_fieldcat I_CALLBACK_PF_STATUS_SET = 'SET_MY_PF' I_CALLBACK_USER_COMMAND = gs_user_command I_CALLBACK_PROGRAM = 'CNVC_CCE_EVAL_ERROR' TABLES T_OUTTAB = lt_tabs EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.
DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING displ = 'X' displ_mode = '2' id = 'TX' langu = sy-langu object = 'SLSCC_INCOMPARABLE_TABLES' EXCEPTIONS wrong_name = 1 OTHERS = 2.
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_EVAL_ERROR - View Incomparable Tables CNVC_CCE_EVAL_ERROR - View Incomparable Tables CNVC_CCE_EVAL_APPL - Degree of processing (applications) CNVC_CCE_EVAL_APPL - Degree of processing (applications) CNVC_CCE_DOWNLOAD_TO_EXCEL - Download CCE -> Excel CNVC_CCE_DOWNLOAD_TO_EXCEL - Download CCE -> Excel