I_SubscrpnContrPrdcssr

DDL: I_SUBSCRPNCONTRPRDCSSR Type: view_entity COMPOSITE

Subscription Contract Predecessor

I_SubscrpnContrPrdcssr is a Composite CDS View that provides data about "Subscription Contract Predecessor" in SAP S/4HANA. It reads from 1 data source (I_ServiceDocumentPredecessor) and exposes 12 fields with key fields SubscriptionContract, ServiceDocumentRelationUUID, ServiceDocRltnSequenceNumber. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_ServiceDocumentPredecessor I_ServiceDocumentPredecessor from

Associations (1)

CardinalityTargetAliasCondition
[1..1] I_SubscriptionContract _SubscriptionContract $projection.ServiceDocumentUUID = _SubscriptionContract.SubscriptionContractUUID

Annotations (8)

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

Fields (12)

KeyFieldSource TableSource FieldDescription
KEY SubscriptionContract _SubscriptionContract SubscriptionContract
KEY ServiceDocumentRelationUUID ServiceDocumentRelationUUID
KEY ServiceDocRltnSequenceNumber ServiceDocRltnSequenceNumber
ServiceDocumentRelationType ServiceDocumentRelationType
ServiceDocumentRelationKind ServiceDocumentRelationKind
CustMgmtPrdcssrTransactionKey CustMgmtPrdcssrTransactionKey
ServiceDocumentUUID ServiceDocumentUUID
ServiceDocumentPredecessorUUID ServiceDocumentPredecessorUUID
ServiceObjectType ServiceObjectType
ServiceDocPrdcssrBusObjType ServiceDocPrdcssrBusObjType
_ServiceDoc _ServiceDoc
_SubscriptionContract _SubscriptionContract
@EndUserText.label: 'Subscription Contract Predecessor'
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY

@VDM: {
  viewType: #COMPOSITE,
  lifecycle.contract.type: #SAP_INTERNAL_API
}

@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #L,
  dataClass: #TRANSACTIONAL
}
@Metadata.ignorePropagatedAnnotations: true
/*+[hideWarning] { "IDS" : [ "CARDINALITY_CHECK" ]  } */
define view entity I_SubscrpnContrPrdcssr
  as select from I_ServiceDocumentPredecessor

  association [1..1] to I_SubscriptionContract as _SubscriptionContract on $projection.ServiceDocumentUUID = _SubscriptionContract.SubscriptionContractUUID
{
  key _SubscriptionContract.SubscriptionContract,
  key ServiceDocumentRelationUUID,
  key ServiceDocRltnSequenceNumber,

      ServiceDocumentRelationType,
      ServiceDocumentRelationKind,
      CustMgmtPrdcssrTransactionKey,
      ServiceDocumentUUID,
      ServiceDocumentPredecessorUUID,
      ServiceObjectType,
      ServiceDocPrdcssrBusObjType,

      _ServiceDoc,
      _SubscriptionContract

}
where
  ServiceObjectType = 'BUS2000266'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_SERVICEDOCUMENTPREDECESSOR",
"I_SUBSCRIPTIONCONTRACT"
],
"ASSOCIATED":
[
"I_SERVICEDOCUMENTENHCD",
"I_SUBSCRIPTIONCONTRACT"
],
"BASE":
[
"I_SERVICEDOCUMENTPREDECESSOR"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/