SAP Reports / Programs

IUUC_RECON_F2F SAP ABAP Report - IUUC: Reconciliation Field to Field Comparison







IUUC_RECON_F2F 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_F2F 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_F2F. "Basic submit
SUBMIT IUUC_RECON_F2F AND RETURN. "Return to original report after report execution complete
SUBMIT IUUC_RECON_F2F 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_UC_NOX = Don't compare RAW fields
Selection Text: P_UC_MOD = Unicode Mode active
Selection Text: P_TRANS = Check Transparent Tables
Selection Text: P_TAB = D Table Name
Selection Text: P_SELTAB = Check individual tables
Selection Text: P_SELMT = Check all tables
Selection Text: P_ROWS = Selection Size (Rows)
Selection Text: P_POOL = Check Pool Tables
Selection Text: P_MTID = D Mass Transfer ID
Selection Text: P_MAXREC = Maximum Records to Check
Selection Text: P_JOB = Parallel Tasks
Selection Text: P_CMPLT = Check Complete Table
Selection Text: P_CLUST = Check Cluster Tables
Selection Text: P_CHKKEY = Check Keyfields only
Selection Text: P_CHKDEL = Check Deletions
Title: IUUC: Reconciliation Field to Field Comparison
Text Symbol: TRA = Transparent Tables
Text Symbol: SLI = Check individual tables
Text Symbol: SLA = Check all tables
Text Symbol: RES = Restart - Don't check finished tables
Text Symbol: RER = Rerun - Check finished tables also
Text Symbol: POZ = Process Option: Freeze
Text Symbol: POR = Process Option: Record Only
Text Symbol: POO = Other Process Options
Text Symbol: POL = Pool Tables
Text Symbol: POF = Process Option: Delta Final
Text Symbol: POD = Process Option: Delta
Text Symbol: POC = Process Option: Complete
Text Symbol: NRI = Create new Run ID
Text Symbol: FUN = Reconciliation - Field to Field Check
Text Symbol: FR6 = Unicode Mode Settings
Text Symbol: FR5 = Unicode Mode
Text Symbol: FR4 = Execution Mode
Text Symbol: FR3 = Option
Text Symbol: FR2 = Settings
Text Symbol: FR1 = Selection
Text Symbol: DSC = Description
Text Symbol: CLU = Cluster Tables





Text Symbol: CES = Show differences in fields containing Unicode Conversion errors
Text Symbol: CEI = Don't show differences in fields containing Unicode Conversion errors


INCLUDES used within this REPORT IUUC_RECON_F2F

No INCLUDES are used within this REPORT code!


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

IUUC_RECON_COMP_F2F CALL FUNCTION 'IUUC_RECON_COMP_F2F' STARTING NEW TASK g_task DESTINATION IN GROUP DEFAULT PERFORMING return_info ON END OF TASK EXPORTING i_mt_id = p_mtid i_tabname = gs_tables-tabname i_tabclass = gs_tables-tabclass i_sqltab = gs_tables-sqltab i_rfcdest_snd = g_rfcdest_snd i_rfcdest_rcv = g_rfcdest_rcv i_snd_saprel = g_snd_saprel i_rcv_saprel = g_rcv_saprel i_rows_key = gs_recon-portion_key i_rows_rec = gs_recon-portion_rec i_chkdel = p_chkdel i_maxrec = p_maxrec i_complete_check = p_cmplt i_check_keys = p_chkkey i_loghandle = g_loghandle i_uc_mode = p_uc_mod i_check_conv_error = p_uc_ces i_ignore_raw_fields = p_uc_nox i_runid = g_runid EXCEPTIONS rfc_communication_failure = 1 rfc_system_failure = 2 get_cluster_info_failed = 3 OTHERS = 4.

IUUC_RESET_F2F_POINTER CALL FUNCTION 'IUUC_RESET_F2F_POINTER' DESTINATION g_rfcdest_rcv EXPORTING i_logtab_name = i_logtab_name EXCEPTIONS system_failure = 1 MESSAGE msg_text communication_failure = 2 MESSAGE msg_text OTHERS = 3.

IUUC_RESET_F2F_POINTER CALL FUNCTION 'IUUC_RESET_F2F_POINTER' DESTINATION g_rfcdest_rcv EXPORTING i_logtab_name = i_tabname EXCEPTIONS system_failure = 1 MESSAGE msg_text communication_failure = 2 MESSAGE msg_text OTHERS = 3.



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