IUUC_TABLESV SAP (tables to be processed by IUUC - version table) Table details

Dictionary Type: Table
Description: tables to be processed by IUUC - version table




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




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

IUUC_TABLESV is a standard SAP Table which is used to store tables to be processed by IUUC - version table data and is available within R/3 SAP systems depending on the version and release level.

The IUUC_TABLESV table consists of various fields, each holding specific information or linking keys about tables to be processed by IUUC - version table data available in SAP. These include VERSION (obsolete), TABNAME (Table Name), SHADOWTAB_NAME (Table Name), 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_TABLESV 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
VERSIONobsolete IUUC_VERSIONCHAR18
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
SHADOWTAB_NAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
TABCLASSTable category IUUC_TABCLASSCHAR8IUUC_TABCLASS
SQLTABName of an SQL table or an appended table SQLAPPDTABCHAR30Assigned to domainAS4TAB
CONTFLAGDelivery class CONTFLAGCHAR1CONTFLAG
COBJ_GUIDDMC: Globally Unique Key (22 Characters) DMC_GUIDCHAR22SYSUUID_22
DEVCLASSPackage DEVCLASSCHAR30Assigned to domainDEVCLASSDVCDEVCLASS
COMPONENTSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
CLIDEPFlag indicating client-specific entries CLIDEPCHAR1CLIDEP
PROCESS_OPTIONIUUC process option IUUC_PROCESS_OPTIONNUMC1IUUC_PROCESS_OPTION
SHADOW_TABLE_GENindicator: shadow table generated IUUC_SHADOWTAB_GENCHAR1BOOLEAN
ENTRIES_FOUNDindicator: entries exist in the logging table IUUC_ENTRIES_FOUND_IN_LOGTABCHAR1BOOLEAN
TRIGGER_STATEtrigger state (initial, created, activated, deactivated) IUUC_TRIGGER_STATENUMC1IUUC_TRIGGER_STATE
TRG_DEACT_RCVindicator: triggers in receiver have been deactivated IUUC_TRG_DEACT_RCVCHAR1BOOLEAN
IN_PROCESSBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
FAILEDBoolean Variable (X=True, -=False, Space=Unknown) BOOLEANCHAR1BOOLEAN
RCV_TAB_DELindicator: entries in receiver tables have been deleted IUUC_RCV_TAB_DELCHAR1BOOLEAN
ORIGINorigin of table upload (table upload, table classif...) IUUC_TAB_ORIGINCHAR1IUUC_TAB_ORIGIN
PROCOPT_CONFL_STconflict state concerning process option (classification) IUUC_PROCOPT_CONFLICT_STATENUMC1IUUC_PROCOPT_CONFLICT_STATE
CLASSIF_PROCOPTIUUC process option IUUC_PROCESS_OPTIONNUMC1IUUC_PROCESS_OPTION
CHANGE_CRITICALChanges of the process option are critical for this table IUUC_XINCCHAR1IUUC_XINC
CURSETTINGFlag: Object belongs to current settings CURSETTINGCHAR1X
IUUC_EVAL_VERSobsolete IUUC_VERSIONCHAR18

Key field Non-key field



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

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

SELECT SINGLE *
FROM IUUC_TABLESV
INTO CORRESPONDING FIELDS OF WA_IUUC_TABLESV
WHERE...

How to access SAP table IUUC_TABLESV

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