I_SUBSCRPNCONTRPRDCSSR
Subscription Contract Predecessor
I_SUBSCRPNCONTRPRDCSSR is a CDS View in S/4HANA. Subscription Contract Predecessor. It contains 1 fields. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| R_SubscrpnContrPrdcssrTP | view_entity | from | TRANSACTIONAL | Subscription Contract Predecessor - TP |
Fields (1)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | SubscriptionContract | SubscriptionContract | 1 |
@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":""
}
}*/