P_SelectConfItemDates

DDL: P_SELECTCONFITEMDATES Type: view_entity COMPOSITE Package: CRMS4_SERV_ORDER_UI

Select min date of confirmation for order

P_SelectConfItemDates is a Composite CDS View that provides data about "Select min date of confirmation for order" in SAP S/4HANA. It reads from 1 data source (P_ConfItemDates) and exposes 2 fields with key field ServiceDocumentPredecessorID. Part of development package CRMS4_SERV_ORDER_UI.

Data Sources (1)

SourceAliasJoin Type
P_ConfItemDates P_ConfItemDates from

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.private true view
VDM.viewType #COMPOSITE view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ServiceDocumentPredecessorID ServiceDocumentPredecessorID
ActualServiceStartDateTime
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.private: true
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
define view entity P_SelectConfItemDates as select from P_ConfItemDates {
  key ServiceDocumentPredecessorID,
  min (ActualServiceStartDateTime) as ActualServiceStartDateTime
}
group by ServiceDocumentPredecessorID