CNV_CMIS_A_30_MBT_INIT_COMPARE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This Program is used in the
If you would like to execute this report or see the full code listing simply enter CNV_CMIS_A_30_MBT_INIT_COMPARE 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_ACT_ID = Activity ID
Selection Text: P_PACK = Pack ID
Selection Text: P_PHASE = Phase
Title: Program to Compare System Analysis Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_L_STATE_INIT CALL FUNCTION 'CNV_MBT_L_STATE_INIT' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id.
CNV_MBT_L_PROTOCOL_INIT CALL FUNCTION 'CNV_MBT_L_PROTOCOL_INIT' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id.
CNV_MBT_L_PROTOCOL_MESSAGE CALL FUNCTION 'CNV_MBT_L_PROTOCOL_MESSAGE' EXPORTING msgty = 'I' msgid = 'CNV_CMIS_A_30_MSG' msgno = '020' level = '1' probclass = '1'.
CNV_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB'.
CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_pack TABLES desttab = gt_cnvmbtdest EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 2 OTHERS = 3.
CNV_CMIS_A_30_COMPARE * CALL FUNCTION 'CNV_CMIS_A_30_COMPARE' * DESTINATION gs_cnvmbtdest-destination_id * EXPORTING * iv_packid = p_pack * IMPORTING * es_codepage = gs_codepage * TABLES * xt_gtinfo = gt_info * xt_gt_comptab = gt_component * xt_gt_langu = gt_langu * EXCEPTIONS * import_unsuccessful = 1 * OTHERS = 2.
CNV_CMIS_A_30_COMPARE CALL FUNCTION 'CNV_CMIS_A_30_COMPARE' DESTINATION gs_cnvmbtdest-destination_id EXPORTING iv_packid = p_pack IMPORTING es_codepage = gs_codepage TABLES xt_gtinfo = gt_info xt_gt_comptab = gt_component xt_gt_langu = gt_langu xt_prodhs_used = gt_prodhs_used xt_prodhs = gt_prodhs xt_liscurrency = gt_liscurrency xt_lisdicinfo = gt_lisdicinfo "+NP02112009 xt_wfstat = gt_wfstat "+TD13102009 xt_wf = gt_wf "+TD13102009 xt_archobj = gt_archobj "+AS12102009 xt_sdaccseq = gt_sdaccseq "+NP12102009 xt_sddicinfo = gt_sddicinfo "+NP28102009 xt_optarc = gt_optarc "+NP03112009 EXCEPTIONS import_unsuccessful = 1 OTHERS = 2.
CNV_CMIS_30_EXPORT * CALL FUNCTION 'CNV_CMIS_30_EXPORT' * EXPORTING * is_key = gs_key_struc * it_gtinfo = gt_info * it_gtcomptab = gt_component * it_gtlang = gt_langu * is_codepage = gs_codepage * EXCEPTIONS * export_unsuccessful = 1 * OTHERS = 2.
CNV_CMIS_30_EXPORT CALL FUNCTION 'CNV_CMIS_30_EXPORT' EXPORTING is_key = gs_key_struc it_gtinfo = gt_info it_gtcomptab = gt_component it_gtlang = gt_langu is_codepage = gs_codepage it_prodhs_used = gt_prodhs_used it_prodhs = gt_prodhs it_liscurrency = gt_liscurrency it_lisdicinfo = gt_lisdicinfo "+NP02112009 it_sdaccseq = gt_sdaccseq " +NP13102009 it_sddicinfo = gt_sddicinfo EXCEPTIONS export_unsuccessful = 1 OTHERS = 2.
CNV_MBT_L_PROTOCOL_MESSAGE * CALL FUNCTION 'CNV_MBT_L_PROTOCOL_MESSAGE' * EXPORTING * msgty = 'W' * msgid = gv_msgid * msgno = gv_msgno.
CNV_MBT_L_PROTOCOL_MESSAGE CALL FUNCTION 'CNV_MBT_L_PROTOCOL_MESSAGE' EXPORTING msgty = 'I' msgid = 'CNV_CMIS_A_30_MSG' msgno = '021' level = '1' probclass = '1'.
CNV_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB'.
CNV_MBT_L_STATE_FINISH CALL FUNCTION 'CNV_MBT_L_STATE_FINISH' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id EXCEPTIONS update_failed = 1 OTHERS = 2.
CNV_MBT_L_PROTOCOL_MESSAGE CALL FUNCTION 'CNV_MBT_L_PROTOCOL_MESSAGE' EXPORTING msgty = im_type msgid = im_id msgno = im_number level = '2' probclass = '2' EXCEPTIONS OTHERS = 1.
CNV_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB' EXCEPTIONS OTHERS = 1.
CNV_MBT_L_STATE_UPDATE CALL FUNCTION 'CNV_MBT_L_STATE_UPDATE' EXPORTING packid = p_pack phase = p_phase activity_id = p_act_id aborted = 'X'.
CNV_CMIS_A_ARCH_COMPARE CALL FUNCTION 'CNV_CMIS_A_ARCH_COMPARE' EXPORTING iv_packid = p_pack iv_dest_s = lv_system_1 iv_dest_r = lv_system_2.
CNV_MBT_L_PROTOCOL_MESSAGE CALL FUNCTION 'CNV_MBT_L_PROTOCOL_MESSAGE' EXPORTING msgty = 'I' msgid = 'CNV_CMIS_A_30_MSG' msgno = '60' msgv1 = '' EXCEPTIONS OTHERS = 1.
CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB' EXCEPTIONS OTHERS = 1.
CNV_CMIS_A_COMPARE_STRINFO CALL FUNCTION 'CNV_CMIS_A_COMPARE_STRINFO' EXPORTING it_tab_sender = gt_sddicinfo_s it_tab_receiver = gt_sddicinfo_r EXCEPTIONS difference_exists = 1 OTHERS = 2.
CNV_CMIS_A_SD_COMPARE CALL FUNCTION 'CNV_CMIS_A_SD_COMPARE' IMPORTING et_sdaccseq_res = gt_sdaccseq_res TABLES it_sdaccseq_s = gt_sdaccseq_r it_sdaccseq_r = gt_sdaccseq_s.
CNV_CMIS_30_EXPORT_COMPRES CALL FUNCTION 'CNV_CMIS_30_EXPORT_COMPRES' EXPORTING is_key = gs_key_struc it_sdaccseqres = gt_sdaccseq_res.
CNV_MBT_L_PROTOCOL_MESSAGE CALL FUNCTION 'CNV_MBT_L_PROTOCOL_MESSAGE' EXPORTING msgty = 'I' msgid = 'CNV_CMIS_A_30_MSG' msgno = '58' msgv1 = '' EXCEPTIONS OTHERS = 1.
CNV_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB' EXCEPTIONS OTHERS = 1.
CNV_CMIS_A_WF_COMPARE CALL FUNCTION 'CNV_CMIS_A_WF_COMPARE' EXPORTING iv_packid = p_pack TABLES it_wf_s = gt_wfs it_wf_r = gt_wfr.
CNV_MBT_L_PROTOCOL_MESSAGE CALL FUNCTION 'CNV_MBT_L_PROTOCOL_MESSAGE' EXPORTING msgty = 'I' msgid = 'CNV_CMIS_A_30_MSG' msgno = '59' msgv1 = '' EXCEPTIONS OTHERS = 1.
CNV_MBT_L_PROTOCOL_WRITE_DB CALL FUNCTION 'CNV_MBT_L_PROTOCOL_WRITE_DB' EXCEPTIONS OTHERS = 1.
CNV_CMIS_A_COMPARE_STRINFO CALL FUNCTION 'CNV_CMIS_A_COMPARE_STRINFO' EXPORTING it_tab_sender = gt_lisdicinfo_s it_tab_receiver = gt_lisdicinfo_r EXCEPTIONS difference_exists = 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 CNV_CMIS_A_30_MBT_INIT_COMPARE or its description.
CNV_CMIS_A_30_MBT_INIT_COMPARE - Program to Compare System Analysis Data CNV_CMIS_A_30_MBT_INIT_COMPARE - Program to Compare System Analysis Data CNV_CMIS_A_30_LCL_DISPLAY - Program to Display the Analysis data in the local System CNV_CMIS_A_30_LCL_DISPLAY - Program to Display the Analysis data in the local System CNV_CMIS_A_30_INIT_START_TOP - Include CNV_CMIS_A_30_INIT_START_TOP CNV_CMIS_A_30_INIT_START_FORM - Include CNV_CMIS_A_30_INIT_START_FORM