I_SubscrpnContrPrdcssr
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)
| Source | Alias | Join Type |
|---|---|---|
| I_ServiceDocumentPredecessor | I_ServiceDocumentPredecessor | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_SubscriptionContract | _SubscriptionContract | $projection.ServiceDocumentUUID = _SubscriptionContract.SubscriptionContractUUID |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA