HUM_HEADER_ATTRIBUTES_S SAP (Attributes of Handling Unit Header) Structure details

Dictionary Type: Structure
Description: Attributes of Handling Unit Header




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




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

HUM_HEADER_ATTRIBUTES_S 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 "Attributes of Handling Unit Header" 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_HUM_HEADER_ATTRIBUTES_S TYPE HUM_HEADER_ATTRIBUTES_S.

The HUM_HEADER_ATTRIBUTES_S table consists of various fields, each holding specific information or linking keys about Attributes of Handling Unit Header data available in SAP. These include NTGEW (Loading Weight of Handling Unit), MAGEW (Allowed Loading Weight of a Handling Unit), GEWTO (Excess Weight Tolerance for Handling unit), GEWEI_MAX (Weight Unit).. 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 HUM_HEADER_ATTRIBUTES_S 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
BRGEWTotal Weight of Handling Unit BRGEW_VEKPQUAN15(3) MENG15
NTGEWLoading Weight of Handling Unit NTGEW_VEKPQUAN15(3) MENG15
MAGEWAllowed Loading Weight of a Handling Unit MAGEW_VEKPQUAN15(3) MENG15
GEWTOExcess Weight Tolerance for Handling unit GEWTODEC3(1) PRZ21
GEWEI_MAXWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
TARAGTare weight of handling unit TARAG_VEKPQUAN15(3) MENG15
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
BTVOLTotal Volume of Handling Unit BTVOL_VEKPQUAN15(3) MENG15
NTVOLLoading Volume of Handling Unit NTVOL_VEKPQUAN15(3) MENG15
MAVOLAllowed Loading Volume for Handling Unit MAVOL_VEKPQUAN15(3) MENG15
VOLTOExcess Volume Tolerance of the Handling Unit VOLTODEC3(1) PRZ21
VOLEH_MAXVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
TAVOLTare volume of handling unit TAVOL_VEKPQUAN15(3) MENG15
VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
GEWFXWeight and Volume Fixed GEWFXCHAR1XFELD
KZGVHPackaging Material is Closed Packaging KZGVHCHAR1XFELD
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AEZETTime last change was made AEZETTIMS6UZEIT
SORTLSort field SORTLCHAR10CHAR10
VEGR1Handling Unit Group 1 (Freely Definable) VEGR1CHAR5Assigned to domainVEGR1
VEGR2Handling Unit Group 2 (Freely Definable) VEGR2CHAR5Assigned to domainVEGR2
VEGR3Handling Unit Group 3 (Freely Definable) VEGR3CHAR5Assigned to domainVEGR3
VEGR4Handling Unit Group 4 (Freely Definable) VEGR4CHAR5Assigned to domainVEGR4
VEGR5Handling Unit Group 5 (Freely Definable) VEGR5CHAR5Assigned to domainVEGR5
LAENGLength LAENGQUAN13(3) MENG13
BREITWidth BREITQUAN13(3) MENG13
HOEHEHeight HOEHEQUAN13(3) MENG13
MEABMUnit of Dimension for Length/Width/Height MEABMUNIT3Assigned to domainCUNITMEINS
ERLKZStatus (at this time without functionality) VOLLSCHAR1XFELD
INHALTDescription of Handling Unit Content INHALTCHAR40TEXT40
EXIDV2Handling Unit's 2nd External Identification EXIDV2CHAR20ALPHAEXIDV
WERKSPlant HUM_WERKSCHAR4Assigned to domainWERKSWRKH_T001W
LGORTStorage Location HUM_LGORTCHAR4Assigned to domainLGORTLAG
PACKVORSCHRPacking instruction PL_PACKNR_CONVCHAR22VHUPIPL_PACKNR_CONVPL_PI1
PACKVORSCHR_STLocal packing status for a single HU (without sub HUs) PL_PACKSTATUS_LOCALCHAR1PL_PACKSTATU
LABELTYPIndicator: do not print external shipping label PL_SHIPLABELCHAR1XFELD
ZUL_AUFLAllowed load PL_MAXSTWEQUAN15(3) MENG15
LADLGLgth of loading platform in lgth of LdPlat measurement units LADLGQUAN6LADLG
LADEHUnit of measure to measure the length of loading platform LADEHUNIT3Assigned to domainCUNITMEINS
FARZTTravel Time FARZTQUAN3FARZT
FAREHUnit of travel time FAREHUNIT3Assigned to domainCUNITMEINS
ENTFEDistance Travelled ENTFEQUAN6ENTFE
EHENTUnit of distance EHENTUNIT3Assigned to domainCUNITMEINS
LANDTCountry providing means of transport LANDTCHAR3Assigned to domainLAND1
LANDFDriver's Nationality LANDFCHAR3Assigned to domainLAND1
NAMEFDriver name NAMEFCHAR35NAME
NAMBEAlternate Driver's Name NAMBECHAR35NAME
VHILM_KUPartner's (Customer's or Vendor's) Packaging Material VHILM_KUCHAR35IDNEX

Key field Non-key field



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

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

How to access SAP table HUM_HEADER_ATTRIBUTES_S

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