I_SubscrpnContrSuccessor

DDL: I_SUBSCRPNCONTRSUCCESSOR Type: view_entity COMPOSITE

Subscription Contract Successor

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

Data Sources (1)

SourceAliasJoin Type
I_ServiceDocumentSuccessor I_ServiceDocumentSuccessor from

Associations (1)

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

Annotations (8)

NameValueLevelField
EndUserText.label Subscription Contract Successor 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
ServiceDocumentUUID ServiceDocumentUUID
ServiceObjectType ServiceObjectType
ServiceDocumentRelationKind ServiceDocumentRelationKind
ServiceDocumentSuccessorUUID ServiceDocumentSuccessorUUID
ServiceDocSuccessor
ServiceDocSuccessorBusObjType ServiceDocSuccessorBusObjType
_ServiceDoc _ServiceDoc
_SubscriptionContract _SubscriptionContract
@EndUserText.label: 'Subscription Contract Successor'
@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_SubscrpnContrSuccessor
  as select from I_ServiceDocumentSuccessor
  association [1..1] to I_SubscriptionContract as _SubscriptionContract on $projection.ServiceDocumentUUID = _SubscriptionContract.SubscriptionContractUUID
{
  key _SubscriptionContract.SubscriptionContract,
  key ServiceDocumentRelationUUID,
  key ServiceDocRltnSequenceNumber,

      ServiceDocumentRelationType,
      ServiceDocumentUUID,
      ServiceObjectType,
      ServiceDocumentRelationKind,
      ServiceDocumentSuccessorUUID,
      substring(ServiceDocSuccessor,1, 10 ) as ServiceDocSuccessor,
      ServiceDocSuccessorBusObjType,

      _ServiceDoc,
      _SubscriptionContract

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