C_REContractConditionCalc
RE Contract Condition Calculation
C_REContractConditionCalc is a Consumption CDS View that provides data about "RE Contract Condition Calculation" in SAP S/4HANA. It reads from 1 data source (I_REContrConditionCalculation) and exposes 15 fields with key field RECndnCalculationUUID. 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 |
|---|---|---|
| I_REContrConditionCalculation | I_REContrConditionCalculation | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CRECONTRCNDNCALC | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | RE Contract Condition Calculation | view | |
| ObjectModel.representativeKey | RECndnCalculationUUID | 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 | RECndnCalculationUUID | RECndnCalculationUUID | ||
| InternalRealEstateNumber | InternalRealEstateNumber | |||
| REStatusObjectCalculation | REStatusObjectCalculation | |||
| REConditionType | REConditionType | |||
| RENumberOfCalculation | RENumberOfCalculation | |||
| ValidityStartDate | ValidityStartDate | |||
| ValidityEndDate | ValidityEndDate | |||
| REConditionItemAmount | REConditionItemAmount | |||
| REConditionItemTaxAmount | REConditionItemTaxAmount | |||
| REConditionCalculationFactor | REConditionCalculationFactor | |||
| REConditionCurrency | REConditionCurrency | |||
| REConditionUUID | REConditionUUID | |||
| REConditionTypeName | ||||
| _REConditionType | _REConditionType | |||
| _REContract | _REContract |
@AbapCatalog.sqlViewName: 'CRECONTRCNDNCALC'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck:#CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #L
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'RE Contract Condition Calculation'
@ObjectModel.representativeKey: 'RECndnCalculationUUID'
@Metadata.allowExtensions: true
define view C_REContractConditionCalc
as select from I_REContrConditionCalculation
{
@UI.hidden: true
key RECndnCalculationUUID,
@UI.hidden: true
InternalRealEstateNumber,
@UI.hidden: true
REStatusObjectCalculation,
@ObjectModel.text.element: ['REConditionTypeName']
REConditionType,
RENumberOfCalculation,
ValidityStartDate,
ValidityEndDate,
REConditionItemAmount,
REConditionItemTaxAmount,
REConditionCalculationFactor,
REConditionCurrency,
@UI.hidden: true
REConditionUUID,
@UI.hidden: true
_REConditionType._Text[1: Language = $session.system_language ].REConditionTypeName as REConditionTypeName,
_REConditionType,
_REContract
}
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