IUUC_STOP_LOGGING_TABL_CLEANUP 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_STOP_LOGGING_TABL_CLEANUP 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_MT_ID = D Mass Transfer ID
Title: Stop Cleanup of Logging Table Entries in the sender system
INCLUDE CNV_MBT_SM_PARAMS_NODISPLAY.
No SAP DATABASE tables are accessed within this REPORT code!
IUUC_STOP_LOGGING_TABL_CLEANUP CALL FUNCTION 'IUUC_STOP_LOGGING_TABL_CLEANUP' DESTINATION g_sndrfc EXPORTING it_logtab_continue = gt_final_tabs EXCEPTIONS communication_failure = 1 MESSAGE g_msgtext system_failure = 2 MESSAGE g_msgtext.
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_STOP_LOGGING_TABL_CLEANUP - Stop Cleanup of Logging Table Entries in the sender system IUUC_STOP_LOGGING_TABL_CLEANUP - Stop Cleanup of Logging Table Entries in the sender system IUUC_STOP_FIND_LOG_TAB_ENTRIES - Stop data transfer in parallel to production (full incrementality) IUUC_STOP_FIND_LOG_TAB_ENTRIES - Stop data transfer in parallel to production (full incrementality) IUUC_START_DELAYED_TRANSFER - Schedule Jobs for IUUC Delta Transfer after GoLive IUUC_START_DELAYED_TRANSFER - Schedule Jobs for IUUC Delta Transfer after GoLive