R_TCOR_MIG_CUST 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 R_TCOR_MIG_CUST 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_TEST = Test run
Title: Migration of Correspondence Customizing : Report
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TB_CORR_ALLOCATION_DETERMIN CALL FUNCTION 'TB_CORR_ALLOCATION_DETERMIN' EXPORTING companycode = ls_at80_2-bukrs cortyp = ls_at80_2-cortyp counterparty = ls_vtbsta2-partnr sfhaart = ls_at80_2-sfhaart sgsart = ls_at80_2-sgsart i_zgp = 'X' IMPORTING corr_allocation = ls_vtbsta2_1 EXCEPTIONS allocation_not_found = 1 sfhaart_not_found = 2 sgsart_not_found = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
R_TCOR_MIG_CUST - Migration of Correspondence Customizing : Report R_TCOR_MIG_CUST - Migration of Correspondence Customizing : Report R_TCOR_MATCH_TOP - Include R_TCOR_SEND_TOP R_TCOR_MATCH_SELECT_COF01 - Include R_TCOR_SEND_SELECT_COF01 R_TCOR_MATCH_MATCH_COF01 - Include R_TCOR_SEND_SEND_COF01 R_TCOR_MATCH - Report to execute automatic match for Correspondence objects