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
Below is a list of transaction codes which are relevant to this SAP report
IUUC_START_REPLAY - Start Delta Replay
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.
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
INCLUDE CNV_MBT_SM_PARAMS.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IUUC_START_DATA_TRANSFER - Schedule jobs for IUUC delta replay IUUC_START_DATA_TRANSFER - Schedule jobs for IUUC delta replay IUUC_SHOW_CLONING_PIT_DATA - show cloning PIT data as ALV grid IUUC_SHOW_CLONING_PIT_DATA - show cloning PIT data as ALV grid IUUC_SET_CONSIDER_TREQ_FLAG - Set Flag to consider Transport Requests in IUUC_TABLES IUUC_SET_CONSIDER_TREQ_FLAG - Set Flag to consider Transport Requests in IUUC_TABLES