R_BSCCNDNCONTRREFCDCNDNCONTR

CDS View

Bsc Cndn Contr Refcd Condition Contract

R_BSCCNDNCONTRREFCDCNDNCONTR is a CDS View in S/4HANA. Bsc Cndn Contr Refcd Condition Contract. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
C_SetlMgmtDocumentProcessFlow view union CONSUMPTION Settlement Management Document Process Flow
@EndUserText.label: 'Bsc Cndn Contr Refcd Condition Contract'
@AccessControl: {
    authorizationCheck:     #MANDATORY,
    personalData.blocking:  #('TRANSACTIONAL_DATA')
    }
@ObjectModel: {
    usageType.serviceQuality: #A,
    usageType.dataClass:      #TRANSACTIONAL,
    usageType.sizeCategory:   #XXL
    }
@VDM: {
    viewType: #BASIC,
    lifecycle.contract.type: #SAP_INTERNAL_API
    }
@Metadata: {
    ignorePropagatedAnnotations: true,
    allowExtensions: false
    }

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

  association [1..1] to R_BasicConditionContract as _BasicConditionContract     on $projection.BasicConditionContract = _BasicConditionContract.BasicConditionContract

  /* Referenced Condition Contracts */
  association [0..1] to R_ConditionContract      as _BscCndnContrRefcdCndnContr on $projection.BscCndnContrRefcdCndnContr = _BscCndnContrRefcdCndnContr.ConditionContract

{

      @ObjectModel.foreignKey.association: '_BasicConditionContract'
  key cast( ConditionDocument as wcb_num_basic_contract preserving type )        as BasicConditionContract,
      @ObjectModel.foreignKey.association: '_BscCndnContrRefcdCndnContr'
  key cast( CndnDocItmRefcdCndnDoc as wcb_bsccoco_itm_refcd_cc preserving type ) as BscCndnContrRefcdCndnContr,

      /* UUIDs */
      cast( ConditionDocumentUUID as wcb_bsc_cndn_contr_uuid preserving type )   as BasicConditionContractUUID,
      ConditionDocumentItemUUID                                                  as BscCndnContrRefcdCndnContrUUID,

      /* Associations */
      _BasicConditionContract,
      _BscCndnContrRefcdCndnContr
}
where
  CndnDocObjNodeTypeAbbr = 'BCCRCC'