C_REContrReminderRuleParamTP
Real Estate Reminder Rule Parameter TP
C_REContrReminderRuleParamTP is a Consumption CDS View that provides data about "Real Estate Reminder Rule Parameter TP" in SAP S/4HANA. It reads from 1 data source (R_REContrReminderRuleParamTP) and exposes 15 fields with key fields InternalRealEstateNumber, REReminderNumber, REReminderRuleParamNumber, REReminderRule. It is exposed through 1 OData service (UI_RECONTRACT). It is used in 1 Fiori application: Contract Management. Part of development package ODATA_RE_CONTRACT_APP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_REContrReminderRuleParamTP | R_REContrReminderRuleParamTP | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Real Estate Reminder Rule Parameter TP | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| Metadata.allowExtensions | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_RECONTRACT | UI_RECONTRACT | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F5273 | Contract Management | Transactional | This Fiori App allows customers to manage and maintain their Real Estate Contracts. Through the App customers get the ability to easily understand their contracts and liabilities. |
Contract Management
Business Role: Contract Specialist - Leasing
The term section of the contract has been restructured. It now includes subsections for dates, renewal terms, and notice terms to ease navigation inside the contract.
Fields (15)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InternalRealEstateNumber | InternalRealEstateNumber | ||
| KEY | REReminderNumber | REReminderNumber | ||
| KEY | REReminderRuleParamNumber | REReminderRuleParamNumber | ||
| KEY | REReminderRule | REReminderRule | ||
| REReminderParamType | REReminderParamType | |||
| REReminderParamDate | REReminderParamDate | |||
| REReminderParamNmbr | REReminderParamNmbr | |||
| REReminderParamIsBoolean | REReminderParamIsBoolean | |||
| REReminderParamDateIsHidden | REReminderParamDateIsHidden | |||
| REReminderParamNmbrIsHidden | REReminderParamNmbrIsHidden | |||
| REReminderParamIndIsHidden | REReminderParamIndIsHidden | |||
| _REReminderParam | _REReminderParam | |||
| _REReminderRule | _REReminderRule | |||
| _REReminderParamAddl | _REReminderParamAddl | |||
| _REContractredirectedtoC_REContractTP |
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Real Estate Reminder Rule Parameter TP'
//@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
@VDM.usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ]
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType: {
dataClass: #MASTER,
serviceQuality: #D,
sizeCategory: #L
}
@Metadata.allowExtensions: true
define view entity C_REContrReminderRuleParamTP
as projection on R_REContrReminderRuleParamTP
{
@UI.hidden: true
key InternalRealEstateNumber,
@UI.hidden: true
key REReminderNumber,
key REReminderRuleParamNumber,
@UI.hidden: true
key REReminderRule,
REReminderParamType,
REReminderParamDate,
REReminderParamNmbr,
REReminderParamIsBoolean,
_REReminderParam._Text.REReminderParamName as REReminderParamName : localized,
@UI.hidden: true
REReminderParamDateIsHidden,
@UI.hidden: true
REReminderParamNmbrIsHidden,
@UI.hidden: true
REReminderParamIndIsHidden,
/* Associations */
_REReminderParam,
_REReminderRule,
_REReminderParamAddl,
_REReminderRuleMain : redirected to parent C_REContractReminderRuleMainTP,
_REContract : redirected to C_REContractTP
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA