A_BusSolnOrdPartnerSimulation

DDL: A_BUSSOLNORDPARTNERSIMULATION Type: view_entity CONSUMPTION Package: ODATA_CRMS4_SOLUTIONORDER_API

Header Partner Simulation

A_BusSolnOrdPartnerSimulation is a Consumption CDS View that provides data about "Header Partner Simulation" in SAP S/4HANA. It reads from 1 data source (I_CustMgmtPartner) and exposes 5 fields with key fields BusinessSolutionOrder, CustMgmtPartnerFunction, CustMgmtBusinessPartner. It is exposed through 1 OData service (API_BUSSOLNORDSIMULATION). Part of development package ODATA_CRMS4_SOLUTIONORDER_API.

Data Sources (1)

SourceAliasJoin Type
I_CustMgmtPartner I_CustMgmtPartner from

Annotations (10)

NameValueLevelField
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view
VDM.viewType #CONSUMPTION view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Header Partner Simulation view
Metadata.ignorePropagatedAnnotations true view
OData.entityType.name BusSolnOrdPartner_Type view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.query.implementedBy ABAP:CL_CRMS4_SOLO_SIMLN_QUERY view

OData Services (1)

ServiceBindingVersionContractRelease
API_BUSSOLNORDSIMULATION API_BUSSOLNORDSIMULATION V4 C2 C1

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY BusinessSolutionOrder CustMgmtDocument
KEY CustMgmtPartnerFunction CustMgmtPartnerFunction
KEY CustMgmtBusinessPartner CustMgmtBusinessPartner
CustMgmtPartnerIsMainPartner CustMgmtPartnerIsMainPartner
_BusinessSolutionOrder _BusinessSolutionOrder
@VDM: {
  lifecycle.contract.type: #PUBLIC_REMOTE_API,
  usage.type: [#TRANSACTIONAL_PROCESSING_SERVICE],
  viewType: #CONSUMPTION
}

@AccessControl: {
    authorizationCheck: #MANDATORY,
    personalData.blocking: #('TRANSACTIONAL_DATA')
}
@EndUserText.label: 'Header Partner Simulation'
@Metadata.ignorePropagatedAnnotations: true

@OData: {
  entityType.name: 'BusSolnOrdPartner_Type'
}

@ObjectModel: {
   semanticKey: [ 'BusinessSolutionOrder', 'CustMgmtPartnerFunction','CustMgmtBusinessPartner' ],
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #C,
     sizeCategory:   #L
   },
   query.implementedBy: 'ABAP:CL_CRMS4_SOLO_SIMLN_QUERY'
}
define view entity A_BusSolnOrdPartnerSimulation
  as select from I_CustMgmtPartner
  association to parent A_BusSolnOrdSimulation as _BusinessSolutionOrder on $projection.BusinessSolutionOrder = _BusinessSolutionOrder.BusinessSolutionOrder

{

  key CustMgmtDocument as BusinessSolutionOrder,
  key CustMgmtPartnerFunction,
  key CustMgmtBusinessPartner,
      CustMgmtPartnerIsMainPartner,

      //      Associations

      _BusinessSolutionOrder

}
where
      CustMgmtObjectType   = 'BUS2000172'
  and CustMgmtDocumentItem is initial