I_EWM_HANDLINGUNITHDR

CDS View

EWM Handling Unit Header

I_EWM_HANDLINGUNITHDR is a CDS View in S/4HANA. EWM Handling Unit Header. It contains 63 fields. 9 CDS views read from this table.

CDS Views using this table (9)

ViewTypeJoinVDMDescription
C_EWM_HandlingUnitLabel view_entity from CONSUMPTION Form Data Provider for EWM HU Label
C_EWM_HandlingUnitLabel view_entity union_all CONSUMPTION Form Data Provider for EWM HU Label
C_EWM_HandlingUnitShipLabel view_entity from CONSUMPTION Form Data Provider for EWM HU Shipping Label
C_EWM_HndlgUnitParamDetermine view from CONSUMPTION Handling Unit Output Management BRF+ Parameter Determination
C_EWM_HndlgUnitParamDetermine view union_all CONSUMPTION Handling Unit Output Management BRF+ Parameter Determination
C_EWM_LoadListHndlgUnit view_entity left_outer CONSUMPTION Form Prvdr for Loading Instruction HUs
C_FldLogsShptItemHandlingUnit view_entity union CONSUMPTION Field Logistics Shipment Item Handling Unit
I_EWM_HandlingUnitHdrCombined view from COMPOSITE EWM HU Header Combined
I_HandlingUnitOmParamDetermine view from COMPOSITE Handling Unit OM Parameter Determination

Fields (63)

KeyField CDS FieldsUsed in Views
KEY HandlingUnitIndicator HandlingUnitIndicator 4
KEY HandlingUnitNumber HandlingUnitNumber 4
KEY Warehouse Warehouse 4
ConsolidationGroup ConsolidationGroup 3
CreatedByUser CreatedByUser 1
CreationDateTime CreationDateTime 1
EntitledToDisposeParty EntitledToDisposeParty 5
ExternalStorageProcessStep ExternalStorageProcessStep 3
GrossVolume GrossVolume 5
GrossWeight GrossWeight 5
HandlingUnitBottomInd HandlingUnitBottomInd 1
HandlingUnitCapacityTolerance HandlingUnitCapacityTolerance 1
HandlingUnitContentInd HandlingUnitContentInd 1
HandlingUnitDefectCode HandlingUnitDefectCode 1
HandlingUnitGrossCapacity HandlingUnitGrossCapacity 2
HandlingUnitHasAvailQty HandlingUnitHasAvailQty 1
HandlingUnitHeight HandlingUnitHeight 3
HandlingUnitIsClosed HandlingUnitIsClosed 3
HandlingUnitLength HandlingUnitLength 3
HandlingUnitLogicalPosition HandlingUnitLogicalPosition 3
HandlingUnitMaxDimensionUnit HandlingUnitMaxDimensionUnit 3
HandlingUnitMaxHeight HandlingUnitMaxHeight 3
HandlingUnitMaxLength HandlingUnitMaxLength 3
HandlingUnitMaxVolume HandlingUnitMaxVolume 3
HandlingUnitMaxWeight HandlingUnitMaxWeight 3
HandlingUnitMaxWidth HandlingUnitMaxWidth 3
HandlingUnitNetCapacity HandlingUnitNetCapacity 1
HandlingUnitNetVolume HandlingUnitNetVolume 3
HandlingUnitObjRefInd HandlingUnitObjRefInd 1
HandlingUnitOpenTaskInd HandlingUnitOpenTaskInd 3
HandlingUnitPackingGroup HandlingUnitPackingGroup 5
HandlingUnitStatus HandlingUnitStatus 1
HandlingUnitTareCapacity HandlingUnitTareCapacity 1
HandlingUnitTareVolume HandlingUnitTareVolume 3
HandlingUnitTareVolumeUnit HandlingUnitTareVolumeUnit 3
HandlingUnitTareWeight HandlingUnitTareWeight 3
HandlingUnitTareWeightUnit HandlingUnitTareWeightUnit 3
HandlingUnitTopLevelInd HandlingUnitTopLevelInd 3
HandlingUnitType HandlingUnitType 5
HandlingUnitUUID HandlingUnitUUID 2
HandlingUnitVolumeTolerance HandlingUnitVolumeTolerance 2
HandlingUnitWeightTolerance HandlingUnitWeightTolerance 2
HandlingUnitWidth HandlingUnitWidth 3
HasVariableTareWeight HasVariableTareWeight 1
HazardousSubstanceIndicator HazardousSubstanceIndicator 3
LastChangeDateTime LastChangeDateTime 1
LastChangedByUser LastChangedByUser 1
MaximumCapacity MaximumCapacity 1
NetWeight NetWeight 3
PackagingMaterialType PackagingMaterialType 4
PackagingMaterialUUID PackagingMaterialUUID 2
PackagingSpecificationLevel PackagingSpecificationLevel 1
ProcessStepCompletedInd ProcessStepCompletedInd 3
StatusProfile StatusProfile 1
StorageBin StorageBin 5
StorageProcess StorageProcess 3
StorageSection StorageSection 3
StorageType StorageType 5
UnitOfMeasureDimension UnitOfMeasureDimension 3
VolumeUnit VolumeUnit 5
WarehouseOrderCreationRule WarehouseOrderCreationRule 1
WeightUnit WeightUnit 5
WorkloadIdentification WorkloadIdentification 3
@AbapCatalog.sqlViewName: 'IEWMHUHDR'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'EWM Handling Unit Header'
@ClientHandling.algorithm: #SESSION_VARIABLE

