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

IUUC_PARALL_MASTER_CONTROLLER SAP ABAP Report - Start data transfer in parallel to production (full incrementality)







IUUC_PARALL_MASTER_CONTROLLER is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This activity allows you to transfer data changes from the productive system to the upgrade system in parallel to the usage of the productive 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_PARALL_MASTER_CONTROLLER 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_PARALLEL_TRNSFR - transfer data parallel to production


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_PARALL_MASTER_CONTROLLER. "Basic submit
SUBMIT IUUC_PARALL_MASTER_CONTROLLER AND RETURN. "Return to original report after report execution complete
SUBMIT IUUC_PARALL_MASTER_CONTROLLER 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_FSTDAY = Date of first start
Selection Text: P_FSTTIM = Time of first start
Selection Text: P_JOBS = Number of transfer jobs
Selection Text: P_LSTDAY = Day of last run
Selection Text: P_LSTTIM = Time of last run
Selection Text: P_PACK = D Pack ID
Selection Text: P_PHASE = D Phase
Selection Text: P_WAIT = Wait time till next scheduling
Title: Start data transfer in parallel to production (full incrementality)
Text Symbol: 001 = min
Text Symbol: FUN = Replay Master Controller


INCLUDES used within this REPORT IUUC_PARALL_MASTER_CONTROLLER

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:

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

DB_COMMIT CALL FUNCTION 'DB_COMMIT'.

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_session_id = g_session_id im_restart = abap_true i_no_of_jobs = g_jobs i_ddic_check = abap_true.

DEQUEUE_E_DMC_MT_TABLES CALL FUNCTION 'DEQUEUE_E_DMC_MT_TABLES' EXPORTING mode_dmc_mt_tables = 'E' id = p_mt_id.

ENQUEUE_E_DMC_MT_TABLES CALL FUNCTION 'ENQUEUE_E_DMC_MT_TABLES' EXPORTING mode_dmc_mt_tables = 'E' id = p_mt_id EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

END_TIME_DETERMINE CALL FUNCTION 'END_TIME_DETERMINE' EXPORTING duration = p_wait unit = 'MIN' IMPORTING end_date = l_nxtstrtdate end_time = l_nxtstrttime EXCEPTIONS OTHERS = 0.

END_TIME_DETERMINE CALL FUNCTION 'END_TIME_DETERMINE' EXPORTING duration = 1 unit = 'MIN' IMPORTING end_date = l_nxtstrtdate end_time = l_nxtstrttime EXCEPTIONS OTHERS = 0.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = l_jobname IMPORTING jobcount = l_jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = l_jobcount jobname = l_jobname sdlstrtdt = l_nxtstrtdate sdlstrttm = l_nxtstrttime EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 invalid_target = 8 OTHERS = 9.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = l_jobname IMPORTING jobcount = l_jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = l_jobcount jobname = l_jobname strtimmed = abap_true EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 invalid_target = 8 OTHERS = 9.



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