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

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




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




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

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

The IUUC_TAB_EVALCV table consists of various fields, each holding specific information or linking keys about IUUC Table analysis: evaluation of table usage (customer) data available in SAP. These include VERSION (obsolete), TABNAME (Table Name), TABCLASS (Table category), SQLTAB (Name of an SQL table or an appended table).. 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_EVALCV 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
SYSIDName of SAP System SYSYSIDCHAR8SYCHAR08
VERSIONobsolete IUUC_VERSIONCHAR18
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
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
PROCESS_OPTIONIUUC process option IUUC_PROCESS_OPTIONNUMC1IUUC_PROCESS_OPTION
EVAL_STATETable evaluation state IUUC_EVAL_STATECHAR1IUUC_EVAL_STATE

Key field Non-key field



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

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

SELECT SINGLE *
FROM IUUC_TAB_EVALCV
INTO CORRESPONDING FIELDS OF WA_IUUC_TAB_EVALCV
WHERE...

How to access SAP table IUUC_TAB_EVALCV

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