SAP Reports / Programs

IUUC_REPL_MASTER_CONTROLLER SAP ABAP Report - Control initial load and replication for HANA







IUUC_REPL_MASTER_CONTROLLER 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 IUUC_REPL_MASTER_CONTROLLER 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 IUUC_REPL_MASTER_CONTROLLER. "Basic submit
SUBMIT IUUC_REPL_MASTER_CONTROLLER AND RETURN. "Return to original report after report execution complete
SUBMIT IUUC_REPL_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: PRB_FXTI = Start at fixed time
Selection Text: PRB_INTV = Start after time interv.
Selection Text: PRB_RLTI = Start after default time inter
Selection Text: P_INTUNI = time unit for interval
Selection Text: P_INTVMN = Wait time till next run (min)
Selection Text: P_JOBS = Number of Transfer Jobs
Selection Text: P_MT_ID = D Mass Transfer ID
Selection Text: P_STTIME = start time
Title: Control initial load and replication for HANA
Text Symbol: 001 = Fixed time for job scheduling
Text Symbol: 002 = Reschedule controller job after default time interval
Text Symbol: 003 = Reschedule controller job after
Text Symbol: 004 = Specify time of when job should start
Text Symbol: 005 = specify time interval between job starts
Text Symbol: 006 = Load allowed
Text Symbol: FUN = Replication Master Controller


INCLUDES used within this REPORT IUUC_REPL_MASTER_CONTROLLER

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:

DTL_SET_OBJECT_BLOCK_STATUS CALL FUNCTION 'DTL_SET_OBJECT_BLOCK_STATUS' EXPORTING i_mt_id = p_mt_id it_tabnames = lt_unblock_il i_block_step = space "unblock EXCEPTIONS OTHERS = 0.

DTL_MT_DATA_LOAD CALL FUNCTION 'DTL_MT_DATA_LOAD' "#EC * EXPORTING im_mode = gc_mode_exec im_mt_id = p_mt_id im_acc_prec_id = 1 im_test = space im_session_id = g_session_id im_restart = abap_true i_no_of_jobs = p_jobs * FCR 02.01.2012 begin

IUUC_CHANGE_PROCOPT_TO_DELTA CALL FUNCTION 'IUUC_CHANGE_PROCOPT_TO_DELTA' EXPORTING i_mt_id = p_mt_id i_new_procopt = cl_iuuc_table=>co_procopt_delta.

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