SAP Reports / Programs

IUUC_RECON_MONITOR SAP ABAP Report - IUUC: Data reconciliation monitor







IUUC_RECON_MONITOR 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_RECON_MONITOR 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_RECON_MONITOR. "Basic submit
SUBMIT IUUC_RECON_MONITOR AND RETURN. "Return to original report after report execution complete
SUBMIT IUUC_RECON_MONITOR 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_PHASE = D Phase
Selection Text: P_PACK = D Pack ID
Selection Text: P_MTID = D Mass Transfer ID
Selection Text: P_ACT_ID = D Activity ID
Title: IUUC: Data reconciliation monitor
Text Symbol: F32 = Receiver Fieldname
Text Symbol: F33 = Restart
Text Symbol: F34 = Table class
Text Symbol: LFA = Failure
Text Symbol: LGR = Ok
Text Symbol: LIN = Not Processed
Text Symbol: LIP = Scheduled
Text Symbol: LRE = Error
Text Symbol: LTR = In Process
Text Symbol: LYE = Warnings
Text Symbol: RCV = Receiver
Text Symbol: RSP = Reset Stop Flag
Text Symbol: RST = Reset
Text Symbol: RVA = Receiver Value
Text Symbol: SMP = Sample
Text Symbol: SMR = Sample Record
Text Symbol: SND = Sender
Text Symbol: SNP = Propose Sequence
Text Symbol: SNV = Sender Value
Text Symbol: SO1 = Sort by table name
Text Symbol: SO2 = Sort by table class
Text Symbol: SO3 = Sort by logging records
Text Symbol: SO4 = Sort by sequence number
Text Symbol: SYS = System
Text Symbol: TH1 = Mass Transfer ID
Text Symbol: TH2 = Sender System
Text Symbol: TH3 = Server
Text Symbol: TH4 = RFC Destination
Text Symbol: TH5 = Current Date
Text Symbol: TH6 = Receiver System
Text Symbol: TSM = Summary
Text Symbol: VAL = Value
Text Symbol: XVL = Hexadecimal Value





Text Symbol: ALL = Show All
Text Symbol: BLK = Block
Text Symbol: CDC = Data changed. Save Data ?
Text Symbol: CLT = Count Logging Entries
Text Symbol: CRE = Create new entry
Text Symbol: CRU = Job(s) Running
Text Symbol: CSC = Job(s) Scheduled
Text Symbol: F01 = Table Name
Text Symbol: F02 = Log Table Name
Text Symbol: F03 = Records Logging Table
Text Symbol: F04 = Records Sender
Text Symbol: F05 = Records Receiver
Text Symbol: F06 = Differences
Text Symbol: F07 = Not in Sender
Text Symbol: F08 = Not in Receiver
Text Symbol: F09 = Start
Text Symbol: F10 = End
Text Symbol: F11 = Duration
Text Symbol: F12 = SQL Table
Text Symbol: F13 = Processed Keys
Text Symbol: F14 = Start Sender
Text Symbol: F15 = End Sender
Text Symbol: F16 = Duration Sender
Text Symbol: F17 = Start Receiver
Text Symbol: F18 = End Receiver
Text Symbol: F19 = Duration Receiver
Text Symbol: F20 = Status
Text Symbol: F21 = Selected Keys
Text Symbol: F22 = Sequence Number
Text Symbol: F23 = Block
Text Symbol: F24 = Portion Size Key Selection
Text Symbol: F25 = Portion Size Record Selection
Text Symbol: F26 = Process Option
Text Symbol: F27 = Differences UC
Text Symbol: F28 = Sequence Number
Text Symbol: F29 = Max. parallel Jobs
Text Symbol: F30 = Fieldname
Text Symbol: F31 = No Check


INCLUDES used within this REPORT IUUC_RECON_MONITOR

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