IUUC_DELTA_REPLAY_CHECK 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_DELTA_REPLAY_CHECK 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: P_ALL = Start for all tables
Selection Text: P_MTID = D Mass Transfer ID
Selection Text: P_RCONLY = Count RECORD_ONLY also
Selection Text: P_START = D Time stamp
Selection Text: P_TRACK = Save in Tracking
Title: IUUC: Check Delta Replay
Text Symbol: FUN = Check Delta Replay Status
INCLUDE CNV_MBT_SM_PARAMS_NODISPLAY.
No SAP DATABASE tables are accessed within this REPORT code!
CNV_MBT_AUTHORITY_CHECK CALL FUNCTION 'CNV_MBT_AUTHORITY_CHECK' EXPORTING im_area = 'SLOP' im_level = 'PACKAGE' im_activity = '03'.
ENQUEUE_E_DMC_DDIC CALL FUNCTION 'ENQUEUE_E_DMC_DDIC' EXPORTING mode_dmc_ddic_enq = 'E' ddname = 'IUUC_DR_CHECK' EXCEPTIONS OTHERS = 1.
DEQUEUE_E_DMC_DDIC CALL FUNCTION 'DEQUEUE_E_DMC_DDIC' EXPORTING mode_dmc_ddic_enq = 'E' ddname = 'IUUC_DR_CHECK'.
IUUC_MU_CHECK_ENTRIES_LOG_TBL CALL FUNCTION 'IUUC_MU_CHECK_ENTRIES_LOG_TBL' DESTINATION l_rfcdest_snd EXPORTING i_check_finished = true i_consumer_guid = ls_iuuc_header-scenario_guid TABLES ct_table_entries = lt_entries EXCEPTIONS system_failure = 1 MESSAGE msg_text communication_failure = 2 MESSAGE msg_text.
IUUC_CHECK_ENTRIES_LOGGING_TBL CALL FUNCTION 'IUUC_CHECK_ENTRIES_LOGGING_TBL' DESTINATION l_rfcdest_snd EXPORTING i_check_finished = true TABLES ct_table_entries = lt_entries EXCEPTIONS system_failure = 1 MESSAGE msg_text communication_failure = 2 MESSAGE msg_text.
IUUC_MU_COUNT_ENTRIES_LOG_TBL CALL FUNCTION 'IUUC_MU_COUNT_ENTRIES_LOG_TBL' DESTINATION l_rfcdest_snd EXPORTING i_tabname = ls_entries-shadowtab_name i_logtab_name = ls_entries-tabname i_is_pooltab = ls_entries-is_pooltab i_type = 'U' i_consumer_guid = ls_iuuc_header-scenario_guid IMPORTING et_result = lt_result EXCEPTIONS system_failure = 1 MESSAGE msg_text communication_failure = 2 MESSAGE msg_text.
IUUC_COUNT_ENTRIES_LOGGING_TBL CALL FUNCTION 'IUUC_COUNT_ENTRIES_LOGGING_TBL' DESTINATION l_rfcdest_snd EXPORTING i_tabname = ls_entries-shadowtab_name i_logtab_name = ls_entries-tabname i_is_pooltab = ls_entries-is_pooltab i_type = 'U' IMPORTING et_result = lt_result EXCEPTIONS system_failure = 1 MESSAGE msg_text communication_failure = 2 MESSAGE msg_text.
IUUC_MU_COUNT_ENTRIES_LOG_TBL CALL FUNCTION 'IUUC_MU_COUNT_ENTRIES_LOG_TBL' DESTINATION l_rfcdest_snd EXPORTING i_tabname = ls_entries-shadowtab_name i_logtab_name = ls_entries-tabname i_is_pooltab = ls_entries-is_pooltab i_type = 'D' i_consumer_guid = ls_iuuc_header-scenario_guid IMPORTING et_result = lt_result EXCEPTIONS system_failure = 1 MESSAGE msg_text communication_failure = 2 MESSAGE msg_text.
IUUC_COUNT_ENTRIES_LOGGING_TBL CALL FUNCTION 'IUUC_COUNT_ENTRIES_LOGGING_TBL' DESTINATION l_rfcdest_snd EXPORTING i_tabname = ls_entries-shadowtab_name i_logtab_name = ls_entries-tabname i_is_pooltab = ls_entries-is_pooltab i_type = 'D' IMPORTING et_result = lt_result EXCEPTIONS system_failure = 1 MESSAGE msg_text communication_failure = 2 MESSAGE msg_text.
IUUC_COUNT_ENTRIES_LOGGING_TBL CALL FUNCTION 'IUUC_COUNT_ENTRIES_LOGGING_TBL' DESTINATION l_rfcdest_snd EXPORTING i_tabname = ls_entries-shadowtab_name i_logtab_name = ls_entries-tabname i_is_pooltab = ls_entries-is_pooltab i_type = 'I' IMPORTING et_result = lt_result EXCEPTIONS system_failure = 1 MESSAGE msg_text communication_failure = 2 MESSAGE msg_text.
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_DELTA_REPLAY_CHECK - IUUC: Check Delta Replay IUUC_DELTA_REPLAY_CHECK - IUUC: Check Delta Replay IUUC_DELETE_TRIGGERS_REMOTE - Delete IUUC triggers IUUC_DELETE_TRIGGERS_REMOTE - Delete IUUC triggers IUUC_DELETE_TABLE_ENTRIES_RCV - Delete all table entries in the receiver system prior to complete trns IUUC_DELETE_TABLE_ENTRIES_RCV - Delete all table entries in the receiver system prior to complete trns