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

IUUC_DELTA_REPLAY_CHECK SAP ABAP Report - IUUC: Check Delta Replay







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


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_DELTA_REPLAY_CHECK. "Basic submit
SUBMIT IUUC_DELTA_REPLAY_CHECK AND RETURN. "Return to original report after report execution complete
SUBMIT IUUC_DELTA_REPLAY_CHECK 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_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


INCLUDES used within this REPORT IUUC_DELTA_REPLAY_CHECK

INCLUDE CNV_MBT_SM_PARAMS_NODISPLAY.


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:

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.



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