IUUC_TAB_EVALV SAP (IUUC Table analysis: evaluation of table usage (SAP)) Table details

Dictionary Type: Table
Description: IUUC Table analysis: evaluation of table usage (SAP)




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




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

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

The IUUC_TAB_EVALV table consists of various fields, each holding specific information or linking keys about IUUC Table analysis: evaluation of table usage (SAP) data available in SAP. These include TABNAME (Table Name), RELEASE_FROM (SAP Release), RELEASE_TO (SAP Release), SOFT_COMPONENT (Software Component).. 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_EVALV 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
VERSIONobsolete IUUC_VERSIONCHAR18
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
RELEASE_FROMSAP Release SAPRELEASECHAR10CHAR10
RELEASE_TOSAP Release SAPRELEASECHAR10CHAR10
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
ENTRIESNumber of table entries IUUC_COUNTINT410
BUSINESS_USEBusines use of a table IUUC_BUSINESS_USECHAR1IUUC_BUSINESS_USE
XINCChanges of the process option are critical for this table IUUC_XINCCHAR1IUUC_XINC
XPREVENTFlag: Table changes can be prevented via system settings IUUC_XPREVENTCHAR1IUUC_XPREVENT
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
IUUC_EXCPT_VERSobsolete IUUC_VERSIONCHAR18

Key field Non-key field



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

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

SELECT SINGLE *
FROM IUUC_TAB_EVALV
INTO CORRESPONDING FIELDS OF WA_IUUC_TAB_EVALV
WHERE...

How to access SAP table IUUC_TAB_EVALV

Within an ECC or HANA version of SAP you can also view further information about IUUC_TAB_EVALV 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!