HUINV_ITEM SAP (Handling Unit: Physical Inventory Document Item) Table details

Dictionary Type: Table
Description: Handling Unit: Physical Inventory Document Item




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




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

HUINV_ITEM is a standard SAP Table which is used to store Handling Unit: Physical Inventory Document Item data and is available within R/3 SAP systems depending on the version and release level.

The HUINV_ITEM table consists of various fields, each holding specific information or linking keys about Handling Unit: Physical Inventory Document Item data available in SAP. These include HANDLE (UUID in X form (binary)), ITEM_NR (Item Number from the Inventory Document), VENUM (Internal Handling Unit Number), VEPOS (Handling Unit Item).. 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: Can be enhanced (character-type or numeric)


SAP HUINV_ITEM 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 ID SYMANDTCLNT3Assigned to domainMANDT
HANDLEUUID in X form (binary) SYSUUID_XRAW16SYSUUID
ITEM_NRItem Number from the Inventory Document HUINV_ITEMNRNUMC6
VENUMInternal Handling Unit Number VENUMCHAR10Assigned to domainALPHAVENUMVEL
VEPOSHandling Unit Item VEPOSNUMC6Assigned to domainVEPOS
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
HUEXISTHandling unit physically exists HUINV_HUEXISTCHAR1XFELD
HUEXISTNOTHandling unit does not physically exist HUINV_HUEXNOTCHAR1XFELD
VHILMPackaging Materials VHILMCHAR18Assigned to domainMATN1MATNR
EXIDVExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
TOP_EXIDVIdentification of the highest HU in a hierarchy HUINV_TOP_HUCHAR20ALPHAEXIDV
VEMNGBase Quantity Packed in the Handling Unit Item VEMNGQUAN15(3) MENG15
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
QUANTITYBase Quantity Packed in the Handling Unit Item VEMNGQUAN15(3) MENG15
ALTMEAlternative unit of measure for stock unit of measure VV_ALTMEUNIT3Assigned to domainCUNITMEINS
HUINV_NULLItem was counted with zero quantity HUINV_NULLCHAR1XFELD
IVPOSItem number in inventory document LVS_IVPOSNUMC4LVS_IVPOS
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
GRUNDReason for Movement MB_GRBEWNUMC4T157DMB_GRBEW
COUNT_NRCount Indicator for Item HUINV_COUNT_NRCHAR1XFELD
CHANGE_USERName of the user that changed the data record HUINV_USER_CHCHAR12USNAM
CHANGE_DATEDate on which the data record was changed HUINV_DATA_CHDATS8DATUM
CHANGE_TIMETime at which the data record was changed HUINV_TIME_CHTIMS6UZEIT
COUNTEDInventory document/item is completely counted HUINV_COUNTEDCHAR1XFELD
DELETEDInventory document/item was deleted HUINV_DELETECHAR1XFELD
POSTEDInventory document/item was cleared HUINV_POSTEDCHAR1XFELD
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
MBLPOItem in Material Document MBLPONUMC4MBLPOPOS
FLAG_SNRCheckbox XFELDCHAR1XFELD
UEVELHigher-Level Handling Unit UEVELCHAR10Assigned to domainALPHAVENUM
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM

Key field Non-key field



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

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

SELECT SINGLE *
FROM HUINV_ITEM
INTO CORRESPONDING FIELDS OF WA_HUINV_ITEM
WHERE...

How to access SAP table HUINV_ITEM

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