RN2_DISPATCH_DATA_MIGRATION 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 RN2_DISPATCH_DATA_MIGRATION 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: Data Transfer for Dispatch Control
Text Symbol: 027 = Table &1 contains &2 deleted entries; Deleted entries will not be transferred to table &3
Text Symbol: 028 = &1 of &2 data records will be transferred to table &3
Text Symbol: 029 = Check the transferred settings in maintenance view &1
Text Symbol: 030 = Data Loss in Table Entry &1
Text Symbol: 031 = Could not transfer all records to table &1; &2 of &3 data records to be inserted already exist
Text Symbol: 032 = Recipient type &1 previously used customer-specific implementation class &2 instead of default implementation &3...
Text Symbol: 033 = Additional activity: Convert class &2 into an implementation of BADI_ISHMED_MV_RECIPIENT with filter value EMTYP=&1
Text Symbol: 034 = Unknown recipient type &1 with customer-specific implementation class &2...
Text Symbol: 035 = Dispatch route &1 previously used customer-specific implementation class &2 instead of previousl default implementation &3...
Text Symbol: 036 = Additional activity :Convert class &2 into an implementation of BAdI BADI_ISHMED_MV_DISPATCHER with filter value VSWEG=&1
Text Symbol: 037 = Unknown dispatch route &1 with customer-specific implementation class &2...
Text Symbol: 038 = Dispatch route &1 in institution &2 previously used no converter. Write converter assignment for new standard converter &4
Text Symbol: 039 = Dispatch route &1 in institution &2 previously used standard converter &3. Write converter assignment for new standard converter &4
Text Symbol: 040 = Converter assgmnt for inst. &1, dispatch route &2, priority &3 already exists in maintenance view "N2MV_V_CONVT", will be retained
Text Symbol: 041 = Additional activity: Create a configuration entry for this dispatch route in view N2MV_V_CONVT with a new filter value...
Text Symbol: 042 = Convert class &1 into an implementation of BAdI BADI_ISHMED_MV_DOC_CONVERTER with assignment to this filter value
Text Symbol: 043 = Yes, I have read note number 1061686
Text Symbol: 044 = Warnings occurred during data transfer (see above)
Text Symbol: 045 = Dispatch route &1 in institution &2 uses unknown converter class &3
Text Symbol: 046 = Read note number 1061686, before you execute the program
Text Symbol: 047 = Transfer Data
Text Symbol: 048 = Transfer Customizing Settings
Text Symbol: 026 = Table Error: Target table &1 does not exist; System cannot execute data transfer
Text Symbol: 001 = Information:
Text Symbol: 002 = Errors:
Text Symbol: 003 = Warning:
Text Symbol: 004 = Processing Successful:
Text Symbol: 007 = You must read note number 1061686 first
Text Symbol: 008 = Test Mode
Text Symbol: 009 = Addressing Type Customizing
Text Symbol: 010 = Addressing Type Customizing (Texts)
Text Symbol: 011 = Recipient Type Customizing
Text Symbol: 012 = Recipient Type Customizing (Texts)
Text Symbol: 013 = Field Control Customizing
Text Symbol: 014 = Presetting Customizing
Text Symbol: 015 = Dispatch Route Customizing
Text Symbol: 016 = Check the proposed conversion settings in maintenance view N2MV_V_CONVT
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.