CNVC_CCE_ADD_SYSTEMS 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_ADD_SYSTEMS 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: PE_001 = D Comparison run
Selection Text: PE_002 = D RFC destination
Selection Text: PE_003 = D System-ID
Selection Text: PE_004 = D active?
Selection Text: PE_005 = D Output order
Selection Text: PV_001 = D Comparison run
Selection Text: PV_002 = D RFC destination
Selection Text: PV_003 = D System-ID
Selection Text: PV_004 = D active?
Selection Text: PV_005 = D Output order
Selection Text: P_MAX = Max. records
Selection Text: SO_001 = D Comparison run
Selection Text: SO_002 = D RFC destination
Selection Text: SO_003 = D System-ID
Selection Text: SO_004 = D active?
Selection Text: SO_005 = D Output order
Title: Maintenance: Systems
Text Symbol: T27 = Do you want to save uploaded data?
Text Symbol: T26 = The file contains data of another table.
Text Symbol: T25 = not allowed to upload data.
Text Symbol: T24 = No
Text Symbol: T23 = Yes
Text Symbol: T01 = Selection
Text Symbol: T02 = Display record
Text Symbol: T03 = Edit
Text Symbol: T04 = User
Text Symbol: T05 = Not allowed to display or change records.
Text Symbol: T06 = Comparison run
Text Symbol: T07 = RFC-Destination
Text Symbol: T08 = Order
Text Symbol: T09 = Records
Text Symbol: T10 = Not all records are displayed.
Text Symbol: T11 = because you're not authorized.
Text Symbol: T12 = not authorized to save data.
Text Symbol: T13 = Download not allowed
Text Symbol: T14 = Upload not allowed
Text Symbol: T15 = Record already available.
Text Symbol: T16 = not allowed to download data.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_user_command = gs_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat it_events = gt_events i_callback_pf_status_set = 'SET_MY_PF' TABLES t_outtab = gt_data.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_user_command = gs_user_command is_layout = gs_layout it_fieldcat = gt_fieldcat it_events = gt_events i_callback_pf_status_set = 'SET_MY_PF' TABLES t_outtab = gt_data.
REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = lt * I_LOGO = * I_END_OF_LIST_GRID = .
POPUP_TO_DISPLAY_TEXT_LO *CALL FUNCTION 'POPUP_TO_DISPLAY_TEXT_LO' * EXPORTING * TITEL = 'Info' * TEXTLINE1 = 'Double-click on entry' * TEXTLINE2 = ' ' * TEXTLINE3 = ' ' * START_COLUMN = 15 * START_ROW = 6 * .
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-t22 "'Are you sure?' * DIAGNOSE_OBJECT = ' ' text_question = lv_text text_button_1 = text-t23 "'Ja' * ICON_BUTTON_1 = ' ' text_button_2 = text-t24 "'Nein' * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = ep_answer * TABLES * PARAMETER = * EXCEPTIONS * TEXT_NOT_FOUND = 1 * OTHERS = 2 .
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Info' * DIAGNOSE_OBJECT = ' ' text_question = lv_text text_button_1 = 'OK' * ICON_BUTTON_1 = ' ' * text_button_2 = 'Nein' * ICON_BUTTON_2 = ' ' * DEFAULT_BUTTON = '1' * DISPLAY_CANCEL_BUTTON = 'X' * USERDEFINED_F1_HELP = ' ' * START_COLUMN = 25 * START_ROW = 6 * POPUP_TYPE = IMPORTING answer = lv_answer * TABLES * PARAMETER = * EXCEPTIONS * TEXT_NOT_FOUND = 1 * OTHERS = 2 .
DOWNLOAD CALL FUNCTION 'DOWNLOAD' TABLES data_tab = lt_data EXCEPTIONS INVALID_FILESIZE = 1 INVALID_TABLE_WIDTH = 2 INVALID_TYPE = 3 NO_BATCH = 4 UNKNOWN_ERROR = 5 GUI_REFUSE_FILETRANSFER = 6 CUSTOMER_ERROR = 7 OTHERS = 8. "#EC ARGCHECKED
UPLOAD CALL FUNCTION 'UPLOAD' * EXPORTING * CODEPAGE = ' ' * FILENAME = ' ' * FILETYPE = ' ' * ITEM = ' ' * FILEMASK_MASK = ' ' * FILEMASK_TEXT = ' ' * FILETYPE_NO_CHANGE = ' ' * FILEMASK_ALL = ' ' * FILETYPE_NO_SHOW = ' ' * LINE_EXIT = ' ' * USER_FORM = ' ' * USER_PROG = ' ' * SILENT = 'S' * IMPORTING * FILESIZE = * CANCEL = * ACT_FILENAME = * ACT_FILETYPE = TABLES data_tab = lt_data EXCEPTIONS conversion_error = 1 invalid_table_width = 2 invalid_type = 3 no_batch = 4 unknown_error = 5 gui_refuse_filetransfer = 6 OTHERS = 7 .
CNVCF_HEX_START CALL FUNCTION 'CNVCF_HEX_START' .
CNVCF_HEX_COLS_CLEAR CALL FUNCTION 'CNVCF_HEX_COLS_CLEAR'.
CNVCF_HEX_COL_ADD CALL FUNCTION 'CNVCF_HEX_COL_ADD' EXPORTING fieldname = 'RUNID ' text = 'Vergleichslauf '.
CNVCF_HEX_COL_ADD CALL FUNCTION 'CNVCF_HEX_COL_ADD' EXPORTING fieldname = 'RFC ' text = 'Destination '.
CNVCF_HEX_COL_ADD CALL FUNCTION 'CNVCF_HEX_COL_ADD' EXPORTING fieldname = 'SID ' text = ' '.
CNVCF_HEX_COL_ADD CALL FUNCTION 'CNVCF_HEX_COL_ADD' EXPORTING fieldname = 'XACTIVE ' text = ' '.
CNVCF_HEX_COL_ADD CALL FUNCTION 'CNVCF_HEX_COL_ADD' EXPORTING fieldname = 'OUTPUT_ORDER ' text = 'Reihenfolge '.
CNVCF_HEX_HEADLINE CALL FUNCTION 'CNVCF_HEX_HEADLINE' EXPORTING text = 'Table download'.
CNVCF_HEX_SUBHEADLINE CALL FUNCTION 'CNVCF_HEX_SUBHEADLINE'.
CNVCF_HEX_DATA CALL FUNCTION 'CNVCF_HEX_DATA' EXPORTING data_table = gt_data do_sum = ' ' CHANGING data_struc = gs_data.
CNVCF_HEX_FINISH CALL FUNCTION 'CNVCF_HEX_FINISH' .
CNVCF_HEX_DOWNLOAD CALL FUNCTION 'CNVCF_HEX_DOWNLOAD' EXPORTING filename = '' EXCEPTIONS file_error = 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.
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_ADD_SYSTEMS or its description.
CNVC_CCE_ADD_SYSTEMS - Maintenance: Systems CNVC_CCE_ADD_SYSTEMS - Maintenance: Systems CNVC_CCE_ADD_EXTRA_INFOS - get CONTFLAG and entries per system CNVC_CCE_ADD_EXTRA_INFOS - get CONTFLAG and entries per system CNVC_CCE_ADD_ERROR_TABS - Add not compared tables to workbench pool CNVC_CCE_ADD_ERROR_TABS - Add not compared tables to workbench pool