P_REIntegObjMsmtHierDateCalc2

DDL: P_REINTEGOBJMSMTHIERDATECALC2 Type: view_entity COMPOSITE Package: VDM_RE_IP

Integration Object Measurement Hierarchy Date Calc View 2

P_REIntegObjMsmtHierDateCalc2 is a Composite CDS View that provides data about "Integration Object Measurement Hierarchy Date Calc View 2" in SAP S/4HANA. It reads from 4 data sources (I_REIntegrationObjectBasicData, I_REIntegrationObjectBasicData, P_REIntegObjMsmtHierDateCalc1, P_REIntegObjMsmtHierDateCalc1) and exposes 6 fields with key fields InternalRealEstateNumber, ValidityStartDate, ValidityStartDate, ValidityStartDate, ValidityStartDate. Part of development package VDM_RE_IP.

Data Sources (4)

SourceAliasJoin Type
I_REIntegrationObjectBasicData I_REIntegrationObjectBasicData union_all
I_REIntegrationObjectBasicData I_REIntegrationObjectBasicData union_all
P_REIntegObjMsmtHierDateCalc1 P_REIntegObjMsmtHierDateCalc1 from
P_REIntegObjMsmtHierDateCalc1 P_REIntegObjMsmtHierDateCalc1 union_all

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Integration Object Measurement Hierarchy Date Calc View 2 view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
VDM.private true view
VDM.viewType #COMPOSITE view

Fields (6)

KeyFieldSource TableSource FieldDescription
KEY InternalRealEstateNumber InternalRealEstateNumber RE Key
KEY ValidityStartDate ValidityStartDate Validity Start Date
KEY ValidityStartDate Validity Start Date
KEY ValidityStartDate Validity Start Date
KEY ValidityStartDate Validity Start Date
KEY ValidityEndDate

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 P_REIntegObjMsmtHierDateCalc2.
-- 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 P_REIntegObjMsmtHierDateCalc2 AS
SELECT
  InternalRealEstateNumber,
  ValidityStartDate,
  cast( '99991231' as rebdvdmvalidto ) AS ValidityEndDate
FROM P_REIntegObjMsmtHierDateCalc1
-- UNION ALL with additional select branch(es): P_REIntegObjMsmtHierDateCalc1, I_REIntegrationObjectBasicData
;