I_MeasuringPointStandardVH
Measuring Point
I_MeasuringPointStandardVH is a Composite CDS View that provides data about "Measuring Point" in SAP S/4HANA. It reads from 1 data source (I_MeasuringPoint) and exposes 30 fields with key field MeasuringPoint. It is exposed through 1 OData service (UI_MAINTENANCE_PLAN). It is used in 1 Fiori application: Manage Maintenance Plans. Part of development package VDM_EAM_MEASURINGPOINT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MeasuringPoint | I_MeasuringPoint | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| Search.searchable | true | view | |
| EndUserText.label | Measuring Point | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | MeasuringPoint | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| VDM.viewType | #COMPOSITE | view | |
| Consumption.ranked | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_MAINTENANCE_PLAN | UI_MAINTENANCE_PLAN | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F5325 | Manage Maintenance Plans | Transactional | An application to Manage Maintenance Plans, provides and comprehensive maintenance plan view including general data, scheduling information, assigned Maintenance Items, as well as review Maintenance calls, create new maintenance plan, edit existing maintenance plan. |
Manage Maintenance Plans
Business Role: Maintenance Planner
With the Manage Maintenance Plans app, you as a maintenance planner can view, create, change, schedule, activate, and delete maintenance plans.
Fields (30)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MeasuringPoint | MeasuringPoint | Measuring Point | |
| MeasuringPointDescription | MeasuringPointDescription | Description | ||
| MeasuringPointPositionNumber | MeasuringPointPositionNumber | Measurement Position | ||
| MeasuringPointCategory | MeasuringPointCategory | Category | ||
| CreationDate | CreationDate | Created On | ||
| LastChangeDate | LastChangeDate | Changed On | ||
| AuthorizationGroup | AuthorizationGroup | Authorization Group | ||
| MeasuringPointIsCounter | MeasuringPointIsCounter | Measuring Point Is Counter | ||
| MsrgPtInternalCharacteristic | Internal char. | |||
| CharcValueUnit | ||||
| MeasuringPointDecimalPlaces | MeasuringPointDecimalPlaces | Decimal places | ||
| MeasuringPointExponent | MeasuringPointExponent | Floating Point Exponent | ||
| MeasuringPointCodeGroup | MeasuringPointCodeGroup | Measuring Point Code Group | ||
| ValuationCodeIsSufficient | ValuationCodeIsSufficient | Valuation Code Is Sufficient | ||
| Assembly | Assembly | Pegged Reqmt | ||
| MeasuringPointIsInactive | MeasuringPointIsInactive | Measuring Point Is Inactive | ||
| MeasuringPointShortText | MeasuringPointShortText | Measuring Point Short Text | ||
| MeasurementRangeUnit | MeasurementRangeUnit | Unit | ||
| MsmtRdngSourceMeasuringPoint | MsmtRdngSourceMeasuringPoint | Reading Transfer From | ||
| MeasuringPointTargetValue | MeasuringPointTargetValue | Measuring Point Target Value | ||
| MeasuringPointMaximumThreshold | MeasuringPointMaximumThreshold | Measuring Point Maximum Threshold | ||
| MeasuringPointMinimumThreshold | MeasuringPointMinimumThreshold | Measuring Point Minimum Threshold | ||
| MeasuringPointAnnualEstimate | MeasuringPointAnnualEstimate | Measuring Point Annual Estimate | ||
| CounterOverflowRdngThreshold | CounterOverflowRdngThreshold | Counter Overflow Reading Threshold | ||
| MsrgPtIsCountingBackwards | MsrgPtIsCountingBackwards | Count Is Backwards | ||
| MeasurementTransferIsSupported | MeasurementTransferIsSupported | Supported | ||
| FunctionalLocation | ||||
| FunctionalLocationLabelName | ||||
| MsmtRdngTransferMode | MsmtRdngTransferMode | Transfer Mode | ||
| Equipment |
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_MeasuringPointStandardVH.
-- 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 I_MeasuringPointStandardVH AS
SELECT
MeasuringPoint,
MeasuringPointDescription,
MeasuringPointPositionNumber,
MeasuringPointCategory,
CreationDate,
LastChangeDate,
AuthorizationGroup,
MeasuringPointIsCounter,
cast( MsrgPtInternalCharacteristic as atinn_no_conv preserving type ) AS MsrgPtInternalCharacteristic,
_Characteristic( P_KeyDate:$session.system_date).CharcValueUnit AS CharcValueUnit,
MeasuringPointDecimalPlaces,
MeasuringPointExponent,
MeasuringPointCodeGroup,
ValuationCodeIsSufficient,
Assembly,
MeasuringPointIsInactive,
MeasuringPointShortText,
MeasurementRangeUnit,
MsmtRdngSourceMeasuringPoint,
MeasuringPointTargetValue,
MeasuringPointMaximumThreshold,
MeasuringPointMinimumThreshold,
MeasuringPointAnnualEstimate,
CounterOverflowRdngThreshold,
MsrgPtIsCountingBackwards,
MeasurementTransferIsSupported,
cast(I_MeasuringPoint._FunctionalLocation.FunctionalLocation as tplnr_unconverted preserving type) AS FunctionalLocation,
I_MeasuringPoint._FunctionalLocationLabel.FunctionalLocationLabelName AS FunctionalLocationLabelName,
MsmtRdngTransferMode,
I_MeasuringPoint._Equipment.Equipment AS Equipment
FROM I_MeasuringPoint
;
Learn More
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- OData Services in SAP S/4HANA Explained
- Service Bindings and Service Definitions in SAP S/4HANA
- SAP Fiori Apps Architecture — How Fiori Apps Connect to Data
- 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