P_PRODNMODLATESTBOOVERSION
Production Model latest BOO version
P_PRODNMODLATESTBOOVERSION is a CDS View in S/4HANA. Production Model latest BOO version. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_ProductionModel | view_entity | inner | COMPOSITE | Production Model Header |
@EndUserText.label: 'Production Model latest BOO version'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #COMPOSITE
@VDM.private:true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #B,
sizeCategory: #L,
dataClass: #MASTER
}
define view entity P_ProdnModLatestBOOVersion
as select distinct from I_BillOfOperationsVersion
{
key BillOfOperationsType,
key BillOfOperationsGroup,
key BillOfOperationsVariant,
max (BillOfOperationsVersion) as BillOfOperationsVersion
}
where
BillOfOperationsType = 'V'
group by
BillOfOperationsType,
BillOfOperationsGroup,
BillOfOperationsVariant
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BILLOFOPERATIONSVERSION"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/