I_SUBSCRIPTIONCONTRACTPARTNER

CDS View

Partner of Subscription Contract

I_SUBSCRIPTIONCONTRACTPARTNER is a CDS View in S/4HANA. Partner of Subscription Contract. 2 CDS views read from this table.

CDS Views using this table (2)

ViewTypeJoinVDMDescription
A_SubscriptionContractPartner view_entity from CONSUMPTION Subscription Contract Partner
R_SubscrpnContrPartnerTP view_entity from TRANSACTIONAL Partner of Subscription Contract - TP
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@EndUserText.label: 'Partner of Subscription Contract'

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

@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
  serviceQuality: #C,
  sizeCategory: #L,
  dataClass: #TRANSACTIONAL
}

/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ] } */
define view entity I_SubscriptionContractPartner
  as select from I_CustMgmtPartner

  association [0..1] to I_CustMgmtPartnerFuncText as _PartnerFunction on  $projection.CustMgmtPartnerFunction = _PartnerFunction.PartnerFunction
                                                                      and _PartnerFunction.Language           = $session.system_language
  association [0..1] to I_BusinessPartner         as _BusinessPartner on  $projection.CustMgmtBusinessPartner = _BusinessPartner.BusinessPartner
{

  key  CustMgmtDocument as SubscriptionContract,
  key  CustMgmtPartnerFunction,
  key  CustMgmtBusinessPartner,
       CustMgmtPartFunctionCategory,
       CustMgmtPartnerIsMainPartner,

       //Association

       _PartnerFunction,
       _BusinessPartner
}
where
      CustMgmtObjectType   = 'BUS2000266'
  and CustMgmtDocumentItem is initial
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CUSTMGMTPARTNER"
],
"ASSOCIATED":
[
"I_BUSINESSPARTNER",
"I_CUSTMGMTPARTNERFUNCTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/