SAP Reports / Programs

CNVC_CCE_EVAL_ERROR SAP ABAP Report - View Incomparable Tables







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


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


Text pool values


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


INCLUDES used within this REPORT CNVC_CCE_EVAL_ERROR

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 = '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.



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