SAP Reports / Programs

RN2_DISPATCH_DATA_TSA_MIG SAP ABAP Report - Report RN2_DISPATCH_DATA_TSA_MIG







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


Text pool values


Title: Report RN2_DISPATCH_DATA_TSA_MIG
Text Symbol: 061 = In addition, &1 recipients were created in table &2
Text Symbol: 060 = Document category &1 was selected for the data transfer.
Text Symbol: 059 = The system does not contain any document categories that match your selection.
Text Symbol: 058 = (This entry was transferred from N1DOKEMPF)
Text Symbol: 057 = Document category &1 does not use PMD generator version 2. Migrate your document categories first. Transfer aborted.
Text Symbol: 056 = Specify at least one document category.
Text Symbol: 055 = Specify an institution.
Text Symbol: 054 = Document Ctgry
Text Symbol: 053 = Institution
Text Symbol: 052 = Transfer of Log Data and Recipients
Text Symbol: 051 = Error: The database does not provide any data sorted in ascending order. Data transfer is not possible. Please contact your support.
Text Symbol: 050 = In addition, &1 dispatch orders were created in table &2
Text Symbol: 049 = There are &1 log entries in the system. For the selected document categories, &2 were transferred
Text Symbol: 048 = Use Recipient Types and Dispatch Routes of New Dispatch Control (Recommended)
Text Symbol: 046 = Read SAP Note 1132519 before you execute the program
Text Symbol: 044 = Warnings occurred during data transfer (see above)
Text Symbol: 043 = Yes, I have read SAP Note 1132519
Text Symbol: 037 = TSA dispatch route &1 created in the standard system
Text Symbol: 036 = Additional activity: Execute an implementation of BAdI BADI_ISHMED_MV_DISPATCHER with filter value VSWEG=&1
Text Symbol: 035 = TSA dispatch type &1 was migrated to standard dispatch route &2
Text Symbol: 034 = Unknown external recipient type &1 with internal recipient type &2 created in standard system
Text Symbol: 033 = Additional activity: Execute an implementation of the BADI_ISHMED_MV_RECIPIENT with filter value EMTYP=&1
Text Symbol: 032 = TSA recipient type &1 was migrated to standard recipient type &2
Text Symbol: 031 = Could not transfer all records to table &1; &2 of &3 data records to be inserted already exist
Text Symbol: 030 = Data Loss in Table Entry &1
Text Symbol: 029 = Check the transferred settings in maintenance view &1
Text Symbol: 028 = &1 are transferred to table &2
Text Symbol: 026 = Table Error: Target table &1 does not exist; System cannot execute data transfer
Text Symbol: 023 = Data transfer complete
Text Symbol: 022 = Processing canceled; All changes will be undone
Text Symbol: 021 = Test Mode: No changes written
Text Symbol: 020 = Additional BAdI implementations necessary in enhancement spot ES_ISHMED_MV_ALL (see above)
Text Symbol: 019 = Dispatch History
Text Symbol: 018 = Document-Related Recipient Data
Text Symbol: 008 = Test Mode
Text Symbol: 007 = Read SAP Note 1132519 first
Text Symbol: 004 = Processing Successful:





Text Symbol: 003 = Warning:
Text Symbol: 002 = Error:
Text Symbol: 001 = Information:


INCLUDES used within this REPORT RN2_DISPATCH_DATA_TSA_MIG

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:

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

ISH_N2_MEDDOC_GETADMINDATA CALL FUNCTION 'ISH_N2_MEDDOC_GETADMINDATA' EXPORTING * IM_APICONTROL = im_document_key = ls_dockey * IM_AUTHORITY_CHECK = ' ' IMPORTING * EX_WORST_MSGTY = ex_docdata = ps_docdata * EX_DOCDATA_OUT = * EX_DRAW = * TABLES * EXT_RETURN = * EXT_DOCUMENT_VERS = * EXT_DOCUMENT_PART = * EXT_DOCUMENT_PARTVERS = * EXT_DOCDATA_MOVE = * EXT_DOCDATA_SERV = * EXT_DOCDATA_REQ = * EXT_DOCDATA_MOVE_OUT = * EXT_DOCDATA_SERV_OUT = * EXT_DOCDATA_REQ_OUT = * EXT_NDOC = .



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