R_REContrNoticeTermAndRulesTP

DDL: R_RECONTRNOTICETERMANDRULESTP Type: view_entity TRANSACTIONAL

Real Estate Notice Term TP

R_REContrNoticeTermAndRulesTP is a Transactional CDS View that provides data about "Real Estate Notice Term TP" in SAP S/4HANA. It reads from 1 data source (I_RENoticeTerm) and exposes 46 fields with key fields InternalRealEstateNumber, RETermType, RETermNumber, RENoticeRule, RENoticeSequenceNo.

Data Sources (1)

SourceAliasJoin Type
I_RENoticeTerm _RENoticeTerm from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Real Estate Notice Term TP view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
ObjectModel.representativeKey RETermNumber view
Analytics.technicalName RRECNNTTRMARTP view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view

Fields (46)

KeyFieldSource TableSource FieldDescription
KEY InternalRealEstateNumber InternalRealEstateNumber
KEY RETermType RETermType
KEY RETermNumber RETermNumber
KEY RENoticeRule RENoticeRule
KEY RENoticeSequenceNo RENoticeSequenceNo
RETermName RETermName
RealEstateObjectType RealEstateObjectType
REStatusObject _REContract REStatusObject
REIdentificationKey _REContract REIdentificationKey
RENoticeType RENoticeType
RENoticeProcedure RENoticeProcedure
RENoticeGivingParty RENoticeGivingParty
RENoticeRuleType RENoticeRuleType
RENoticeRuleDescription RENoticeRuleDescription
RETermPeriodInYears RETermPeriodInYears
RETermPeriodInMonths RETermPeriodInMonths
RETermPeriodInDays RETermPeriodInDays
REPeriodEndRhythmType REPeriodEndRhythmType
RENoticePeriodInMonths RENoticePeriodInMonths
RENoticePeriodInWeeks RENoticePeriodInWeeks
RENoticePeriodInDays RENoticePeriodInDays
RENoticeGracePeriod RENoticeGracePeriod
REGracePeriodCalOrWorkDays REGracePeriodCalOrWorkDays
RENoticePeriodCalendar RENoticePeriodCalendar
RENoticeYear RENoticeYear
RENoticeMonth RENoticeMonth
RENoticeDay RENoticeDay
RENoticeReceiptYear RENoticeReceiptYear
RENoticeReceiptMonth RENoticeReceiptMonth
RENoticeReceiptDay RENoticeReceiptDay
RENoticeRcptCalOrWorkDays RENoticeRcptCalOrWorkDays
RENoticeReceiptCalendar RENoticeReceiptCalendar
_RENoticeType _RENoticeType
_RENoticeProcedure _RENoticeProcedure
_RETermType _RETermType
_RENoticeRule _RENoticeRule
_REPeriodEndRhythmType _REPeriodEndRhythmType
_RENoticeRuleType _RENoticeRuleType
_RENoticeGivingParty _RENoticeGivingParty
_REGracePeriodCalOrWorkDay _REGracePeriodCalOrWorkDay
_NoticePeriodCalendar _NoticePeriodCalendar
_NoticeReceiptCalendar _NoticeReceiptCalendar
_RENoticeReceiptCalOrWorkDay _RENoticeReceiptCalOrWorkDay
_NoticeReceiptMonth _NoticeReceiptMonth
_NoticeMonth _NoticeMonth
_REContract _REContract
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Real Estate Notice Term TP'

@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ]

@ObjectModel.representativeKey:  'RETermNumber'
@Analytics.technicalName: 'RRECNNTTRMARTP'
@ObjectModel.semanticKey: ['InternalRealEstateNumber', 'RETermType', 'RENoticeType' ]
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L


define view entity R_REContrNoticeTermAndRulesTP
  as select from I_RENoticeTerm as _RENoticeTerm
  association        to parent R_REContractTP as _REContract       on  $projection.InternalRealEstateNumber = _REContract.InternalRealEstateNumber
