CNVC_CCE_COMPARE_NEW 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 CNVC_CCE_COMPARE_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: P_TYPE = Typ
Selection Text: P_TABN = Table
Selection Text: P_RUNID = Comparison run
Selection Text: P_FORCE = overwrite report
Selection Text: P_CONV = enable conversion
Title: new customizing comparison
Text Symbol: T07 = Result table not found.
Text Symbol: T05 = Warning
Text Symbol: T04 = Cannot continue, result table is missing
Text Symbol: T03 = at offset
Text Symbol: T02 = Word:
Text Symbol: T01 = Error during generation in line
Text Symbol: ER9 = E.G.: Check if user is not locked.
Text Symbol: ER8 = RFC_READ_TABLE error on system:
Text Symbol: ER7 = Unspecific error ocured when running FM.
Text Symbol: ER6 = Data buffer exceeded when accessing table :
Text Symbol: ER5 = Not authorized error ocured when accessing table :
Text Symbol: ER4 = Field not valid for table :
Text Symbol: ER3 = Option not valid for table :
Text Symbol: ER2 = Table without data :
Text Symbol: ER1 = Table not available :
Text Symbol: ER0 = CNVCF_CCE_RFC_READ_TABLE error on system:
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.
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-t05 txt1 = text-t07 txt2 = ' ' * TXT3 = ' ' * TXT4 = ' ' .
POPUP_TO_INFORM CALL FUNCTION 'POPUP_TO_INFORM' EXPORTING titel = text-t05 txt1 = text-t04 txt2 = ' ' * TXT3 = ' ' * TXT4 = ' ' .
WS_ULDL_PATH CALL FUNCTION 'WS_ULDL_PATH' "#EC * IMPORTING download_path = p_path.
CNVCF_SCWB_ZLOG * CALL FUNCTION 'CNVCF_SCWB_ZLOG' * EXPORTING * i_log_object = c_obj_zxiproxy * i_extnumber = gv_ext_number * TABLES * t_log_message = gt_log_message * EXCEPTIONS * log_header_inconsistent = 1 * logging_error = 2 * OTHERS = 3.
BAL_DSP_LOG_DISPLAY * CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' * EXCEPTIONS * OTHERS = 1.
BAL_DSP_LOG_DISPLAY *!!* CALL FUNCTION 'BAL_DSP_LOG_DISPLAY' *!!* EXCEPTIONS *!!* OTHERS = 1.
CNVCF_CCE_RFC_READ_TABLE *!! CALL FUNCTION 'CNVCF_CCE_RFC_READ_TABLE' *!! DESTINATION ip_rfc *!! EXPORTING *!! query_table = '$tabname$' *!! delimiter = '' *!! TABLES *!! fields = lt_fields *!! options = lt_options *!! data = lt_data *!! EXCEPTIONS *!! table_not_available = 1 *!! table_without_data = 2 *!! option_not_valid = 3 *!! field_not_valid = 4 *!! not_authorized = 5 *!! data_buffer_exceeded = 6 *!! OTHERS = 7.
CNVCF_SCWB_ZLOG *!! CALL FUNCTION 'CNVCF_SCWB_ZLOG' *!! EXPORTING *!! i_log_object = c_obj_zxiproxy *!! i_extnumber = gv_ext_number *!! TABLES *!! t_log_message = gt_log_message *!! EXCEPTIONS *!! log_header_inconsistent = 1 *!! logging_error = 2 *!! OTHERS = 3.
CNVCF_SHOWMESSAGE **!! " CALL FUNCTION 'CNVCF_SHOWMESSAGE' **!! " EXPORTING **!! " TITEL = 'ERROR' **!! " TEXT1 = gv_text1.
CNVCF_SHOWMESSAGE *!! CALL FUNCTION 'CNVCF_SHOWMESSAGE' *!! EXPORTING *!! TITEL = 'ERROR' *!! TEXT1 = gv_text1.
CNVCF_SHOWMESSAGE *!! CALL FUNCTION 'CNVCF_SHOWMESSAGE' *!! EXPORTING *!! TITEL = 'ERROR' *!! TEXT1 = 'Error reading data from RFC!'.
CNVCF_SHOWMESSAGE **!! CALL FUNCTION 'CNVCF_SHOWMESSAGE' **!! EXPORTING **!! TITEL = 'ERROR' **!! TEXT1 = 'Error reading data from RFC!'.
CNVCF_CCE_CHECKSUM *!2 CALL FUNCTION 'CNVCF_CCE_CHECKSUM' *!2 EXPORTING *!2 data = lv_data *!2 LOGIC = 'SICOD' *!2 LAST_CHECKSUM = lv_last_checksum *!2 IMPORTING *!2 CHECKSUM = lv_checksum *!2 .
CNVCF_CCE_LIST_DOWNLOAD_HTML *!4 CALL FUNCTION 'CNVCF_CCE_LIST_DOWNLOAD_HTML' *!4 EXPORTING *!4 list_index = sy-lsind *!4 filename = lv_down_path *!4 EXCEPTIONS *!4 list_index_invalid = 1 *!4 download_error = 2 *!4 OTHERS = 3.
CNVCF_SCWB_AFTER_COMPARE *!! CALL FUNCTION 'CNVCF_SCWB_AFTER_COMPARE' *!! EXPORTING *!! ip_runid = '$runid$' *!! ip_objtyp = 'TABU' *!! ip_objnam = '$tabname$' *!! ip_conflict = lv_conflict *!! .
CONVERSION_EXIT_ISOLA_OUTPUT *!3 CALL FUNCTION 'CONVERSION_EXIT_ISOLA_OUTPUT' *!3 EXPORTING *!3 input = lv_in *!3 IMPORTING *!3 output = lv_out.
RS_DATABROWSE_CHECK_GENERATION
*!3 CALL FUNCTION 'RS_DATABROWSE_CHECK_GENERATION' *!3 EXPORTING *!3 table_name = ip_tabname *!3 action = 'ANZE' *!3 IMPORTING *!3 program = lv_prg *!3 EXCEPTIONS *!3 db_not_exists = 1 *!3 no_permission = 2 *!3 no_table_name = 3 *!3 table_is_structure = 4 *!3 OTHERS = 5.
CNVCF_CCE_RFC_READ_TABLE CALL FUNCTION 'CNVCF_CCE_RFC_READ_TABLE' DESTINATION ls_system-rfc EXPORTING query_table = iv_tabn no_data = 'X' TABLES fields = lt_fields EXCEPTIONS table_not_available = 1 table_without_data = 2 option_not_valid = 3 field_not_valid = 4 not_authorized = 5 data_buffer_exceeded = 6 OTHERS = 7.
CNVCF_SCWB_ZLOG * CALL FUNCTION 'CNVCF_SCWB_ZLOG' * EXPORTING * i_log_object = c_obj_zxiproxy * i_extnumber = gv_ext_number * TABLES * t_log_message = gt_log_message * EXCEPTIONS * log_header_inconsistent = 1 * logging_error = 2 * OTHERS = 3.
RFC_READ_TABLE CALL FUNCTION 'RFC_READ_TABLE' DESTINATION ls_system-rfc EXPORTING query_table = 'DD03L' delimiter = '|' TABLES options = lt_options fields = lt_fields data = lt_temp EXCEPTIONS table_not_available = 1 table_without_data = 2 option_not_valid = 3 field_not_valid = 4 not_authorized = 5 data_buffer_exceeded = 6 OTHERS = 7.
CNVCF_SCWB_ZLOG * CALL FUNCTION 'CNVCF_SCWB_ZLOG' * EXPORTING * i_log_object = c_obj_zxiproxy * i_extnumber = gv_ext_number * TABLES * t_log_message = gt_log_message * EXCEPTIONS * log_header_inconsistent = 1 * logging_error = 2 * OTHERS = 3.
CNVCF_SCWB_ZLOG * CALL FUNCTION 'CNVCF_SCWB_ZLOG' * EXPORTING * i_log_object = c_obj_zxiproxy * i_extnumber = gv_ext_number * TABLES * t_log_message = gt_log_message * EXCEPTIONS * log_header_inconsistent = 1 * logging_error = 2 * OTHERS = 3.
RFC_READ_TABLE CALL FUNCTION 'RFC_READ_TABLE' DESTINATION ls_system-rfc EXPORTING query_table = 'DD03L' delimiter = '|' TABLES options = lt_options fields = lt_fields data = lt_data EXCEPTIONS table_not_available = 1 table_without_data = 2 option_not_valid = 3 field_not_valid = 4 not_authorized = 5 data_buffer_exceeded = 6 OTHERS = 7.
CNVCF_SCWB_ZLOG * CALL FUNCTION 'CNVCF_SCWB_ZLOG' * EXPORTING * i_log_object = c_obj_zxiproxy * i_extnumber = gv_ext_number * TABLES * t_log_message = gt_log_message * EXCEPTIONS * log_header_inconsistent = 1 * logging_error = 2 * OTHERS = 3 .
RFC_READ_TABLE CALL FUNCTION 'RFC_READ_TABLE' DESTINATION ls_system-rfc EXPORTING query_table = 'DD04T' delimiter = '|' TABLES options = lt_options fields = lt_fields data = lt_data EXCEPTIONS table_not_available = 1 table_without_data = 2 option_not_valid = 3 field_not_valid = 4 not_authorized = 5 data_buffer_exceeded = 6 OTHERS = 7.
CNVCF_SCWB_ZLOG * CALL FUNCTION 'CNVCF_SCWB_ZLOG' * EXPORTING * i_log_object = c_obj_zxiproxy * i_extnumber = gv_ext_number * TABLES * t_log_message = gt_log_message * EXCEPTIONS * log_header_inconsistent = 1 * logging_error = 2 * OTHERS = 3.
CNVCF_SCWB_ZLOG * CALL FUNCTION 'CNVCF_SCWB_ZLOG' * EXPORTING * i_log_object = c_obj_zxiproxy * i_extnumber = gv_ext_number * TABLES * t_log_message = gt_log_message * EXCEPTIONS * log_header_inconsistent = 1 * logging_error = 2 * OTHERS = 3.
REUSE_ALV_EVENTS_GET *!3 CALL FUNCTION 'REUSE_ALV_EVENTS_GET' *!3 EXPORTING *!3 I_LIST_TYPE = 0 *!3 IMPORTING *!3 ET_EVENTS = gt_events *!3 EXCEPTIONS *!3 LIST_TYPE_WRONG = 1 *!3 OTHERS = 2.
REUSE_ALV_COMMENTARY_WRITE *!3 call function 'REUSE_ALV_COMMENTARY_WRITE' *!3 EXPORTING *!3 it_list_commentary = gt_list_top_of_page.
REUSE_ALV_GRID_DISPLAY *!3 CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' *!3 EXPORTING *!3* I_INTERFACE_CHECK = ' ' *!3* I_BYPASSING_BUFFER = ' ' *!3* I_BUFFER_ACTIVE = ' ' *!3 I_CALLBACK_PROGRAM = SY-CPROG *!3 I_CALLBACK_PF_STATUS_SET = c_formname_pf_status_set *!3 I_CALLBACK_USER_COMMAND = c_formname_user_command *!3 I_CALLBACK_TOP_OF_PAGE = c_formname_top_of_page *!3* I_CALLBACK_HTML_TOP_OF_PAGE = ' ' *!3* I_CALLBACK_HTML_END_OF_LIST = ' ' *!3* I_STRUCTURE_NAME = *!3* I_BACKGROUND_ID = ' ' *!3* I_GRID_TITLE = *!3* I_GRID_SETTINGS = *!3 IS_LAYOUT = gs_layout *!3 IT_FIELDCAT = gt_fieldcat[] *!3* IT_EXCLUDING = *!3* IT_SPECIAL_GROUPS = *!3* IT_SORT = *!3* IT_FILTER = *!3* IS_SEL_HIDE = *!3* I_DEFAULT = 'X' *!3* I_SAVE = ' ' *!3* IS_VARIANT = *!3 IT_EVENTS = gt_events[] *!3 IT_EVENT_EXIT = gt_event_exit[] *!3* IS_PRINT = *!3* IS_REPREP_ID = *!3* I_SCREEN_START_COLUMN = 0 *!3* I_SCREEN_START_LINE = 0 *!3* I_SCREEN_END_COLUMN = 0 *!3* I_SCREEN_END_LINE = 0 *!3* I_HTML_HEIGHT_TOP = 0 *!3* I_HTML_HEIGHT_END = 0 *!3* IT_ALV_GRAPHICS = *!3* IT_HYPERLINK = *!3* IT_ADD_FIELDCAT = *!3* IT_EXCEPT_QINFO = *!3* IR_SALV_FULLSCREEN_ADAPTER = *!3* IMPORTING *!3* E_EXIT_CAUSED_BY_CALLER = *!3* ES_EXIT_CAUSED_BY_USER = *!3 TABLES *!3 T_OUTTAB = gt_itab_copy[] *!3 EXCEPTIONS *!3 PROGRAM_ERROR = 1 *!3 OTHERS = 2 *!3 .
REUSE_ALV_EVENTS_GET *!3* CALL FUNCTION 'REUSE_ALV_EVENTS_GET' *!3* EXPORTING *!3* I_LIST_TYPE = 0 *!3* IMPORTING *!3* ET_EVENTS = gt_events_sin *!3* EXCEPTIONS *!3* LIST_TYPE_WRONG = 1 *!3* OTHERS = 2.
REUSE_ALV_GRID_DISPLAY *!3 CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' *!3 EXPORTING *!3 *!3 I_CALLBACK_PROGRAM = SY-CPROG *!3* I_CALLBACK_PF_STATUS_SET = c_formname_pf_status_s *!3* I_CALLBACK_USER_COMMAND = c_formname_user_command_s *!3* I_CALLBACK_TOP_OF_PAGE = c_formname_top_of_page_s *!3* I_CALLBACK_HTML_TOP_OF_PAGE = ' ' *!3* I_CALLBACK_HTML_END_OF_LIST = ' ' *!3* I_STRUCTURE_NAME = *!3* I_BACKGROUND_ID = ' ' *!3* I_GRID_TITLE = *!3* I_GRID_SETTINGS = *!3 IS_LAYOUT = gs_layout_SIN *!3 IT_FIELDCAT = gt_fieldcat_SIN[] *!3* IT_EXCLUDING = *!3* IT_SPECIAL_GROUPS = *!3* IT_SORT = *!3* IT_FILTER = *!3* IS_SEL_HIDE = *!3* I_DEFAULT = 'X' *!3* I_SAVE = ' ' *!3* IS_VARIANT = *!3* IT_EVENTS = gt_events_SIN[] *!3 IT_EVENT_EXIT = gt_event_exit[] *!3 TABLES *!3 T_OUTTAB = gt_sin_dat[] *!3 EXCEPTIONS *!3 PROGRAM_ERROR = 1 *!3 OTHERS = 2 *!3 .
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_COMPARE_NEW or its description.