IUUC_COMP_CLASS_EXCPT_TABLES is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report compares the process option assigned to a certain table in a certain mass transfer to the process option that should be assigned to that table according to the classification exception table (in case the table is referred to in the exception table)...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter IUUC_COMP_CLASS_EXCPT_TABLES 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_ENHPAK = Enhancement Package
Selection Text: P_MT_ID = D Mass Transfer ID
Selection Text: P_NEWBAS = Receiver system basis release
Selection Text: P_OLDBAS = Sender system basis release
Title: Compare process option assigned in IUUC_TABLES to IUUC_TABLE_EXCPT
001 Table Name Tables Version Excpt. Version
No INCLUDES are used within this REPORT code!
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 = '02'.
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_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 IUUC_COMPARE_CLUSTER_TABLES - IUUCCOMPARECLUSTERTABLES IUUC_COMPARE_CLUSTER_TABLES - IUUCCOMPARECLUSTERTABLES