UII_IUID SAP (Unique Item Identifier) Table details

Dictionary Type: Table
Description: Unique Item Identifier




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




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

UII_IUID is a standard SAP Table which is used to store Unique Item Identifier data and is available within R/3 SAP systems depending on the version and release level.

The UII_IUID table consists of various fields, each holding specific information or linking keys about Unique Item Identifier data available in SAP. These include EQUNR (Equipment Number), UII (Unique Item Identifier (CHAR128)), UID_IEA (External Allocation of UII), IUID_TYPE (Structure Type of UII).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP UII_IUID 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
EQUNREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
UIIUnique Item Identifier (CHAR128) UII_CHAR128CHAR128UII_CHAR128
UID_IEAExternal Allocation of UII UID_IEACHAR1UID_IEA
IUID_TYPEStructure Type of UII IUID_TYPECHAR10Assigned to domainIUID_TYPEH_IUID_TYPE
UII_PLANTPlant Responsible for UII UII_PLANTCHAR4Assigned to domainWERKSWRKH_T001W_C
UID_IAC_IDIssuing Agency Code UID_IAC_IDCHAR3Assigned to domainUID_IAC_ID
UID_EIDEnterprise Identifier UID_EIDCHAR18UID_EIDH_UID_EID
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SERNRSerial Number GERNRCHAR18GERNRGERNRSER
IUID_IDENTIUID Identifier Part IUID_IDENTCHAR100IUID_IDENT

Key field Non-key field



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

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

SELECT SINGLE *
FROM UII_IUID
INTO CORRESPONDING FIELDS OF WA_UII_IUID
WHERE...

How to access SAP table UII_IUID

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