R_BUSSOLNORDFUPENTPROJECTTP

CDS View

Business Solution Order Follow-up Enterprise Project - TP

R_BUSSOLNORDFUPENTPROJECTTP is a CDS View in S/4HANA. Business Solution Order Follow-up Enterprise Project - TP. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_BusSolnOrdFUPEntProject_2 view_entity projection CONSUMPTION Follow Up Enterprise Projects
I_BusSolnOrdFUPEntProjectTP view_entity projection TRANSACTIONAL Business Solution Order Follow up 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 Follow-up Enterprise Project - TP'

define view entity R_BusSolnOrdFUPEntProjectTP
  as select from I_BusSolnOrdFUPEntProject
  association to parent R_BusinessSolutionOrderTP as _BusinessSolutionOrder on $projection.BusinessSolutionOrder = _BusinessSolutionOrder.BusinessSolutionOrder
{
      //      @Semantics.uuid: true

      //  key ServiceDocumentRelationUUID,

      //  key ServiceDocRltnSequenceNumber,

      //

      // Solution Order

      //      @Semantics.uuid: true

      //      BusinessSolutionOrderUUID,

  key BusinessSolutionOrder,
      // Project

      //      @Semantics.uuid: true

      //      ProjectUUID,

  key Project,

      // Associations

      _BusinessSolutionOrder
}