MEREP_UCOPY_DATA_TRANSFER 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 MEREP_UCOPY_DATA_TRANSFER 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 from source to destination system.
Text Symbol: 001 = Usage copy tables does not exist
Text Symbol: 002 = Usage copy tables does not exist
Text Symbol: 003 = Queue exist
Text Symbol: 004 = Insert to the log table got failed
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
TRFC_QOUT_READ_NEXT CALL FUNCTION 'TRFC_QOUT_READ_NEXT' EXPORTING QNAME = LF_QNAME DEST = LF_DEST MAXLUW = 1 IMPORTING QSTATE = LF_QSTATE QDEEP = LF_QDEEP TABLES STATE = LT_STATE DATA = LT_DATA EXCEPTIONS invalid_parameter = 1 OTHERS = 2.
TRFC_SET_QUEUE_NAME CALL FUNCTION 'TRFC_SET_QUEUE_NAME' EXPORTING QNAME = S_QNAME EXCEPTIONS INVALID_QUEUE_NAME = 1 OTHERS = 2.
BALW_BAPIRETURN_GET2 CALL FUNCTION 'BALW_BAPIRETURN_GET2' EXPORTING TYPE = SY-MSGTY CL = SY-MSGID NUMBER = SY-MSGNO PAR1 = SY-MSGV1 PAR2 = SY-MSGV2 PAR3 = SY-MSGV3 PAR4 = SY-MSGV4 IMPORTING RETURN = RETURN.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MEREP_UCOPY_DATA_TRANSFER - Data transfer from source to destination system. MEREP_UCOPY_DATA_TRANSFER - Data transfer from source to destination system. MEREP_UCOPY_DATA_CHECK - Data consistency check in source and destination system MEREP_UCOPY_DATA_CHECK - Data consistency check in source and destination system MEREP_TTOOL_PBO01 - Include MEREP_TTOOL_PBO01 MEREP_TTOOL_PAI01 - Include MEREP_TTOOL_PAI01