//  association [1..1] to I_RENoticeTermAddl    as _RENoticeTermAddl on  $projection.InternalRealEstateNumber = _RENoticeTermAddl.InternalRealEstateNumber

//                                                                   and $projection.RETermType               = _RENoticeTermAddl.RETermType

//                                                                   and $projection.RETermNumber             = _RENoticeTermAddl.RETermNumber

//                                                                   and $projection.RENoticeRule             = _RENoticeTermAddl.RENoticeRule

//                                                                   and $projection.RENoticeSequenceNo       = _RENoticeTermAddl.RENoticeSequenceNo

{
  key InternalRealEstateNumber,
      @ObjectModel.foreignKey.association: '_RETermType'
  key RETermType,
  key RETermNumber,
      @ObjectModel.foreignKey.association: '_RENoticeRule'    
  key RENoticeRule,    
  key RENoticeSequenceNo,
      @Semantics.text: true
      RETermName,
      RealEstateObjectType,
      _REContract.REStatusObject,
      _REContract.REIdentificationKey,
      @ObjectModel.foreignKey.association: '_RENoticeType'
      RENoticeType,
      @ObjectModel.foreignKey.association: '_RENoticeProcedure'
      RENoticeProcedure,
      @ObjectModel.foreignKey.association: '_RENoticeGivingParty'
      RENoticeGivingParty,
      @ObjectModel.foreignKey.association: '_RENoticeRuleType'
      RENoticeRuleType,
      @Semantics.text: true
      RENoticeRuleDescription,
      RETermPeriodInYears,
      RETermPeriodInMonths,
      RETermPeriodInDays,
      @ObjectModel.foreignKey.association: '_REPeriodEndRhythmType'
      REPeriodEndRhythmType,
      RENoticePeriodInMonths,
      RENoticePeriodInWeeks,
      RENoticePeriodInDays,
      RENoticeGracePeriod,
      @ObjectModel.foreignKey.association: '_REGracePeriodCalOrWorkDay'
      REGracePeriodCalOrWorkDays,
      @ObjectModel.foreignKey.association: '_NoticePeriodCalendar'
      RENoticePeriodCalendar,

      RENoticeYear,
      @ObjectModel.foreignKey.association: '_NoticeMonth'
      RENoticeMonth,
      RENoticeDay,
      RENoticeReceiptYear,
      @ObjectModel.foreignKey.association: '_NoticeReceiptMonth'
      RENoticeReceiptMonth,
      RENoticeReceiptDay,

      @ObjectModel.foreignKey.association: '_RENoticeReceiptCalOrWorkDay'
      RENoticeRcptCalOrWorkDays,
      @ObjectModel.foreignKey.association: '_NoticeReceiptCalendar'
      RENoticeReceiptCalendar,


      _RENoticeType,
      _RENoticeProcedure,
      _RETermType,
      _RENoticeRule,
      _REPeriodEndRhythmType,
      _RENoticeRuleType,
      _RENoticeGivingParty,
      _REGracePeriodCalOrWorkDay,
      _NoticePeriodCalendar,
      _NoticeReceiptCalendar,
      _RENoticeReceiptCalOrWorkDay,
      _NoticeReceiptMonth,
      _NoticeMonth,  
      _REContract
//      _RENoticeTermAddl

      }
where
  _REContract.RealEstateObjectType = 'IS'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_RENOTICETERM",
"R_RECONTRACTTP"
],
"ASSOCIATED":
[
"I_CALENDARMONTH",
"I_FACTORYCALENDAR",
"I_RECALENDARORWORKDAY",
"I_RENOTICEGIVINGPARTY",
"I_RENOTICEPROCEDURE",
"I_RENOTICERULE",
"I_RENOTICERULETYPE",
"I_RENOTICETYPE",
"I_REPERIODENDRHYTHMTYPE",
"I_RETERMTYPE",
"R_RECONTRACTTP"
],
"BASE":
[
"I_RENOTICETERM"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/