SAP Reports / Programs | Cross-Application Components | European Monetary Union: Euro(CA-EUR) SAP CA

IUUC_START_DATA_TRANSFER SAP ABAP Report - Schedule jobs for IUUC delta replay







IUUC_START_DATA_TRANSFER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Schedule jobs for IUUC delta replay In this activity, you schedule a certain number of batch jobs to transfer the data that have been created, changed or deleted during the time period of the monitored production from the hitherto production system to the future production system...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter IUUC_START_DATA_TRANSFER into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

IUUC_START_REPLAY - Start Delta Replay


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


Text pool values


Selection Text: P_ACT_ID = D Activity ID
Selection Text: P_MT_ID = D Mass Transfer ID
Selection Text: P_NM_JOB = Number of jobs to be scheduled
Selection Text: P_PACK = D Pack ID
Selection Text: P_PHASE = D Phase
Selection Text: P_RESTRT = restart
Selection Text: S_TABN = Tables
Title: Schedule jobs for IUUC delta replay


INCLUDES used within this REPORT IUUC_START_DATA_TRANSFER

INCLUDE CNV_MBT_SM_PARAMS.


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:

DTL_MT_DATA_LOAD CALL FUNCTION 'DTL_MT_DATA_LOAD' EXPORTING im_mode = gc_mode_exec im_mt_id = p_mt_id im_acc_prec_id = p_acp_id im_test = space im_packid = p_pack im_session_id = gd_sess_id im_restart = p_restrt i_no_of_jobs = p_nm_job i_ddic_check = space TABLES it_tables = s_tabn.



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