IUUC_DUMP_ANALYZE 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_DUMP_ANALYZE 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.
Selection Text: S_UZEIT = D Time
Selection Text: S_UNAME = D User
Selection Text: S_MANDT = D Client number
Selection Text: S_EMAIL = D E-Mail Address
Selection Text: S_DATUM = D Current Date
Selection Text: S_AHOST = D Host
Selection Text: P_LSTTIM = Time of last run
Selection Text: P_LSTDAY = Day of last run
Selection Text: P_IUUC = Show freeze dumps only
Selection Text: P_DIALOG =
Selection Text: P_BATCH =
Title: IUUC Dump Analyze
Text Symbol: F20 = Execution Mode
Text Symbol: F21 = Start Time
Text Symbol: FR1 = Mode
Text Symbol: FR2 = Selection
Text Symbol: FR3 = Settings
Text Symbol: HST = Host
Text Symbol: INT = Analyze Interval
Text Symbol: LIM = Limit Dump output per table
Text Symbol: MXD = Maximum Number of Dumps
Text Symbol: NDP = No Dumps occurred
Text Symbol: NOE = Don't send an e-mail if no dump occured
Text Symbol: PER = Execute periodically, every
Text Symbol: PHR = hours
Text Symbol: PMN = minutes
Text Symbol: SUB = NZDT Dump Monitoring
Text Symbol: SYS = System
Text Symbol: TFR = Time from
Text Symbol: BTC = Schedule Monitoring
Text Symbol: DDL = Last &1 dumps displayed
Text Symbol: DFR = Date from
Text Symbol: DIA = Show Data
Text Symbol: DMP = Number of Dumps
Text Symbol: DTO = to
Text Symbol: EMB = Background Job
Text Symbol: EMC = Batch Input
Text Symbol: EMD = Dialog
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
START_TIME_DETERMINE CALL FUNCTION 'START_TIME_DETERMINE' EXPORTING duration = g_duration unit = 'MIN' IMPORTING start_date = p_datefr start_time = p_timefr EXCEPTIONS OTHERS = 0.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = 'IUUC_DUMP_ANALYZE' i_callback_user_command = 'GRID_USER_COMMAND' is_layout = gs_layout it_fieldcat = gt_fieldcat TABLES t_outtab = gt_outtab EXCEPTIONS OTHERS = 0.
END_TIME_DETERMINE CALL FUNCTION 'END_TIME_DETERMINE' EXPORTING duration = g_duration unit = 'MIN' IMPORTING end_date = g_nxtstrtdate end_time = g_nxtstrttime EXCEPTIONS OTHERS = 0.
RS_ST22_GET_APPCOMP CALL FUNCTION 'RS_ST22_GET_APPCOMP' EXPORTING p_progname = xs_outtab-program IMPORTING p_appcomp = xs_outtab-component EXCEPTIONS program_not_found = 1 devclass_not_found = 2 appcomp_not_found = 3 OTHERS = 4.
RS_SNAP_DUMP_DISPLAY CALL FUNCTION 'RS_SNAP_DUMP_DISPLAY' EXPORTING ahost = ls_outtab-ahost datum = ls_outtab-datum mandt = ls_outtab-mandt modno = ls_outtab-modno seqno = '000' uname = ls_outtab-uname uzeit = ls_outtab-uzeit EXCEPTIONS OTHERS = 0.
BP_JOB_READ CALL FUNCTION 'BP_JOB_READ' EXPORTING job_read_jobname = ls_outtab-jobname job_read_jobcount = ls_outtab-jobcount job_read_opcode = 20 "read all jobdata IMPORTING job_read_jobhead = ls_job_head TABLES job_read_steplist = lt_job_steplist EXCEPTIONS job_doesnt_exist = 1 OTHERS = 2.
BP_JOB_EDITOR CALL FUNCTION 'BP_JOB_EDITOR' EXPORTING job_editor_dialog = 'Y' job_editor_opcode = 12 "Show job_head_input = ls_job_head TABLES job_steplist = lt_job_steplist EXCEPTIONS OTHERS = 0.
JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = co_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 = co_jobname strtimmed = 'X' 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_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = l_jobcount jobname = co_jobname sdlstrtdt = i_start_date sdlstrttm = i_start_time 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.
BP_JOBLOG_READ CALL FUNCTION 'BP_JOBLOG_READ' EXPORTING client = ls_tbtco-authckman jobcount = ls_tbtco-jobcount joblog = ls_tbtco-joblog jobname = ls_tbtco-jobname TABLES joblogtbl = lt_tbtc5 EXCEPTIONS cant_read_joblog = 1 jobcount_missing = 2 joblog_does_not_exist = 3 joblog_is_empty = 4 joblog_name_missing = 5 jobname_missing = 6 job_does_not_exist = 7 OTHERS = 8.
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_DUMP_ANALYZE or its description.
IUUC_DUMP_ANALYZE - IUUC Dump Analyze IUUC_DUMP_ANALYZE - IUUC Dump Analyze IUUC_DUAL_MAINTENANCE_INFO - List table changes relevant for dual maintenance IUUC_DUAL_MAINTENANCE_INFO - List table changes relevant for dual maintenance IUUC_DOWNTIM_MASTER_CONTROLLER - Start data transfer in the downtime phase IUUC_DOWNTIM_MASTER_CONTROLLER - Start data transfer in the downtime phase