I_REIntegObjectBldngLandVH
Real Estate Building Land Help
I_REIntegObjectBldngLandVH is a Composite CDS View (Dimension) that provides data about "Real Estate Building Land Help" in SAP S/4HANA. It has 3 associations to related views.
Associations (3)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_REIntegrationObject | _REIntegrationObjLvl0 | _REIntegrationObjLvl0.InternalRealEstateNumber = $projection.InternalRealEstateNumberLvl0 |
| [1..1] | I_REIntegrationObject | _REIntegrationObjLvl1Bu | _REIntegrationObjLvl1Bu.InternalRealEstateNumber = $projection.InternalRealEstateNumberLvl1 and _REIntegrationObjLvl1Bu.REIntegrationObjectType = 'C4BU' |
| [1..1] | I_REIntegrationObject | _REIntegrationObjLvl1La | _REIntegrationObjLvl1La.InternalRealEstateNumber = $projection.InternalRealEstateNumberLvl1 and _REIntegrationObjLvl1La.REIntegrationObjectType = 'C4PR' |
Annotations (19)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IREINTOBJBULAVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.internalName | #LOCAL | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.representativeKey | REIntegrationObjectNumberLvl1 | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Metadata.allowExtensions | true | view | |
| EndUserText.label | Real Estate Building Land Help | view | |
| Consumption.ranked | true | view |
Fields (13)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | REIntegrationObjectNumberLvl1 | REIntegrationObjectNumberLvl1 | Building/Land Number | |
| InternalRealEstateNumberLvl1 | InternalRealEstateNumberLvl1 | |||
| RealEstateExternalIDLvl1 | RealEstateExternalIDLvl1 | |||
| REIntegrationObjectType | ||||
| REIntegObjectBuildingName | _REIntegrationObjLvl1Bu | REIntegrationObjectName | Building | |
| REIntegObjectLandName | _REIntegrationObjLvl1La | REIntegrationObjectName | Land | |
| REIntegrationObjectName | ||||
| REAuthorizationGroup | ||||
| ValidityStartDateLvl1 | ||||
| ValidityEndDateLvl1 | ||||
| REIntegrationObjectNumberLvl0 | REIntegrationObjectNumberLvl0 | |||
| InternalRealEstateNumberLvl0 | InternalRealEstateNumberLvl0 | |||
| REIntegObjectSiteName | REIntegObjectSiteName | Site |
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 I_REIntegObjectBldngLandVH.
-- 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.
-- SQL view name: IREINTOBJBULAVH
CREATE VIEW I_REIntegObjectBldngLandVH AS
SELECT
REIntegrationObjectNumberLvl1,
InternalRealEstateNumberLvl1,
RealEstateExternalIDLvl1,
cast( coalesce( _REIntegrationObjLvl1Bu.REIntegrationObjectType, _REIntegrationObjLvl1La.REIntegrationObjectType ) as reipobjecttype preserving type ) AS REIntegrationObjectType,
_REIntegrationObjLvl1Bu.REIntegrationObjectName AS REIntegObjectBuildingName,
_REIntegrationObjLvl1La.REIntegrationObjectName AS REIntegObjectLandName,
cast( coalesce( _REIntegrationObjLvl1La.REIntegrationObjectName, _REIntegrationObjLvl1Bu.REIntegrationObjectName ) as reipxsobject preserving type ) AS REIntegrationObjectName,
cast( coalesce( _REIntegrationObjLvl1Bu.REAuthorizationGroup, _REIntegrationObjLvl1La.REAuthorizationGroup ) as recaauthgrp preserving type ) AS REAuthorizationGroup,
cast( coalesce( _REIntegrationObjLvl1Bu.ValidityStartDate, _REIntegrationObjLvl1La.ValidityStartDate ) as rebdvdmvalidfrom preserving type ) AS ValidityStartDateLvl1,
cast( coalesce( _REIntegrationObjLvl1Bu.ValidityEndDate, _REIntegrationObjLvl1La.ValidityEndDate ) as rebdvdmvalidto preserving type ) AS ValidityEndDateLvl1,
REIntegrationObjectNumberLvl0,
InternalRealEstateNumberLvl0,
REIntegObjectSiteName
LEFT OUTER JOIN I_REIntegrationObject AS _REIntegrationObjLvl0 ON _REIntegrationObjLvl0.InternalRealEstateNumber = InternalRealEstateNumberLvl0 -- association [1..1]
LEFT OUTER JOIN I_REIntegrationObject AS _REIntegrationObjLvl1Bu ON _REIntegrationObjLvl1Bu.InternalRealEstateNumber = InternalRealEstateNumberLvl1 AND _REIntegrationObjLvl1Bu.REIntegrationObjectType = 'C4BU' -- association [1..1]
LEFT OUTER JOIN I_REIntegrationObject AS _REIntegrationObjLvl1La ON _REIntegrationObjLvl1La.InternalRealEstateNumber = InternalRealEstateNumberLvl1 AND _REIntegrationObjLvl1La.REIntegrationObjectType = 'C4PR' -- association [1..1]
;
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