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
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_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
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.
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.
IUUC_RECON_MONITOR - IUUC: Data reconciliation monitor IUUC_RECON_MONITOR - IUUC: Data reconciliation monitor IUUC_RECON_F2F - IUUC: Reconciliation Field to Field Comparison IUUC_RECON_F2F - IUUC: Reconciliation Field to Field Comparison IUUC_RAMP_DOWN_VERIFY - IUUC: check if Ramp Down Prerequisites are fulfilled IUUC_RAMP_DOWN_VERIFY - IUUC: check if Ramp Down Prerequisites are fulfilled