R_RECONTRREMINDERRULEMAINTP
Main Reminder Rule Object
R_RECONTRREMINDERRULEMAINTP is a CDS View in S/4HANA. Main Reminder Rule Object. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_REContractReminderRuleMainTP | view_entity | projection | CONSUMPTION | RE Contract Reminder Rule |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Main Reminder Rule Object'
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@VDM.usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ]
@ObjectModel.representativeKey: 'REReminderNumber'
@ObjectModel.semanticKey: ['InternalRealEstateNumber', 'REReminderNumber' ]
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.sizeCategory: #L
define view entity R_REContrReminderRuleMainTP
as select from I_REReminderObjRule as _REReminderObjRule
association to parent R_REContractTP as _REContract on $projection.InternalRealEstateNumber = _REContract.InternalRealEstateNumber
composition [1..*] of R_REContrReminderRuleParamTP as _REReminderRuleParam
{
key InternalRealEstateNumber,
key REReminderNumber,
REReminderRule,
REReminderReason,
ValidityStartDate,
ValidityEndDate,
/* Associations */
_REReminderRuleParam,
_REReminderReason,
_REReminderRule,
_REContract
}
where
InternalRealEstateNumber like 'IS%'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_REREMINDEROBJRULE"
],
"ASSOCIATED":
[
"I_REREMINDERREASON",
"I_REREMINDERRULE",
"R_RECONTRACTTP",
"R_RECONTRREMINDERRULEPARAMTP"
],
"BASE":
[
"I_REREMINDEROBJRULE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/