I_REMeasurementType
Measurement Type
Real Estate Measurement Type
I_REMeasurementType (Basic)
Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.
Real Estate Measurement Type · Cross Applications
I_REMeasurementType is a Basic CDS View (Dimension) that provides data about "Measurement Type" in SAP S/4HANA. It reads from 1 data source (tivbdmeas) and exposes 38 fields with key field REMeasurementType. It has 10 associations to related views.
SAP Help Documentation
| Category | Customizing |
|---|---|
| Data Category | Dimension |
This CDS view provides a structured representation of measurement types used in contract and lease management. It serves as a dimension in analytical scenarios, allowing users to analyze and categorize different measurement types based on various attributes and associations. This CDS view provides the data to answer the following business questions: What are the different types of measurements used in contract and lease management? How are measurement types categorized based on their usage for architecture objects, usable and rentable objects? Which measurement types are considered total measurements or are presented as percentages? What is the default measurement unit for each measurement type? Are there any exceptions or restrictions for certain measurement types in specific contexts, such as rental or architectural objects? To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views .
Prerequisites
Authorizations Users who want to use this CDS view don't need any special authorization.
Structure
Important Fields Important fields in this view include the following: Field Name Description REMeasurementType Measurement Type REMeasurementIsTotal Total Measurement RESettlmtBasicComponent Basic share REMeasurementIsZeroForVacancy Vacancy Value - Zero REValueIsPresentedAsPercentage Percentage REMsmtHasEqualApportionment Equal Apportion REMsmtIsDeterminedByCndnType Cond.Type Measurmt REMsmtTypeIsUsedForConsumption Consumption REMeterIsResettable Reset REDefaultMeasurementUnit Default Unit REMsmtUsageForArchitecturalObj Allowed for AO REMsmtUsageForRentalObject Allowed for RO REMsmtUsageForBusinessEntity Allowed for BE REMsmtUsageForLand Allowed for PR REMsmtUsageForBuilding Allowed for BU REMsmtUsageForContract Allowed for Contract REMsmtUsageForParcels Allowed for Parcel REMsmtUsageForGenericObject Allowed for GRO REMsmtTypeIsAreaMeasurement Area Measurement REMsmtTypeIsUsedForApprtmt Rel. for Apport. REExcptnRntlObjIsNotPossible No Exception REExcptnArchlObjIsNotPossible No Exception REExcptnContrTypeIsNotPossible No Exception REDifferingMeasurement Object Reference RETypeIsRprstvForOwnrShipShare Ownership Share RERefFactorIsRelatedToKeyDate Key Date RENoCompressionIsActive No Compression REIsExclForNewAssgmt Obsolete
Data Extraction
Data Extraction Type This CDS view is enabled for data extraction in full mode.
SAP API Hub
| State | C1 |
|---|---|
| Line of Business | Cross Applications |
| Application Component | RE-FX-BD |
| Capabilities | Analytical Dimension, Data Source for Data Extraction, Association Target for Defining CDS Entities |
| Package | Cross Applications for SAP S/4HANA Cloud Private Edition |
Documentation
- Analytics with CDS Views — Build Analytics for S/4HANA Cloud Private Edition ABAP CDS views replicated to SAP Cloud Platform
- CDS Views on SAP Business Accelerator Hub — Explore SAP S/4HANA Cloud Private Edition CDS Views on SAP Business Accelerator Hub
- Create CDS View as API — Create CDS views in SAP S/4HANA Cloud Private Edition and consume them as APIs
- Custom CDS Views — Access data using a Custom Core Data Service view (Custom CDS view)
- Key User Extensibility Tools — The Key User Extensibility Tools of S/4HANA
- SAP Extensibility Explorer for SAP S/4HANA Cloud Private Edition — Explore SAP S/4HANA Cloud Private Edition Extensibility options by leveraging the sample scenarios from SAP
- SAP S/4HANA Extensibility — SAP S/4HANA Extensibility Tutorial
- VDM View Types — The Virtual Data Model in SAP S/4HANA Cloud Private Edition
- View Browser — Search, browse and tag CDS Views
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tivbdmeas | tivbdmeas | from |
Associations (10)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_REMeasurementTypeText | _Text | $projection.REMeasurementType = _Text.REMeasurementType |
| [0..1] | I_RESettlmtBasicComponent | _RESettlmtBasicComponent | $projection.RESettlmtBasicComponent = _RESettlmtBasicComponent.RESettlmtBasicComponent |
| [0..1] | I_REMsmtAllowedUsages | _REMsmtUsageForArchlObj | $projection.REMsmtUsageForArchitecturalObj = _REMsmtUsageForArchlObj.REMsmtAllowedUsages |
| [0..1] | I_REMsmtAllowedUsages | _REMsmtUsageForRentalObj | $projection.REMsmtUsageForRentalObject = _REMsmtUsageForRentalObj.REMsmtAllowedUsages |
| [0..1] | I_REMsmtAllowedUsages | _REMsmtUsageForBusinessEntity | $projection.REMsmtUsageForBusinessEntity = _REMsmtUsageForBusinessEntity.REMsmtAllowedUsages |
| [0..1] | I_REMsmtAllowedUsages | _REMsmtUsageForLand | $projection.REMsmtUsageForLand = _REMsmtUsageForLand.REMsmtAllowedUsages |
| [0..1] | I_REMsmtAllowedUsages | _REMsmtUsageForBuilding | $projection.REMsmtUsageForBuilding = _REMsmtUsageForBuilding.REMsmtAllowedUsages |
| [0..1] | I_REMsmtAllowedUsages | _REMsmtUsageForContract | $projection.REMsmtUsageForContract = _REMsmtUsageForContract.REMsmtAllowedUsages |
| [0..1] | I_REMsmtAllowedUsages | _REMsmtUsageForParcels | $projection.REMsmtUsageForParcels = _REMsmtUsageForParcels.REMsmtAllowedUsages |
| [0..1] | I_REDifferingMeasurement | _REDifferingMeasurement | $projection.REDifferingMeasurement = _REDifferingMeasurement.REDifferingMeasurement |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IREMSMTTYPE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.internalName | #LOCAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Measurement Type | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.representativeKey | REMeasurementType | view | |
| VDM.viewType | #BASIC | view |
Fields (38)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | REMeasurementType | meas | Measurement Type | |
| REMeasurementIsTotal | issummeas | Total Measurement | ||
| RESettlmtBasicComponent | baserate | Basic components settlement factor | ||
| REMeasurementIsZeroForVacancy | setzeroifvacant | Set Measurement Value to Zero for Vacancy | ||
| REValueIsPresentedAsPercentage | ispercent | Value as Percentage | ||
| REMsmtHasEqualApportionment | ispropapport | Equal Apportionment | ||
| REMsmtIsDeterminedByCndnType | getbycondtype | Measurement Amount Determined Using Condition Types | ||
| REMsmtTypeIsUsedForConsumption | isconsumption | Consumption | ||
| REMeterIsResettable | isresetable | Possible to Reset the Meter | ||
| REDefaultMeasurementUnit | measunitdef | Default for Unit of Measurement | ||
| REMsmtUsageForArchitecturalObj | usageforao | Allowed for Archictural Objects | ||
| REMsmtUsageForRentalObject | usageforro | Allowed for Rental Objects | ||
| REMsmtUsageForBusinessEntity | usageforbe | Allowed for Business Entities | ||
| REMsmtUsageForLand | usageforpr | Allowed for Land | ||
| REMsmtUsageForBuilding | usageforbu | Allowed for Buildings | ||
| REMsmtUsageForContract | usageforcn | Allowed for Real Estate Contracts and Adjustment Measures | ||
| REMsmtUsageForParcels | usageforpl | Allowed for Parcels | ||
| REMsmtUsageForGenericObject | usageforgo | Allowed for Generic Rental Object | ||
| REMsmtTypeIsAreaMeasurement | isspcfactor | Indicator: Measurement Type Is an Area Measurement | ||
| REMsmtTypeIsUsedForApprtmt | usedforapport | Measurement Type Is Relevant for Apportionment | ||
| REExcptnRntlObjIsNotPossible | disableexceptro | Exceptions per Rental Object Type Not Possible | ||
| REExcptnArchlObjIsNotPossible | disableexceptao | Exceptions per Arch. Object Type Not Possible | ||
| REExcptnContrTypeIsNotPossible | disableexceptcn | Exceptions per Contract Type Not Possible | ||
| REDifferingMeasurement | objrelprop | Differing Measurement: Relationship to Objects | ||
| RETypeIsRprstvForOwnrShipShare | iscoshare | Measurement Type Represents the Ownership Share | ||
| RERefFactorIsRelatedToKeyDate | sckeydaterel | Reference Factor Related to Key Date | ||
| RENoCompressionIsActive | nocompression | Indicator: No Compression | ||
| REIsExclForNewAssgmt | cuexcludeassign | No New Creation or Assignment | ||
| _Text | _Text | |||
| _RESettlmtBasicComponent | _RESettlmtBasicComponent | |||
| _REMsmtUsageForArchlObj | _REMsmtUsageForArchlObj | |||
| _REMsmtUsageForRentalObj | _REMsmtUsageForRentalObj | |||
| _REMsmtUsageForBusinessEntity | _REMsmtUsageForBusinessEntity | |||
| _REMsmtUsageForLand | _REMsmtUsageForLand | |||
| _REMsmtUsageForBuilding | _REMsmtUsageForBuilding | |||
| _REMsmtUsageForContract | _REMsmtUsageForContract | |||
| _REMsmtUsageForParcels | _REMsmtUsageForParcels | |||
| _REDifferingMeasurement | _REDifferingMeasurement |
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_REMeasurementType.
-- 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: IREMSMTTYPE
CREATE VIEW I_REMeasurementType AS
SELECT
meas AS REMeasurementType,
issummeas AS REMeasurementIsTotal,
baserate AS RESettlmtBasicComponent,
setzeroifvacant AS REMeasurementIsZeroForVacancy,
ispercent AS REValueIsPresentedAsPercentage,
ispropapport AS REMsmtHasEqualApportionment,
getbycondtype AS REMsmtIsDeterminedByCndnType,
isconsumption AS REMsmtTypeIsUsedForConsumption,
isresetable AS REMeterIsResettable,
measunitdef AS REDefaultMeasurementUnit,
usageforao AS REMsmtUsageForArchitecturalObj,
usageforro AS REMsmtUsageForRentalObject,
usageforbe AS REMsmtUsageForBusinessEntity,
usageforpr AS REMsmtUsageForLand,
usageforbu AS REMsmtUsageForBuilding,
usageforcn AS REMsmtUsageForContract,
usageforpl AS REMsmtUsageForParcels,
usageforgo AS REMsmtUsageForGenericObject,
isspcfactor AS REMsmtTypeIsAreaMeasurement,
usedforapport AS REMsmtTypeIsUsedForApprtmt,
disableexceptro AS REExcptnRntlObjIsNotPossible,
disableexceptao AS REExcptnArchlObjIsNotPossible,
disableexceptcn AS REExcptnContrTypeIsNotPossible,
objrelprop AS REDifferingMeasurement,
iscoshare AS RETypeIsRprstvForOwnrShipShare,
sckeydaterel AS RERefFactorIsRelatedToKeyDate,
nocompression AS RENoCompressionIsActive,
cuexcludeassign AS REIsExclForNewAssgmt
FROM tivbdmeas
LEFT OUTER JOIN I_REMeasurementTypeText AS _Text ON REMeasurementType = _Text.REMeasurementType -- association [0..*]
LEFT OUTER JOIN I_RESettlmtBasicComponent AS _RESettlmtBasicComponent ON RESettlmtBasicComponent = _RESettlmtBasicComponent.RESettlmtBasicComponent -- association [0..1]
LEFT OUTER JOIN I_REMsmtAllowedUsages AS _REMsmtUsageForArchlObj ON REMsmtUsageForArchitecturalObj = _REMsmtUsageForArchlObj.REMsmtAllowedUsages -- association [0..1]
LEFT OUTER JOIN I_REMsmtAllowedUsages AS _REMsmtUsageForRentalObj ON REMsmtUsageForRentalObject = _REMsmtUsageForRentalObj.REMsmtAllowedUsages -- association [0..1]
LEFT OUTER JOIN I_REMsmtAllowedUsages AS _REMsmtUsageForBusinessEntity ON REMsmtUsageForBusinessEntity = _REMsmtUsageForBusinessEntity.REMsmtAllowedUsages -- association [0..1]
LEFT OUTER JOIN I_REMsmtAllowedUsages AS _REMsmtUsageForLand ON REMsmtUsageForLand = _REMsmtUsageForLand.REMsmtAllowedUsages -- association [0..1]
LEFT OUTER JOIN I_REMsmtAllowedUsages AS _REMsmtUsageForBuilding ON REMsmtUsageForBuilding = _REMsmtUsageForBuilding.REMsmtAllowedUsages -- association [0..1]
LEFT OUTER JOIN I_REMsmtAllowedUsages AS _REMsmtUsageForContract ON REMsmtUsageForContract = _REMsmtUsageForContract.REMsmtAllowedUsages -- association [0..1]
LEFT OUTER JOIN I_REMsmtAllowedUsages AS _REMsmtUsageForParcels ON REMsmtUsageForParcels = _REMsmtUsageForParcels.REMsmtAllowedUsages -- association [0..1]
LEFT OUTER JOIN I_REDifferingMeasurement AS _REDifferingMeasurement ON REDifferingMeasurement = _REDifferingMeasurement.REDifferingMeasurement -- association [0..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