P_REIntegObjMsmtHierDateCalc6

DDL: P_REINTEGOBJMSMTHIERDATECALC6 Type: view_entity COMPOSITE

Integration Object Measurement Hierarchy Date Calc View 6

P_REIntegObjMsmtHierDateCalc6 is a Composite CDS View that provides data about "Integration Object Measurement Hierarchy Date Calc View 6" in SAP S/4HANA. It reads from 1 data source (P_REIntegObjMsmtHierDateCalc4) and exposes 3 fields with key fields InternalRealEstateNumber, ValidityStartDate, ValidityEndDate.

Data Sources (1)

SourceAliasJoin Type
P_REIntegObjMsmtHierDateCalc4 P_REIntegObjMsmtHierDateCalc4 from

Annotations (8)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Integration Object Measurement Hierarchy Date Calc View 6 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 (3)

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

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_REIntegObjMsmtHierDateCalc6.
-- 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_REIntegObjMsmtHierDateCalc6 AS
SELECT
  InternalRealEstateNumber,
  ValidityStartDate,
  ValidityEndDate
FROM P_REIntegObjMsmtHierDateCalc4
;