R_BUSSOLNORDITMFUPENTPROJECTTP
Business Solution Order Item Follow-up Ent Project - TP
R_BUSSOLNORDITMFUPENTPROJECTTP is a CDS View in S/4HANA. Business Solution Order Item Follow-up Ent Project - TP. 2 CDS views read from this table.
CDS Views using this table (2)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_BusSolnOrdItmFUPEntProject_2 | view_entity | projection | CONSUMPTION | Follow Up Enterprise Project Items |
| I_BusSolnOrdItmFUPEntProjectTP | view_entity | projection | TRANSACTIONAL | Business Solution Order item FUP Enterprise Project - TP |
@AccessControl: {
authorizationCheck: #CHECK,
personalData.blocking: #('TRANSACTIONAL_DATA')
}
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
usageType:{
dataClass: #TRANSACTIONAL,
serviceQuality: #C,
sizeCategory: #L
}
}
@VDM: {
viewType: #TRANSACTIONAL,
lifecycle.contract.type: #SAP_INTERNAL_API
}
@EndUserText.label: 'Business Solution Order Item Follow-up Ent Project - TP'
define view entity R_BusSolnOrdItmFUPEntProjectTP
as select from I_BusSolnOrdItmFUPEntProject
association to parent R_BusinessSolutionOrderItemTP as _BusinessSolutionOrderItem on $projection.BusinessSolutionOrder = _BusinessSolutionOrderItem.BusinessSolutionOrder
and $projection.BusinessSolutionOrderItem = _BusinessSolutionOrderItem.BusinessSolutionOrderItem
association [1..1] to I_ServiceDocumentItemEnhcd as _BusSolnOrdItem on $projection.BusSolnOrderItemCharUUID = _BusSolnOrdItem.ServiceDocumentItemCharUUID
association [1..1] to R_BusinessSolutionOrderTP as _BusinessSolutionOrder on $projection.BusinessSolutionOrder = _BusinessSolutionOrder.BusinessSolutionOrder
association [0..1] to I_ServiceDocumentItemSuccssr_3 as _ProjectLinkage on $projection.BusSolnOrderItemCharUUID = _ProjectLinkage.ServiceDocumentItemCharUUID
{
key BusinessSolutionOrder,
key BusinessSolutionOrderItem,
key Project,
BusSolnOrderItemCharUUID,
_ProjectLinkage.ServiceDocumentItmRelationType,
// Authorization
_BusSolnOrdItem,
// Associations
_BusSolnOrdEntProjectItem,
_BusinessSolutionOrderItem,
_BusinessSolutionOrder
}