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

IUUC_DELTA_REPLAY_TRACKING SAP ABAP Report - IUUC: Replay Tracking







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


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_TRACKING. "Basic submit
SUBMIT IUUC_DELTA_REPLAY_TRACKING AND RETURN. "Return to original report after report execution complete
SUBMIT IUUC_DELTA_REPLAY_TRACKING 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: 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





Text Symbol: EXE = Start Check for Selection
Text Symbol: EXS = Start Check
Text Symbol: F01 = Table Name
Text Symbol: F02 = Log Table Name
Text Symbol: F03 = Process Option
Text Symbol: F04 = Percentage
Text Symbol: F05 = Growth/h
Text Symbol: F06 = Processed/h
Text Symbol: F07 = Total
Text Symbol: F08 = Processed
Text Symbol: F09 = Process Factor
Text Symbol: F10 = Remaining Time
Text Symbol: F11 = Delta
Text Symbol: F12 = Status
Text Symbol: F13 = Not Processed


INCLUDES used within this REPORT IUUC_DELTA_REPLAY_TRACKING

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'.



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