R_CNDNCONTRCNDNRECDTEXTTP

CDS View

Cndn Record of Cndn Contract - Text TP

R_CNDNCONTRCNDNRECDTEXTTP is a CDS View in S/4HANA. Cndn Record of Cndn Contract - Text TP. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
A_CndnContrCndnRecdText view_entity projection CONSUMPTION Condition Record Text
@VDM: {
  viewType: #TRANSACTIONAL,
  lifecycle.contract.type: #SAP_INTERNAL_API
}
@AccessControl: {
  authorizationCheck: #MANDATORY,
  personalData.blocking: #('TRANSACTIONAL_DATA')
}
@EndUserText.label: 'Cndn Record of Cndn Contract - Text TP'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel: {
   dataCategory: #TEXT,
   representativeKey: 'ConditionRecord',
   usageType: {
     dataClass:      #TRANSACTIONAL,
     serviceQuality: #P,
     sizeCategory:   #XXL
   }
}
define view entity R_CndnContrCndnRecdTextTP
  as select from R_ConditionContract

  association        to parent R_CndnContrCndnRecordTP as _CndnContrCndnRecord on  $projection.ConditionContract = _CndnContrCndnRecord.ConditionContract
                                                                               and $projection.ConditionRecord   = _CndnContrCndnRecord.ConditionRecord
  association [1..1] to R_ConditionContractTP          as _ConditionContract   on  $projection.ConditionContract = _ConditionContract.ConditionContract
  association [0..1] to I_Language                     as _Language            on  $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_ConditionContract'
  key ConditionContract                 as ConditionContract,
      @ObjectModel.foreignKey.association: '_CndnContrCndnRecord'
      @ObjectModel.text.element:['CndnContrCndnRecdDesc']
  key cast( '' as knumh )               as ConditionRecord,
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key cast( '' as spras )               as Language,

      @Semantics.text: true
      cast( ''  as wcb_cond_recd_text ) as CndnContrCndnRecdDesc,

      /* --- Root Entity --- */
      _ConditionContract,
      /* --- Parent Entity --- */
      _CndnContrCndnRecord,
      /* --- Association --- */
      _Language
}
where
  1 = 2
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"R_CONDITIONCONTRACT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"R_CNDNCONTRCNDNRECORDTP",
"R_CONDITIONCONTRACTTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/