IUUC_TAB SAP Message class IUUC: Messages for table analysis









IUUC_TAB is a standard message class available within your SAP system (depending on your version and release level). Below is a list of all the messages available for within this class and a link to any long text associated with each message. These messages are very simple to use and can be implemented into your ABAP code using the MESSAGE statement and the following syntax.

MESSAGE I001(IUUC_TAB).

Note the value "I" represents an information messsage but can be replaced with E for error, W for warning, S for Status/Success, A for Abend/Termination and X for exit which does not display a message and causes a runtime error. Click here for more information about SAP Messages.

Messages can also contain the & symbol, this means custom values can be added to the message when it is displayed, this is done using the WITH statement

MESSAGE I001(IUUC_TAB) with ld_field1.

Message class details can be viewed directly within your SAP system by entering the object name IUUC_TAB into the relevant SAP transaction such as SE91 or SE80.

000 - No table matches the selection criteria

001 - Select a row

002 - Changes saved successfully

003 - No tables for mass transfer &1 found

004 - All selected standard tables have already been analyzed

005 - &1 standard SAP tables on prod. system haven't been classified yet

006 - &1 customer tables on prod. system haven't been classified yet

007 - Customer tables for system &1 haven't been analyzed

008 - No valid package assigment for table &1

009 - Only test run - result not persisted!

010 - Cross-client table &1 will be set to 'freeze'

011 - Table &1 will be set to 'freeze', as its delivery class is &2

012 - Process option &1 set for table &2 &3 &4

013 - Table &1 has not yet been classified for mass transfer

014 - Process option conflict detected for physical cluster table &1

015 - No rfc destination specified - analysis is done in local system

016 - Access to upgrade system failed - table analysis canceled

017 - Process option determination conflict for table &1

018 - There are still unprocessed conflicts left

019 - There are still objects with process option 'undefined'

020 - Undefined error when reading classification tables

021 - The following tables are classified both as customer and SAP tables:

022 - No exception table entries exist for version &1

023 - &1 entries read for version &2

024 - &1 entries inserted for version &2

025 - Remote access to upgrade system failed

026 - System ID of original system &1 could not be determined

027 - Table &1 has already been classified

028 - The table you added is a pool table

029 - Invalid entries in Exception Table (IUUC_TABLE_EXCPT)

030 - Table &1 not found in &2!

031 - Text Table &1 should not be set to FREEZE, because it refers to &2

032 - For table &1, process option &2 is kept from previous conflict handling

033 - Corresponding table entry missing in table iuuc_kb_xpra_gen

034 - Corresponding table entry missing in table iuuc_kb_aim_gen

035 - Table & not found in the sender system (RFC=&); will not be included!

036 - Table &1 unknown; possibly deleted? Table not classified - check w. owner

037 - Table &1 unknown in ABAP DDIC but exists on DB. Resolve inconsistency

800 - Please Select Customer-MT-Id

899 - & & & &



Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!