R_BusSolnOrdFUPSalesOrderTP

DDL: R_BUSSOLNORDFUPSALESORDERTP Type: view_entity TRANSACTIONAL

Business Solution Order Follow-up Sales Order - TP

R_BusSolnOrdFUPSalesOrderTP is a Transactional CDS View that provides data about "Business Solution Order Follow-up Sales Order - TP" in SAP S/4HANA. It reads from 1 data source (R_SrvcDocDocumentFlow) and exposes 3 fields with key fields BusinessSolutionOrder, SalesOrder.

Data Sources (1)

SourceAliasJoin Type
R_SrvcDocDocumentFlow R_SrvcDocDocumentFlow from

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 Follow-up Sales Order - TP view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BusinessSolutionOrder ServiceDocument
KEY SalesOrder
_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 Follow-up Sales Order - TP'

define view entity R_BusSolnOrdFUPSalesOrderTP
  as select from R_SrvcDocDocumentFlow
  association to parent R_BusinessSolutionOrderTP as _BusinessSolutionOrder on $projection.BusinessSolutionOrder = _BusinessSolutionOrder.BusinessSolutionOrder
{
  key ServiceDocument                                           as BusinessSolutionOrder,
  key cast ( CustMgmtPrdcssrTransactionKey as vdm_sales_order ) as SalesOrder,

      //Associations

      _BusinessSolutionOrder
}
where
      ServiceObjectType           = 'BUS2000172'
  and PrdcssrSuccssrDocObjectType = 'BUS2032'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_SRVCDOCDOCUMENTFLOW"
],
"ASSOCIATED":
[
"R_BUSINESSSOLUTIONORDERTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/