R_SubscrpnContrPrdcssrTP

DDL: R_SUBSCRPNCONTRPRDCSSRTP Type: view_entity TRANSACTIONAL

Subscription Contract Predecessor - TP

R_SubscrpnContrPrdcssrTP is a Transactional CDS View that provides data about "Subscription Contract Predecessor - TP" in SAP S/4HANA. It reads from 1 data source (I_SubscrpnContrPrdcssr) and exposes 12 fields with key fields SubscriptionContract, ServiceDocumentRelationUUID, ServiceDocRltnSequenceNumber.

Data Sources (1)

SourceAliasJoin Type
I_SubscrpnContrPrdcssr SubscrpnContrPrdcssr from

Annotations (8)

NameValueLevelField
EndUserText.label Subscription Contract Predecessor - TP view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
VDM.viewType #TRANSACTIONAL view
AccessControl.authorizationCheck #MANDATORY 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 I_SubscrpnContrPrdcssr SubscriptionContract Transaction ID
KEY ServiceDocumentRelationUUID ServiceDocumentRelationUUID
KEY ServiceDocRltnSequenceNumber ServiceDocRltnSequenceNumber Seq Number
ServiceDocumentRelationType ServiceDocumentRelationType
ServiceDocumentRelationKind ServiceDocumentRelationKind Type VONA
CustMgmtPrdcssrTransactionKey CustMgmtPrdcssrTransactionKey
SubscriptionContractUUID ServiceDocumentUUID Object GUID
ServiceDocumentPredecessorUUID ServiceDocumentPredecessorUUID
ServiceObjectType ServiceObjectType Object Type
ServiceDocPrdcssrBusObjType ServiceDocPrdcssrBusObjType
_ServiceDoc _ServiceDoc
_SubscriptionContract _SubscriptionContract

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view R_SubscrpnContrPrdcssrTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.

CREATE VIEW R_SubscrpnContrPrdcssrTP AS
SELECT
  SubscrpnContrPrdcssr.SubscriptionContract AS SubscriptionContract,
  ServiceDocumentRelationUUID,
  ServiceDocRltnSequenceNumber,
  ServiceDocumentRelationType,
  ServiceDocumentRelationKind,
  CustMgmtPrdcssrTransactionKey,
  ServiceDocumentUUID AS SubscriptionContractUUID,
  ServiceDocumentPredecessorUUID,
  ServiceObjectType,
  ServiceDocPrdcssrBusObjType
FROM I_SubscrpnContrPrdcssr AS SubscrpnContrPrdcssr
;