AUF_HUD SAP (Dialog structure for goods movement with HU) Structure details

Dictionary Type: Structure
Description: Dialog structure for goods movement with HU




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




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

AUF_HUD 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 "Dialog structure for goods movement with HU" 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_AUF_HUD TYPE AUF_HUD.

The AUF_HUD table consists of various fields, each holding specific information or linking keys about Dialog structure for goods movement with HU data available in SAP. These include VENUM (Internal Handling Unit Number), EXIDV (External Handling Unit Identification), VEPOS (Handling Unit Item), VELIN (Type of Handling-unit Item Content).. 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 AUF_HUD 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
VENUMInternal Handling Unit Number VENUMCHAR10Assigned to domainALPHAVENUMVEL
EXIDVExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
VEPOSHandling Unit Item VEPOSNUMC6Assigned to domainVEPOS
VELINType of Handling-unit Item Content VELINCHAR1VELIN
VBELNDocument number of the packed item VV_BELNRCHAR10Assigned to domainALPHAVBELN
POSNRItem number VV_POSNRNUMC6Assigned to domainPOSNR
SUB_HU_VENUMLower-level handling unit UNVELCHAR10Assigned to domainALPHAVENUM
SUB_HU_EXIDVExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
QUANTITYBase Quantity Packed in the Handling Unit Item VEMNGQUAN15(3) MENG15
VRKMEAlternative unit of measure for stock unit of measure VV_ALTMEUNIT3Assigned to domainCUNITMEINS
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
QPLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
BRGEWPacked gross weight BRGEW_VPQUAN15(3) MENG15
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
VOLUMPacked Volume VOLUM_VPQUAN15(3) MENG15
VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
LAENGLength LAENGQUAN13(3) MENG13
BREITWidth BREITQUAN13(3) MENG13
HOEHEHeight HOEHEQUAN13(3) MENG13
MEABMUnit of Dimension for Length/Width/Height MEABMUNIT3Assigned to domainCUNITMEINS
MAGRVMaterial Group: Packaging Materials MAGRVCHAR4Assigned to domainMAGRV
KZBEIIndicator: Supplementary item KZBEICHAR1XFELD
VELTPPackaging Material Category VELTPCHAR1VELTP
SELKZSelection indicator for list screens SELKZ_LISTCHAR1SELKZ
SORTF1Character field of length 40 CHAR40CHAR40CHAR40
SORTF2Character field of length 40 CHAR40CHAR40CHAR40
SORTF3Character field of length 40 CHAR40CHAR40CHAR40
IDENTIdentification IDENT_VPCHAR20TEXT20
IDARTPacking content type IDARTCHAR1CHAR1
HISTUHierarchy level in the packing hierarchy HISTU_VPCHAR6TEXT6
UNVELLower-level handling unit UNVELCHAR10Assigned to domainALPHAVENUM
ARKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
UMVKZNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
UMVKNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
KZTRAItem Has Been Packed in a Shipment KZTRACHAR1XFELD
KZLIFItem has been packed in the delivery KZLIFCHAR1XFELD
AENDBHandling Unit Can No Longer Be Changed AENDB_VEKPCHAR1XFELD
AENDPItem in Current Packing Object Cannot be Packed AENDPCHAR1XFELD
VPOBJPacking Object VPOBJCHAR2VPOBJ
VPOBJKEYKey for Object to Which the Handling Unit is Assigned VPOBJKEYCHAR20CHAR20
POSEXItem Number of the Underlying Purchase Order POSEXCHAR6ALPHAPOSEX
LFIMGDlv. quantity to be packed in sales unit LFIMG_VQUAN13(3) MENG13
MOREINFOCheckbox XFELDCHAR1XFELD
KZOBEHandling Unit Is Not Included in Any Other Handling Unit KZOBECHAR1XFELD
XCHARBatch management indicator (internal) XCHARCHAR1XFELD
UEVELHigher-Level Handling Unit UEVELCHAR10Assigned to domainALPHAVENUM
TMENGQuantity (To Be) Packed TMENGQUAN13(3) MENG13
VHILMPackaging Materials VHILMCHAR18Assigned to domainMATN1MATNR
VEBEZDescription of Packaging Material VEBEZCHAR40TEXT40
LBRHODimensions: length / width / height LBRHOCHAR1DUMMY

Key field Non-key field



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

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

How to access SAP table AUF_HUD

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