SAP Reports / Programs

CNV_20100_TS_IMPL_RESOLVE SAP ABAP Report - Resolve implicit merges







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


Text pool values


Selection Text: P_DIRECT = Direct mapping enhancement
Selection Text: P_FILE = Creation of impl. merge file
Title: Resolve implicit merges
Text Symbol: 001 = Resolve implicit merges by
Text Symbol: 010 = Old ChtAccts
Text Symbol: 015 = New ChtAccts
Text Symbol: 020 = Old acct
Text Symbol: 025 = New acct
Text Symbol: 030 = OldSec CE
Text Symbol: 035 = NewSec CE


INCLUDES used within this REPORT CNV_20100_TS_IMPL_RESOLVE

INCLUDE CNV_MBT_CWB_TS_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_20100_CHECK_CONFIRMED CALL FUNCTION 'CNV_20100_CHECK_CONFIRMED' EXPORTING i_packid = gv_cwb_package IMPORTING e_confirmed = gv_confirmed EXCEPTIONS confirm_not_found = 0 OTHERS = 0.

CNV_20100_GET_MAPPING CALL FUNCTION 'CNV_20100_GET_MAPPING' EXPORTING iv_packid = gv_cwb_package iv_get_from_me = 'X' "<-- this should be read from the ME IMPORTING ev_timestamp = gv_timestamp TABLES t_chart_of_acc = gt_chart_of_acc t_account = gt_account t_costele = gt_costele t_mapping = gt_mapping EXCEPTIONS no_mapping = 1 error = 2 OTHERS = 3.

CNV_MBT_RFC_GET CALL FUNCTION 'CNV_MBT_RFC_GET' EXPORTING packid = p_pack "<-- must be PCL packid exec_target = 'P' all_as_table = '' none_at_local_dest = 'X' IMPORTING destination_id = gv_destination_id 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_20100_WRITE_ME_MAPPING CALL FUNCTION 'CNV_20100_WRITE_ME_MAPPING' DESTINATION gv_destination_id EXPORTING iv_pcl_pack = p_pack * IV_CLEAR_MAPPING = it_ktopl_mapping = gt_ktopl_mapping * IT_T004_MAPPING = * IT_BUKRS_MAPPING = it_saknr_mapping = gt_saknr_mapping it_kstar_mapping = gt_kstar_mapping * IT_OTHERS_MAPPING = IMPORTING ev_error_occurred = gv_error_occurred ev_reason = gv_reason.

CNV_00001_DOWNLOAD CALL FUNCTION 'CNV_00001_DOWNLOAD' EXPORTING filename = ' ' filetype = 'DAT' TABLES data_tab = gt_download_account EXCEPTIONS download_error = 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 CNV_20100_TS_IMPL_RESOLVE or its description.