P_ProjectBillingElmntDueDate3

DDL: P_PROJECTBILLINGELMNTDUEDATE3 Type: view_entity COMPOSITE

Billing Due Date of Billing Element (3)

P_ProjectBillingElmntDueDate3 is a Composite CDS View that provides data about "Billing Due Date of Billing Element (3)" in SAP S/4HANA. It reads from 1 data source (P_ProjBillgElmntDueDateUnion2) and exposes 3 fields with key field ProjectBillingElementUUID.

Data Sources (1)

SourceAliasJoin Type
P_ProjBillgElmntDueDateUnion2 P_ProjBillgElmntDueDateUnion2 from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Billing Due Date of Billing Element (3) view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.viewType #COMPOSITE view
VDM.private true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ProjectBillingElementUUID ProjectBillingElementUUID
UserID UserID
DueBillingDate
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Billing Due Date of Billing Element (3)'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #XL,
  dataClass: #TRANSACTIONAL
}
@VDM.viewType: #COMPOSITE
@VDM.private:true
define view entity P_ProjectBillingElmntDueDate3
  as select from P_ProjBillgElmntDueDateUnion2
{
  key ProjectBillingElementUUID,
      UserID,
      min( DueBillingDate ) as DueBillingDate
}
group by
  ProjectBillingElementUUID, UserID
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"P_PROJBILLGELMNTDUEDATEUNION2"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/