BAPISHIPMENTHDUNITEM SAP (Handling Unit Item) Structure details

Dictionary Type: Structure
Description: Handling Unit Item




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




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

BAPISHIPMENTHDUNITEM 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 "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_BAPISHIPMENTHDUNITEM TYPE BAPISHIPMENTHDUNITEM.

The BAPISHIPMENTHDUNITEM table consists of various fields, each holding specific information or linking keys about Handling Unit Item data available in SAP. These include HDL_UNIT_NO (Internal Handling Unit Number), HDL_UNIT_EXID_INTO (ID of the Handling Unit into Which Goods Are Packed), HDL_UNIT_EXID (External Handling Unit Identification), DELIV_NUMB (Delivery).. 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: Not classified


SAP BAPISHIPMENTHDUNITEM 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
HDL_UNIT_INTOShipping unit used for packing VENUM_OBCHAR10VEKPALPHAVENUM
HDL_UNIT_NOInternal Handling Unit Number VENUMCHAR10VEKPALPHAVENUMVEL
HDL_UNIT_EXID_INTOID of the Handling Unit into Which Goods Are Packed EXIDV_OBCHAR20ALPHAEXIDV
HDL_UNIT_EXIDExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
DELIV_NUMBDelivery VBELN_VLCHAR10VBUKALPHAVBELNVL
DELIV_ITEMDelivery Item POSNR_VLNUMC6VBUPPOSNR
PACK_QTYBase Quantity Packed in the Handling Unit Item VEMNGQUAN15(3) MENG15
SALES_UNITSales unit VRKMEUNIT3T006CUNITMEINS
SALES_UNIT_ISOSales unit in ISO code VRKME_ISOCHAR3T006IISOCD_UNIT
MATERIALMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
BATCHBatch Number CHARG_DCHAR10MCH1CHARGCHA
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
HU_ITEM_TYPEType of Handling-unit Item Content VELINCHAR1VELIN
PACK_QTY_BASEBase Quantity Packed in the Handling Unit Item VEMNGQUAN15(3) MENG15
BASE_UOMBase Unit of Measure of the Quantity to be Packed (VEMNG) VEMEHUNIT3Assigned to domainCUNITMEINS
BASE_UOM_ISOBase unit of measure of packed quantity (VEMNG) ISO VEMEH_ISOCHAR3Assigned to domainISOCD_UNIT
IDPLATEIdentification of the HU Content /SPE/DE_IDPLATECHAR20

Key field Non-key field



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

As BAPISHIPMENTHDUNITEM 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 BAPISHIPMENTHDUNITEM as there is no data to select.

How to access SAP table BAPISHIPMENTHDUNITEM

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