R_REContrValnProcStepDraft
Real Estate Valuation Process Step Draft
R_REContrValnProcStepDraft is a Basic CDS View that provides data about "Real Estate Valuation Process Step Draft" in SAP S/4HANA. It reads from 1 data source (viceprocess_d) and exposes 34 fields with key fields InternalRealEstateNumber, REValuationProcessUUID, RETermNumber, DraftUUID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| viceprocess_d | viceprocess_d | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| EndUserText.label | Real Estate Valuation Process Step Draft | view | |
| ObjectModel.representativeKey | RETermNumber | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| VDM.viewType | #BASIC | view | |
| VDM.lifecycle.contract.type | #SAP_INTERNAL_API | view |
Fields (34)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | InternalRealEstateNumber | viceprocess_d | internalrealestatenumber | RE Key |
| KEY | REValuationProcessUUID | viceprocess_d | revaluationprocessuuid | Valuation Proc. |
| KEY | RETermNumber | viceprocess_d | retermnumber | Number |
| KEY | DraftUUID | viceprocess_d | draftuuid | UUID |
| ParentDraftUUID | viceprocess_d | parentdraftuuid | NodeID | |
| REValuationRuleUUID | viceprocess_d | revaluationruleuuid | Val. Rule | |
| REValuationProcessReason | viceprocess_d | revaluationprocessreason | Val. Reason | |
| REValuationBehavior | viceprocess_d | revaluationbehavior | Val. Behavior | |
| REConsiderationStartDate | viceprocess_d | reconsiderationstartdate | Start of Consideration | |
| REInfoText | viceprocess_d | reinfotext | Note | |
| REContractValueAmount | viceprocess_d | recontractvalueamount | Contract Value | |
| RENetPresentValueAmount | viceprocess_d | renetpresentvalueamount | Present Value | |
| RERemainingCapitalAmount | viceprocess_d | reremainingcapitalamount | Rem. Capital | |
| Currency | viceprocess_d | currency | Valuation Crcy | |
| CreatedByUser | viceprocess_d | createdbyuser | User Name | |
| CreationDate | viceprocess_d | creationdate | Time Stamp | |
| CreationTime | viceprocess_d | creationtime | Time of Change | |
| RESourceOfCreation | viceprocess_d | resourceofcreation | Source.In.Entry | |
| LastChangedByUser | viceprocess_d | lastchangedbyuser | User Name | |
| LastChangeDate | viceprocess_d | lastchangedate | Time Stamp | |
| LastChangeTime | viceprocess_d | lastchangetime | Time changed | |
| RESourceOfChange | viceprocess_d | resourceofchange | Editing Source | |
| RELinearizationStartDate | viceprocess_d | relinearizationstartdate | Start of LInearization | |
| REProbableEndDate | viceprocess_d | reprobableenddate | Probable End | |
| REAbsoluteEndDate | viceprocess_d | reabsoluteenddate | Absolute Ende Date | |
| REValuationEngine | viceprocess_d | revaluationengine | Evaluation Core | |
| DraftEntityCreationDateTime | viceprocess_d | draftentitycreationdatetime | Draft Created On | |
| DraftEntityLastChangeDateTime | viceprocess_d | draftentitylastchangedatetime | Draft Last Changed On | |
| DraftAdministrativeDataUUID | viceprocess_d | draftadministrativedatauuid | UUID | |
| DraftEntityOperationCode | viceprocess_d | draftentityoperationcode | Draft - Operation Code | |
| HasActiveEntity | viceprocess_d | hasactiveentity | TRUE | |
| DraftFieldChanges | viceprocess_d | draftfieldchanges | Field Changes | |
| _REContract | _REContract | |||
| _ValuationRule | _ValuationRule |
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 R_REContrValnProcStepDraft.
-- 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 R_REContrValnProcStepDraft AS
SELECT
viceprocess_d.internalrealestatenumber AS InternalRealEstateNumber,
viceprocess_d.revaluationprocessuuid AS REValuationProcessUUID,
viceprocess_d.retermnumber AS RETermNumber,
viceprocess_d.draftuuid AS DraftUUID,
viceprocess_d.parentdraftuuid AS ParentDraftUUID,
viceprocess_d.revaluationruleuuid AS REValuationRuleUUID,
viceprocess_d.revaluationprocessreason AS REValuationProcessReason,
viceprocess_d.revaluationbehavior AS REValuationBehavior,
viceprocess_d.reconsiderationstartdate AS REConsiderationStartDate,
viceprocess_d.reinfotext AS REInfoText,
viceprocess_d.recontractvalueamount AS REContractValueAmount,
viceprocess_d.renetpresentvalueamount AS RENetPresentValueAmount,
viceprocess_d.reremainingcapitalamount AS RERemainingCapitalAmount,
viceprocess_d.currency AS Currency,
viceprocess_d.createdbyuser AS CreatedByUser,
viceprocess_d.creationdate AS CreationDate,
viceprocess_d.creationtime AS CreationTime,
viceprocess_d.resourceofcreation AS RESourceOfCreation,
viceprocess_d.lastchangedbyuser AS LastChangedByUser,
viceprocess_d.lastchangedate AS LastChangeDate,
viceprocess_d.lastchangetime AS LastChangeTime,
viceprocess_d.resourceofchange AS RESourceOfChange,
viceprocess_d.relinearizationstartdate AS RELinearizationStartDate,
viceprocess_d.reprobableenddate AS REProbableEndDate,
viceprocess_d.reabsoluteenddate AS REAbsoluteEndDate,
viceprocess_d.revaluationengine AS REValuationEngine,
viceprocess_d.draftentitycreationdatetime AS DraftEntityCreationDateTime,
viceprocess_d.draftentitylastchangedatetime AS DraftEntityLastChangeDateTime,
viceprocess_d.draftadministrativedatauuid AS DraftAdministrativeDataUUID,
viceprocess_d.draftentityoperationcode AS DraftEntityOperationCode,
viceprocess_d.hasactiveentity AS HasActiveEntity,
viceprocess_d.draftfieldchanges AS DraftFieldChanges
FROM viceprocess_d
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- 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