IUUC_COMP_TAB_CLASSIFICATION 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_COMP_TAB_CLASSIFICATION 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_RFCD2 = RFC Destination
Selection Text: P_RFCD1 = RFC Destination
Selection Text: P_MTIDR2 = Mass Transfer ID
Selection Text: P_MTIDR1 = Mass Transfer ID
Selection Text: P_DIR2 = Filepath
Selection Text: P_DIR1 = Filepath
Title: IUUC: Compare Table Classification
Text Symbol: TH6 = Ok
Text Symbol: TH5 = Warning
Text Symbol: TH4 = Error
Text Symbol: TH3 = Source
Text Symbol: TH2 = Mass Transfer ID
Text Symbol: T05 = Source 2
Text Symbol: T04 = File
Text Symbol: T03 = RFC
Text Symbol: T02 = Source 1
Text Symbol: T01 = Settings
Text Symbol: SY2 = System 2
Text Symbol: SY1 = System 1
Text Symbol: RFC = Get Data via RFC
Text Symbol: M03 = Process option not set
Text Symbol: M02 = Different process option
Text Symbol: M01 = Table not included in &1
Text Symbol: FUN = Compare table classification
Text Symbol: FIL = Get Data from File
Text Symbol: F04 = Comment
Text Symbol: F03 = Process Option
Text Symbol: F02 = Tablename
Text Symbol: F01 = Status
Text Symbol: CM1 = @0S@ Enter the System ID of the Sender System (Productive System)
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'.
IUUC_GET_CLASSIFICATION_DATA CALL FUNCTION 'IUUC_GET_CLASSIFICATION_DATA' DESTINATION i_rfcdest EXPORTING i_mtid = i_mtid i_sysid = space TABLES et_tables = xt_tables EXCEPTIONS system_failure = 1 MESSAGE msg_text communication_failure = 2 MESSAGE msg_text OTHERS = 3.
DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'IUUC_PROCESS_OPTION' text = 'X' TABLES dd07v_tab = lt_proc_opt_txt.
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_COMP_TAB_CLASSIFICATION - IUUC: Compare Table Classification IUUC_COMP_TAB_CLASSIFICATION - IUUC: Compare Table Classification IUUC_COMP_CLASS_EXCPT_TABLES - Compare process option assigned in IUUC_TABLES to IUUC_TABLE_EXCPT IUUC_COMP_CLASS_EXCPT_TABLES - Compare process option assigned in IUUC_TABLES to IUUC_TABLE_EXCPT IUUC_COMPARE_NUM_OF_TABLE_ENTR - compare number of table entries in sender and receiver system IUUC_COMPARE_NUM_OF_TABLE_ENTR - compare number of table entries in sender and receiver system