R_BusSolnOrdItmFUPEntProjectTP

DDL: R_BUSSOLNORDITMFUPENTPROJECTTP Type: view_entity TRANSACTIONAL Package: CRMS4_SOLUTION_ORDER_RAP

Business Solution Order Item Follow-up Ent Project - TP

R_BusSolnOrdItmFUPEntProjectTP is a Transactional CDS View that provides data about "Business Solution Order Item Follow-up Ent Project - TP" in SAP S/4HANA. It reads from 1 data source (I_BusSolnOrdItmFUPEntProject) and exposes 9 fields with key fields BusinessSolutionOrder, BusinessSolutionOrderItem, Project. It has 3 associations to related views. Part of development package CRMS4_SOLUTION_ORDER_RAP.

Data Sources (1)

SourceAliasJoin Type
I_BusSolnOrdItmFUPEntProject I_BusSolnOrdItmFUPEntProject from

Associations (3)

CardinalityTargetAliasCondition
[1..1] I_ServiceDocumentItemEnhcd _BusSolnOrdItem $projection.BusSolnOrderItemCharUUID = _BusSolnOrdItem.ServiceDocumentItemCharUUID
[1..1] R_BusinessSolutionOrderTP _BusinessSolutionOrder $projection.BusinessSolutionOrder = _BusinessSolutionOrder.BusinessSolutionOrder
[0..1] I_ServiceDocumentItemSuccssr_3 _ProjectLinkage $projection.BusSolnOrderItemCharUUID = _ProjectLinkage.ServiceDocumentItemCharUUID

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
EndUserText.label Business Solution Order Item Follow-up Ent Project - TP view

Fields (9)

KeyFieldSource TableSource FieldDescription
KEY BusinessSolutionOrder BusinessSolutionOrder
KEY BusinessSolutionOrderItem BusinessSolutionOrderItem
KEY Project Project
BusSolnOrderItemCharUUID BusSolnOrderItemCharUUID
ServiceDocumentItmRelationType _ProjectLinkage ServiceDocumentItmRelationType
_BusSolnOrdItem _BusSolnOrdItem
_BusSolnOrdEntProjectItem _BusSolnOrdEntProjectItem
_BusinessSolutionOrderItem _BusinessSolutionOrderItem
_BusinessSolutionOrder _BusinessSolutionOrder
@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
}