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

IUUC_COMP_TAB_CLASSIFICATION SAP ABAP Report - IUUC: Compare Table Classification







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


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_COMP_TAB_CLASSIFICATION. "Basic submit
SUBMIT IUUC_COMP_TAB_CLASSIFICATION AND RETURN. "Return to original report after report execution complete
SUBMIT IUUC_COMP_TAB_CLASSIFICATION 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_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)


INCLUDES used within this REPORT IUUC_COMP_TAB_CLASSIFICATION

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

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.



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