C_REValuationManageTP
Contract Valuation Management Root
C_REValuationManageTP is a Consumption CDS View that provides data about "Contract Valuation Management Root" in SAP S/4HANA. It reads from 1 data source (R_REContractTP) and exposes 32 fields with key field InternalRealEstateNumber. It is exposed through 1 OData service (UI_REVALUATIONMANAGE). It is used in 1 Fiori application: Valuation Management. Part of development package ODATA_RE_CN_VALUATION_APP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_REContractTP | R_REContractTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Contract Valuation Management Root | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.representativeKey | InternalRealEstateNumber | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.modelingPattern | #TRANSACTIONAL_PROJECTED_ENTITY | view | |
| Search.searchable | true | view | |
| Metadata.allowExtensions | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_REVALUATIONMANAGE | UI_REVALUATIONMANAGE | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F6170 | Valuation Management | Transactional | This Fiori App allows customers to manage the Valuation of their Contracts and Liabilities. |
Valuation Management
Business Role: Contract Valuation Specialist - Leasing
You can use this app to do the following:Search for contracts and filter for contracts.Create and edit valuation rules.Perform valuation to generate valuation cash flow.Work with additional information such as conditions and contract term information.Access other apps with direct navigation to the relevant entry build-in.Use enabled draft feature.
Fields (32)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InternalRealEstateNumber | InternalRealEstateNumber | RE Key | |
| CompanyCode | CompanyCode | Receiver Company Code | ||
| CompanyCodeName | _CompanyCode | CompanyCodeName | Company Name | |
| RealEstateContract | RealEstateContract | Real Estate Contract | ||
| RealEstateContractOID | RealEstateContractOID | Real Estate Contract OID | ||
| REContractType | REContractType | Contract Type | ||
| REContractName | REContractName | Contract Name | ||
| ContractStartDate | ContractStartDate | Contract Start Date | ||
| ContractEndDate | ContractEndDate | Contract End Date | ||
| REContractNoticeDate | REContractNoticeDate | Notice Per | ||
| LastChangedByUser | LastChangedByUser | User Name | ||
| LastChangeDate | LastChangeDate | Time Stamp | ||
| LastChangeTime | LastChangeTime | Time changed | ||
| LastChangeDateTime | LastChangeDateTime | Timestamp | ||
| REStatusObject | REStatusObject | Val. Obj. No. | ||
| CreatedByUser | CreatedByUser | User Name | ||
| CreationDate | CreationDate | Time Stamp | ||
| CreationTime | CreationTime | Time of Change | ||
| CreationDateTime | CreationDateTime | Timestamp | ||
| REContractFirstEndDate | REContractFirstEndDate | First Contract End | ||
| virtualREValuationStatusDescval_text | ||||
| virtualIsDraftEntityrecabool | ||||
| virtualIsInitialVersionrecabool | ||||
| int1 | ||||
| virtualNoteUUIDbobfconf_key | ||||
| virtualNoteObjectnte_objectid | ||||
| REAuthorizationGroup | REAuthorizationGroup | Authoriz. Group | ||
| virtualREContractPeriodStatusretmpestate | ||||
| virtualREContractNextEndDateretmrnendnew | ||||
| virtualREAssetWarningTextchar80 | Asset Update Status | |||
| virtualREAssetWarningIsHiddenrecabool | ||||
| int1 |
Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.
-- Derived SQL interpretation of CDS view C_REValuationManageTP.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
CREATE VIEW C_REValuationManageTP AS
SELECT
InternalRealEstateNumber,
CompanyCode,
_CompanyCode.CompanyCodeName AS CompanyCodeName,
RealEstateContract,
RealEstateContractOID,
REContractType,
REContractName,
ContractStartDate,
ContractEndDate,
REContractNoticeDate,
LastChangedByUser,
LastChangeDate,
LastChangeTime,
LastChangeDateTime,
REStatusObject,
CreatedByUser,
CreationDate,
CreationTime,
CreationDateTime,
REContractFirstEndDate,
virtual REValuationStatusDesc : val_text AS virtualREValuationStatusDescval_text,
virtual IsDraftEntity : recabool AS virtualIsDraftEntityrecabool,
virtual IsInitialVersion : recabool AS virtualIsInitialVersionrecabool,
virtual REValuationStatusCriticality : abap.int1 AS int1,
virtual NoteUUID : /bobf/conf_key AS virtualNoteUUIDbobfconf_key,
virtual NoteObject : nte_objectid AS virtualNoteObjectnte_objectid,
REAuthorizationGroup,
virtual REContractPeriodStatus : retmpestate AS virtualREContractPeriodStatusretmpestate,
virtual REContractNextEndDate : retmrnendnew AS virtualREContractNextEndDateretmrnendnew,
virtual REAssetWarningText : char80 AS virtualREAssetWarningTextchar80,
virtual REAssetWarningIsHidden : recabool AS virtualREAssetWarningIsHiddenrecabool
FROM R_REContractTP
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- SAP Fiori Apps Architecture — How Fiori Apps Connect to Data
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- 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
- BSEG to ACDOCA: The Universal Journal Migration
- Business Partner Migration: KNA1/LFA1 to BUT000
- Material Document Migration: MSEG/MKPF to MATDOC
- How to Find the Right CDS View for an SAP Table
- BW Extractor to CDS View Migration Guide
- S/4HANA CDS View Deprecation: What You Need to Know
- ABAP CDS View Tutorial — From Basics to Real-World Examples
- RAP and CDS Views — Building Transactional Apps in SAP S/4HANA
- Sales Document Status Migration: VBUP/VBUK Removal in S/4HANA
- CO Tables in S/4HANA: COEP, COBK, COSS, COSP to ACDOCA