P_SelectConfItemDates

DDL: P_SELECTCONFITEMDATES SQL: PSLCTCONFITMDT Type: view COMPOSITE

P_SelectConfItemDates is a Composite CDS View in SAP S/4HANA. It reads from 1 data source (P_ConfItemDates) and exposes 2 fields with key field ServiceDocumentPredecessorID.

Data Sources (1)

SourceAliasJoin Type
P_ConfItemDates P_ConfItemDates from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName PSLCTCONFITMDT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE 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
@AbapCatalog.sqlViewName: 'PSLCTCONFITMDT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.private: true
@VDM.viewType: #COMPOSITE
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
define view P_SelectConfItemDates as select from P_ConfItemDates {
  key ServiceDocumentPredecessorID,
  min (ActualServiceStartDateTime) as ActualServiceStartDateTime
}
group by ServiceDocumentPredecessorID
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_CONFITEMDATES"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/