P_EWM_HANDLINGUNITHEADERLOG01

CDS View

P_EWM_HANDLINGUNITHEADERLOG01 is a CDS View in S/4HANA. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
P_EWM_HandlingUnitHeaderLog02 view from COMPOSITE
@AbapCatalog.sqlViewName: 'PEWMHUHDRLOG01'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #COMPOSITE
@VDM.private: true
@VDM.lifecycle.status: #DEPRECATED
define view P_EWM_HandlingUnitHeaderLog01
  as select from I_EWM_HandlingUnitHeaderLog
{
  key HandlingUnitExternalID,
  key Warehouse,
      max( LastChangeUTCDateTime ) as LastChangeUTCDateTime
}
group by
  HandlingUnitExternalID,
  Warehouse