IUUC_DELTA_REPLAY_TRACKING 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_TRACKING 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: RB_TRACK = Progress Track
Selection Text: RB_CHECK = Check Replay Status
Selection Text: P_MTID = D Mass Transfer ID
Selection Text: CB_SHWAL = Show all tables
Title: IUUC: Replay Tracking
Text Symbol: F15 = Remaining Time (Average)
Text Symbol: F16 = Remaining Records
Text Symbol: F17 = Insert
Text Symbol: F18 = Update
Text Symbol: F19 = Delete
Text Symbol: FR1 = Tracking Mode
Text Symbol: HIS = History
Text Symbol: ICM = There are still unprocessed logging table entries
Text Symbol: RB1 = Progress Tracking
Text Symbol: RB2 = Check Replay Status
Text Symbol: RB3 = Get Statistik Information
Text Symbol: SRC = Source
Text Symbol: TH1 = Mass Transfer ID
Text Symbol: TH2 = Total
Text Symbol: TH3 = Processed
Text Symbol: TH4 = Percentage
Text Symbol: TH5 = Delta
Text Symbol: TH6 = Delta Final
Text Symbol: TH7 = Record Only
Text Symbol: TH8 = Date
Text Symbol: TH9 = Time
Text Symbol: F14 = Process Factor (Average)
Text Symbol: CHK = Delta Replay Check
Text Symbol: CIP = Import Count Result
Text Symbol: CMP = All logging table entries have been processed
Text Symbol: CNF = Full Count
Text Symbol: CNI = Full Count - incremental
Text Symbol: CNS = Start Count
Text Symbol: CNT = Start Count for Selection
Text Symbol: CNU = Count Unprocessed Records
Text Symbol: CRU = Job(s) Running
Text Symbol: CSC = Job(s) Scheduled
Text Symbol: DBS = Database Script
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'.
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_TRACKING - IUUC: Replay Tracking IUUC_DELTA_REPLAY_TRACKING - IUUC: Replay Tracking 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