CNV_20340_DETERMINE_DUPLICATES 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 CNV_20340_DETERMINE_DUPLICATES 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: Determine duplicate cycles based on KOKRS/ERKRS mapping
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CNV_20340_ME_SAVE_CYCLE_MAP CALL FUNCTION 'CNV_20340_ME_SAVE_CYCLE_MAP' DESTINATION gv_rfc_control EXPORTING iv_pcl_packid = gv_pcl_packid iv_handle = cl_cnv_20340_service=>nc_cycle_kokrs_map_handl it_mapping = lt_cyc_map EXCEPTIONS context_not_found = 1 mapping_error = 2 mapping_save_error = 3 communication_failure = 98 MESSAGE gv_msg system_failure = 99 MESSAGE gv_msg.
DB_COMMIT CALL FUNCTION 'DB_COMMIT'.
CNV_MBT_CWB_PCL_PACK_GET CALL FUNCTION 'CNV_MBT_CWB_PCL_PACK_GET' EXPORTING i_cwb_packid = iv_packid IMPORTING e_pcl_packid = xv_pcl_packid EXCEPTIONS no_package_found = 1 rfc_problems = 2 exec_pack_not_active = 3 OTHERS = 4.
CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = xv_pcl_packid exec_target = 'P' IMPORTING destination_id = gv_rfc_control EXCEPTIONS no_destinations_for_packid = 1 no_specific_destination_type = 2 get_system_info_failure = 3 rfc_failure = 4 system_info_has_changed = 5 login_not_possible = 6 wrong_unicode_settings = 7 OTHERS = 8.
CNV_20340_ME_SAVE_CYCLE_MAP * CALL FUNCTION 'CNV_20340_ME_SAVE_CYCLE_MAP' * DESTINATION gv_rfc_control * EXPORTING * iv_pcl_packid = gv_pcl_packid * iv_handle = cl_cnv_20340_service=>nc_cycle_erkrs_map_handl * it_mapping = lt_cyc_map * EXCEPTIONS * context_not_found = 1 * mapping_error = 2 * mapping_save_error = 3 * communication_failure = 98 MESSAGE gv_msg * system_failure = 99 MESSAGE gv_msg.
DB_COMMIT * CALL FUNCTION 'DB_COMMIT'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CNV_20340_DETERMINE_DUPLICATES - Determine duplicate cycles based on KOKRS/ERKRS mapping CNV_20340_DETERMINE_DUPLICATES - Determine duplicate cycles based on KOKRS/ERKRS mapping CNV_20340_D - CNCC: Data pool 20340 convert cycles CNV_20335_P - CNCC: Module pool 20350 process numbers CNV_20335_D - CNCC: Data pool 20310 rename process numbers CNV_20335_ADD_ERKRS - PRZNR - add tables and fields for operating concern