P_EWM_HandlingUnitHeadDlvRef01

DDL: P_EWM_HANDLINGUNITHEADDLVREF01 SQL: PEWMHUHDRDLVREF1 Type: view COMPOSITE

P_EWM_HandlingUnitHeadDlvRef01 is a Composite CDS View in SAP S/4HANA.

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName PEWMHUHDRDLVREF1 view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #D view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #COMPOSITE view
VDM.private true view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor P_EWM_HndlgUnitHdrDelivRef01_2 view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY DeliveryUUID DeliveryUUID
ReferenceDocumentNumber ReferenceDocumentNumber
@AbapCatalog.sqlViewName: 'PEWMHUHDRDLVREF1'
@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
@VDM.lifecycle.successor: 'P_EWM_HndlgUnitHdrDelivRef01_2'
// Only Support ERP Deliveries, Manufacturing Order is not possible as this would lead to duplicate entries

// -> This was reported by the ERP Colleagues

define view P_EWM_HandlingUnitHeadDlvRef01
  as select distinct from I_EWM_DeliveryReferenceDoc
{
      //I_EWM_DeliveryReferenceDoc

  key DeliveryUUID,
      ReferenceDocumentNumber
}
where
     ReferenceDocumentCategory = 'ERP'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_EWM_DELIVERYREFERENCEDOC"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/