P_EWM_HANDLINGUNITHEADER08
Helper View HU
P_EWM_HANDLINGUNITHEADER08 is a CDS View in S/4HANA. Helper View HU. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_HandlingUnitHeaderCombined | view | union_all | COMPOSITE | Combined Handling Units from ERP and EWM |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Metadata.ignorePropagatedAnnotations: false
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #XL,
dataClass: #MIXED
}
@VDM.viewType: #COMPOSITE
@VDM.private: true
define view entity P_EWM_HandlingUnitHeader08
as select from P_EWM_HandlingUnitHeader07
{
key HandlingUnitNumber,
key EWMWarehouse,
PackagingMaterial,
PackagingMaterialType,
// Admin Data
CreatedByUser,
CreationDateTime,
LastChangedByUser,
LastChangeDateTime,
// HU UUIDs
HandlingUnitUUID,
EWMHandlingUnitExternalUUID,
// Weight
GrossWeight,
NetWeight,
WeightUnit,
HandlingUnitTareWeight,
HandlingUnitTareWeightUnit,
HasVariableTareWeight,
HandlingUnitMaxWeight,
HandlingUnitWeightTolerance,
// Volume
GrossVolume,
HandlingUnitNetVolume,
VolumeUnit,
HandlingUnitTareVolume,
HandlingUnitTareVolumeUnit,
HandlingUnitMaxVolume,
HandlingUnitVolumeTolerance,
// Length, Width & Height
HandlingUnitLength,
HandlingUnitWidth,
HandlingUnitHeight,
EWMDimensionUnit,
HandlingUnitMaxLength,
HandlingUnitMaxWidth,
HandlingUnitMaxHeight,
HandlingUnitMaxDimensionUnit,
// Process Oriented Storage Control
ExternalStorageProcessStep,
ProcessStepCompletedInd,
EWMHUProcessStepIsCompleted,
StorageProcess,
HandlingUnitType,
HandlingUnitIsClosed,
EWMConsolidationGroup,
EntitledToDisposeParty,
HandlingUnitLogicalPosition,
HandlingUnitPackingGroup,
HazardousSubstanceIndicator,
WorkloadIdentification,
// Indicator Highest or Lowest Level HU
HandlingUnitTopLevelInd,
HandlingUnitBottomInd,
// HU Hierarchy
ParentHandlingUnitUUID,
ParentHandlingUnitNumber,
EWMHghstLvlHandlingUnitUUID,
EWMHghstLvlHandlingUnitNumber,
// HU Location
EWMStorageType,
EWMStorageBinSection,
EWMStorageBin,
EWMResource,
// HU Reference
// LO-HU Monitor requested Delivery Category for Navigation but this only works out of the box in S/4HANA Cloud
// S/4HANA OP is different! There it's customizing
EWMDeliveryDocumentCategory,
ReferenceDocumentNumber,
ShipToParty,
HandlingUnitHasCrossRefDoc,
// Status
HandlingUnitStatus,
EWMHandlingUnitIsPlanned,
EWMHandlingUnitIsInStock,
EWMHandlingUnitIsUnloaded,
EWMHandlingUnitIsLoaded,
EWMTranspUnitIsAssigned,
// Blocked Status
EWMHUContentChangeIsBlocked,
EWMHUMovementChangeIsBlocked,
EWMHUAttributeChangeIsBlocked,
EWMHUPostingChangeIsBlocked,
EWMHUIsBlockedByCustoms,
EWMHUIsPackedForShipping
}