SAP Reports / Programs

RN2_DISPATCH_DATA_MIGRATION SAP ABAP Report - Data Transfer for Dispatch Control







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


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


Text pool values


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





Text Symbol: 017 = Dispatch Route Customizing (Texts)
Text Symbol: 018 = Document-Related Recipient Data
Text Symbol: 019 = Dispatch History
Text Symbol: 020 = Additional BAdI implementations necessary in enhancement spot ES_ISHMED_MV_ALL (see above)
Text Symbol: 021 = Test Mode: No changes written
Text Symbol: 022 = Processing canceled; All changes will be undone
Text Symbol: 023 = Data transfer complete
Text Symbol: 024 = Data Transfer for: &1; Data from table &2 will be transferred to table &3
Text Symbol: 025 = Source table &1 does not exist on your system ; No data records will be transferred to table &2


INCLUDES used within this REPORT RN2_DISPATCH_DATA_MIGRATION

No INCLUDES are used within this REPORT code!


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:

No SAP FUNCTION MODULES are executed within this report code!



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 RN2_DISPATCH_DATA_MIGRATION or its description.