I_ChgOrdPrdcssrBusSolnQtan

DDL: I_CHGORDPRDCSSRBUSSOLNQTAN Type: view_entity COMPOSITE

Predecessor Quotation

I_ChgOrdPrdcssrBusSolnQtan is a Composite CDS View that provides data about "Predecessor Quotation" in SAP S/4HANA. It reads from 1 data source (I_ServiceDocumentPredecessor) and exposes 6 fields with key fields SubscriptionOrder, ServiceDocumentRelationUUID, ServiceDocRltnSequenceNumber. It has 2 associations to related views.

Data Sources (1)

SourceAliasJoin Type
I_ServiceDocumentPredecessor I_ServiceDocumentPredecessor from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_ServiceDocumentEnhcd _ServiceDocumentEnhcd $projection.SubscriptionOrderUUID = _ServiceDocumentEnhcd.ServiceDocumentUUID
[1..1] I_SubscriptionOrder _SubscriptionOrder $projection.SubscriptionOrderUUID = _SubscriptionOrder.SubscriptionOrderUUID

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Predecessor Quotation view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY SubscriptionOrder _ServiceDocumentEnhcd ServiceDocument
KEY ServiceDocumentRelationUUID ServiceDocumentRelationUUID
KEY ServiceDocRltnSequenceNumber ServiceDocRltnSequenceNumber
BusinessSolutionQuotation _ServiceDoc ServiceDocument
SubscriptionOrderUUID ServiceDocumentUUID
_SubscriptionOrder _SubscriptionOrder
@AccessControl: {
  authorizationCheck: #CHECK,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}
@VDM: {
  viewType: #COMPOSITE,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@Metadata:
{
  ignorePropagatedAnnotations: true
}

@EndUserText.label: 'Predecessor Quotation'
@ObjectModel: {
   usageType: {dataClass:      #TRANSACTIONAL,
                serviceQuality: #C,
                sizeCategory:   #L}
}
define view entity I_ChgOrdPrdcssrBusSolnQtan
  as select from I_ServiceDocumentPredecessor
  association [1..1] to I_ServiceDocumentEnhcd as _ServiceDocumentEnhcd on $projection.SubscriptionOrderUUID = _ServiceDocumentEnhcd.ServiceDocumentUUID
  association [1..1] to I_SubscriptionOrder    as _SubscriptionOrder        on $projection.SubscriptionOrderUUID = _SubscriptionOrder.SubscriptionOrderUUID
{
  key _ServiceDocumentEnhcd.ServiceDocument as SubscriptionOrder,
  key ServiceDocumentRelationUUID,
  key ServiceDocRltnSequenceNumber,

      _ServiceDoc.ServiceDocument           as BusinessSolutionQuotation,
      @Consumption.hidden: true
      ServiceDocumentUUID                   as SubscriptionOrderUUID,

      //Association

      _SubscriptionOrder
}
where
      ServiceObjectType           = 'BUS2000265'
  and ServiceDocPrdcssrBusObjType = 'BUS2000116'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SERVICEDOCUMENTENHCD",
"I_SERVICEDOCUMENTPREDECESSOR"
],
"ASSOCIATED":
[
"I_SUBSCRIPTIONORDER"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/