BAPIHUITEM SAP (Structure for Handling Unit Item) Structure details

Dictionary Type: Structure
Description: Structure for Handling Unit Item




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




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

BAPIHUITEM is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Structure for Handling Unit Item" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BAPIHUITEM TYPE BAPIHUITEM.

The BAPIHUITEM table consists of various fields, each holding specific information or linking keys about Structure for Handling Unit Item data available in SAP. These include HU_ITEM_NUMBER (Handling Unit Item), HU_ITEM_TYPE (Type of Handling-unit Item Content), OBJECT_DOC (Document number of the packed item), OBJ_ITEM_NUMBER (Item number).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP BAPIHUITEM structure 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
CLIENTClient MANDTCLNT3Assigned to domainMANDT
HU_ITEM_NUMBERHandling Unit Item VEPOSNUMC6Assigned to domainVEPOS
HU_ITEM_TYPEType of Handling-unit Item Content VELINCHAR1VELIN
OBJECT_DOCDocument number of the packed item VV_BELNRCHAR10Assigned to domainALPHAVBELN
OBJ_ITEM_NUMBERItem number VV_POSNRNUMC6Assigned to domainPOSNR
PACK_QTYBase Quantity Packed in the Handling Unit Item VEMNGQUAN15(3) MENG15
PACK_QTY_FLOATInternal field/ Do not use / LGMNG in float / MUM LGMNG_FLOFLTP16(16) FLTP
BASE_UNIT_QTY_ISOBase unit of measure of packed quantity (VEMNG) ISO VEMEH_ISOCHAR3Assigned to domainISOCD_UNIT
BASE_UNIT_QTYBase Unit of Measure of the Quantity to be Packed (VEMNG) VEMEHUNIT3Assigned to domainCUNITMEINS
ALT_UNIT_QTY_ISOAlternative unit of measure for stock unit ISO VV_ALTME_ISOCHAR3Assigned to domainISOCD_UNIT
LOWER_LEVEL_EXIDExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
ALT_UNIT_QTYAlternative unit of measure for stock unit of measure VV_ALTMEUNIT3Assigned to domainCUNITMEINS
NUMBER_PACK_MATNumber of Auxiliary Packaging Materials in the HU Item VEANZINT410ANZGL
FLAG_SUPLMT_ITEMIndicator: Supplementary item KZBEICHAR1XFELD
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
PLANTPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
STGE_LOCStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
INT_OBJ_NOConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
STOCK_CATStock Category in the Warehouse Management System BESTQCHAR1BESTQ
SPEC_STOCKSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SP_STCK_NOSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
INSPLOTInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
NO_OF_SERIAL_NUMBERSNumber of serial numbers ANZSNINT410INT4
SERNO_PROFSerial Number Profile SERAILCHAR4Assigned to domainSERAIL
ITEM_CATEGSales document item category PSTYVCHAR4Assigned to domainPSTYV
MATERIAL_PARTNERMaterial number of partner (customer / supplier) HU_P_MATCHAR35IDNEX
PACK_MAT_TYPEPackaging Material Type VHIARTCHAR4Assigned to domainTRATY
PACK_MAT_NAMEDescription of Packaging Material VEBEZCHAR40TEXT40
EXPIRYDATEShelf Life Expiration or Best-Before Date VFDATDATS8DATUM
GR_DATEDate of Goods Receipt LVS_WDATUDATS8DATUM
HU_EXIDExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
MATERIAL_EXTERNALLong Material Number for MATERIAL Field MGV_MATERIAL_EXTERNALCHAR40MATNR_EXT
MATERIAL_GUIDExternal GUID for MATERIAL Field MGV_MATERIAL_GUIDCHAR32MATNR_EGUID
MATERIAL_VERSIONVersion Number for MATERIAL Field MGV_MATERIAL_VERSIONCHAR10MATNWMATNR_VERS

Key field Non-key field



How do I retrieve data from SAP structure BAPIHUITEM using ABAP code?

As BAPIHUITEM is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BAPIHUITEM as there is no data to select.

How to access SAP table BAPIHUITEM

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