@VDM.viewType:#BASIC

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.usageType.sizeCategory: #L

@VDM.lifecycle.status: #DEPRECATED
 @VDM.lifecycle.successor: 'I_EWM_HandlingUnitHdr_2'
define view I_EWM_HandlingUnitHdr
  as select from /scwm/huhdr as huhdr
{
      //huhdr

  key huident                                  as HandlingUnitNumber,
  key lgnum                                    as Warehouse,
  key vhi                                      as HandlingUnitIndicator,
      guid_hu                                  as HandlingUnitUUID,
      pmat_guid                                as PackagingMaterialUUID,
      created_by                               as CreatedByUser,
      created_at                               as CreationDateTime,
      //orig_system,

      changed_by                               as LastChangedByUser,
      changed_at                               as LastChangeDateTime,
      g_weight                                 as GrossWeight,
      n_weight                                 as NetWeight,
      unit_gw                                  as WeightUnit,
      t_weight                                 as HandlingUnitTareWeight,
      unit_tw                                  as HandlingUnitTareWeightUnit,
      g_volume                                 as GrossVolume,
      n_volume                                 as HandlingUnitNetVolume,
      unit_gv                                  as VolumeUnit,
      t_volume                                 as HandlingUnitTareVolume,
      unit_tv                                  as HandlingUnitTareVolumeUnit,
      g_capa                                   as HandlingUnitGrossCapacity,
      n_capa                                   as HandlingUnitNetCapacity,
      t_capa                                   as HandlingUnitTareCapacity,
      length                                   as HandlingUnitLength,
      width                                    as HandlingUnitWidth,
      height                                   as HandlingUnitHeight,
      @VDM.lifecycle.status: #DEPRECATED
      @VDM.lifecycle.successor: 'UnitOfMeasureDimension'
      unit_lwh                                 as UnitOfMeasureDimension,
      unit_lwh                                 as EWMDimensionUnit,
      max_weight                               as HandlingUnitMaxWeight,
      tolw                                     as HandlingUnitWeightTolerance,
      tare_var                                 as HasVariableTareWeight,
      max_volume                               as HandlingUnitMaxVolume,
      tolv                                     as HandlingUnitVolumeTolerance,
      closed_package                           as HandlingUnitIsClosed,
      max_capa                                 as MaximumCapacity,
      tolc                                     as HandlingUnitCapacityTolerance,
      max_length                               as HandlingUnitMaxLength,
      max_width                                as HandlingUnitMaxWidth,
      max_height                               as HandlingUnitMaxHeight,
      unit_max_lwh                             as HandlingUnitMaxDimensionUnit,
      letyp                                    as HandlingUnitType,
      flgavq                                   as HandlingUnitHasAvailQty,
      flgmove                                  as HandlingUnitOpenTaskInd,
      procs                                    as ExternalStorageProcessStep,
      copst                                    as ProcessStepCompletedInd,
      prces                                    as StorageProcess,
      dstgrp                                   as ConsolidationGroup,
      wklid                                    as WorkloadIdentification,
      entitled                                 as EntitledToDisposeParty,
      wstyp                                    as StorageType,
      wssec                                    as StorageSection,
      wsbin                                    as StorageBin,
      wcr                                      as WarehouseOrderCreationRule,
      //ipick,

      mfserror                                 as HandlingUnitDefectCode,
      //wtconf,

      ukcon                                    as HandlingUnitContentInd,
      //transit,

      //mfs_stocktrans_cnt,

      //flgtwext,

      pmtyp                                    as PackagingMaterialType,
      packgr                                   as HandlingUnitPackingGroup,
      //saprl,

      phystat                                  as HandlingUnitStatus,
      top                                      as HandlingUnitTopLevelInd,
      bottom                                   as HandlingUnitBottomInd,
      stsma                                    as StatusProfile,
      cast( ps_guid as raw16 preserving type ) as PackagingSpecificationUUID,
      ps_level_seq                             as PackagingSpecificationLevel,
      objref                                   as HandlingUnitObjRefInd,
      hzmt                                     as HazardousSubstanceIndicator,
      logpos                                   as HandlingUnitLogicalPosition,
      logpos_ext                               as DistrEquipmentLogicalPos,
      auto_crea_pick                           as HandlingUnitAutoCreationLevel,
      hu_guid_ext                              as EWMHandlingUnitExternalUUID
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"/SCWM/HUHDR"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/