IUUC_TAB_EVALUAT SAP (IUUC Table analysis: evaluation of table usage - OBSOLETE) Table details

Dictionary Type: Table
Description: IUUC Table analysis: evaluation of table usage - OBSOLETE




ABAP Code to SELECT data from IUUC_TAB_EVALUAT
Related tables to IUUC_TAB_EVALUAT
Access table IUUC_TAB_EVALUAT




Table field list including key, data, relationships and ABAP select examples

IUUC_TAB_EVALUAT is a standard SAP Table which is used to store IUUC Table analysis: evaluation of table usage - OBSOLETE data and is available within R/3 SAP systems depending on the version and release level.

The IUUC_TAB_EVALUAT table consists of various fields, each holding specific information or linking keys about IUUC Table analysis: evaluation of table usage - OBSOLETE data available in SAP. These include TABNAME (Table Name), SOFT_COMPONENT (Software Component), APP_COMPONENT (Application component ID), TABCLASS (Table category).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP IUUC_TAB_EVALUAT table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MT_IDDMC: Indicator for Mass Transfer DMC_MT_IDENTIFIERCHAR3CHAR03
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
SOFT_COMPONENTSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
APP_COMPONENTApplication component ID UFPS_POSIDCHAR24UFPS_POSID
TABCLASSTable category TABCLASSCHAR8TABCLASS
SQLTABName of an SQL table or an appended table SQLAPPDTABCHAR30Assigned to domainAS4TAB
CLIDEPFlag indicating client-specific entries CLIDEPCHAR1CLIDEP
CONTFLAGDelivery class CONTFLAGCHAR1CONTFLAG
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
XINCChanges of the process option are critical for this table IUUC_XINCCHAR1IUUC_XINC
PROCESS_OPTIONIUUC process option IUUC_PROCESS_OPTIONNUMC1IUUC_PROCESS_OPTION
EVAL_STATETable evaluation state IUUC_EVAL_STATECHAR1IUUC_EVAL_STATE
IN_SOBJBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
CLASSIF_SOURCEclassification source IUUC_CLASSIF_SOURCECHAR1IUUC_CLASSIF_SOURCE
CLASSIF_REASON classification reason0
PROCOPT_CONFL_STconflict state concerning process option (classification) IUUC_PROCOPT_CONFLICT_STATENUMC1IUUC_PROCOPT_CONFLICT_STATE
CONFLICT_SOURCEclassification source IUUC_CLASSIF_SOURCECHAR1IUUC_CLASSIF_SOURCE
CURSETTINGFlag: Object belongs to current settings CURSETTINGCHAR1X
OVERRIDE_ST10override ST10 data IUUC_OVERRIDE_ST10CHAR1BOOLEAN
WRITE_BEHAVIOURMWB: Transfer Behaviour of Conversion DMC_RTO_BEHAVIOURNUMC1DMC_RTO_BEHAVIOUR

Key field Non-key field



How do I retrieve data from SAP table IUUC_TAB_EVALUAT using ABAP code

The following ABAP code Example will allow you to do a basic selection on IUUC_TAB_EVALUAT to SELECT all data from the table
DATA: WA_IUUC_TAB_EVALUAT TYPE IUUC_TAB_EVALUAT.

SELECT SINGLE *
FROM IUUC_TAB_EVALUAT
INTO CORRESPONDING FIELDS OF WA_IUUC_TAB_EVALUAT
WHERE...

How to access SAP table IUUC_TAB_EVALUAT

Within an ECC or HANA version of SAP you can also view further information about IUUC_TAB_EVALUAT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


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!