C_MaintJobMeasuringPointAndDoc
Update Measuring Document
C_MaintJobMeasuringPointAndDoc is a Consumption CDS View that provides data about "Update Measuring Document" in SAP S/4HANA. It reads from 1 data source (I_MeasuringPoint) and exposes 27 fields with key field MeasuringPoint. It has 1 association to related views. It is exposed through 1 OData service (UI_MAINTENANCEJOB_MANAGE). It is used in 1 Fiori application: Perform Maintenance Jobs. Part of development package VDM_EAM_MAINTJOB_MANAGE_MPD.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_MeasuringPoint | _MeasuringPoint | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_MeasurementDocument | _MeasurementDocument | _MeasurementDocument.MeasurementDocument = $projection.MeasurementDocument |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Update Measuring Document | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| VDM.viewType | #CONSUMPTION | view | |
| Search.searchable | true | view | |
| Metadata.allowExtensions | true | view | |
| ObjectModel.updateEnabled | true | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_MAINTENANCEJOB_MANAGE | UI_MAINTENANCEJOB_MANAGE | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F5104A | Perform Maintenance Jobs | Transactional | Perform Maintenance Jobs app will help Maintenance Technician to see the list with all work items assigned to the him/her or to his/her team, several features like Assignment of an operation, Time recording for the Operations, create partial or final confirmations and the ability to display and change the malfunction information are possible with the app. The maintenance technician can post and return the planned components and can also record the measurement document. |
Perform Maintenance Jobs
Business Role: Maintenance Technician
Technician records actual work, remaining work, confirmation text, and final confirmation for self as well as for team members working on the job.
Fields (27)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MeasuringPoint | I_MeasuringPoint | MeasuringPoint | Measuring point |
| MeasurementDocument | _MsrgPtLastMsmtDocument | MeasurementDocument | ||
| MeasuringPointPositionNumber | I_MeasuringPoint | MeasuringPointPositionNumber | MeasPosition | |
| MeasuringPointDescription | I_MeasuringPoint | MeasuringPointDescription | Description | |
| Characteristic | ||||
| MeasuringPointIsCounter | I_MeasuringPoint | MeasuringPointIsCounter | Counter | |
| ValuationCodeIsSufficient | I_MeasuringPoint | ValuationCodeIsSufficient | ValCode suff. | |
| MeasuringPointDecimalPlaces | I_MeasuringPoint | MeasuringPointDecimalPlaces | Decimal places | |
| MeasuringPointExponent | I_MeasuringPoint | MeasuringPointExponent | FloatPointExp. | |
| CharcValueUnit | ||||
| UnitOfMeasureLongName | ||||
| MeasurementCounterReading | ||||
| CurrentDateTime | ||||
| MsmtRdngDate | _MsrgPtLastMsmtDocument | MsmtRdngDate | ||
| MsmtRdngTime | _MsrgPtLastMsmtDocument | MsmtRdngTime | ||
| MeasurementReadingDateTime | _MsrgPtLastMsmtDocument | MeasurementReadingDateTime | ||
| MsmtRdngByUser | ||||
| MsmtValuationCode | ||||
| MsmtValuationCodeName | ||||
| InspectionCodeText | ||||
| MeasuringPointCodeGroup | I_MeasuringPoint | MeasuringPointCodeGroup | Code group | |
| MeasuringPointCatalogType | I_MeasuringPoint | MeasuringPointCatalogType | Catalog type | |
| MeasurementReadingEntryUoM | _MsrgPtLastMsmtDocument | MeasurementReadingEntryUoM | ||
| MeasurementReadingText | ||||
| MsmtCounterReadingDifference | ||||
| Equipment | ||||
| FunctionalLocationLabelName |
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 C_MaintJobMeasuringPointAndDoc.
-- 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 C_MaintJobMeasuringPointAndDoc AS
SELECT
_MeasuringPoint.MeasuringPoint AS MeasuringPoint,
_MsrgPtLastMsmtDocument.MeasurementDocument AS MeasurementDocument,
_MeasuringPoint.MeasuringPointPositionNumber AS MeasuringPointPositionNumber,
_MeasuringPoint.MeasuringPointDescription AS MeasuringPointDescription,
_MeasuringPoint._Characteristic( P_KeyDate: $session.system_date ).Characteristic AS Characteristic,
_MeasuringPoint.MeasuringPointIsCounter AS MeasuringPointIsCounter,
_MeasuringPoint.ValuationCodeIsSufficient AS ValuationCodeIsSufficient,
_MeasuringPoint.MeasuringPointDecimalPlaces AS MeasuringPointDecimalPlaces,
_MeasuringPoint.MeasuringPointExponent AS MeasuringPointExponent,
_MeasuringPoint._Characteristic( P_KeyDate: $session.system_date).CharcValueUnit AS CharcValueUnit,
_MeasuringPoint._Characteristic( P_KeyDate: $session.system_date )._UnitOfMeasure._Text[1:Language = $session.system_language].UnitOfMeasureLongName AS UnitOfMeasureLongName,
cast (0 as abap.dec(22, 0) ) AS MeasurementCounterReading,
cast( '000000000000' as timestamp ) AS CurrentDateTime,
_MsrgPtLastMsmtDocument.MsmtRdngDate AS MsmtRdngDate,
_MsrgPtLastMsmtDocument.MsmtRdngTime AS MsmtRdngTime,
_MsrgPtLastMsmtDocument.MeasurementReadingDateTime AS MeasurementReadingDateTime,
cast ( $session.user as imrc_readr ) AS MsmtRdngByUser,
cast( '' as imrc_vlcod ) AS MsmtValuationCode,
cast( _MeasurementDocument.MsmtValuationCode as qtxt_code ) AS MsmtValuationCodeName,
_MeasurementDocument._MeasurementValuationCode._Text[1:Language=$session.system_language].InspectionCodeText AS InspectionCodeText,
_MeasuringPoint.MeasuringPointCodeGroup AS MeasuringPointCodeGroup,
_MeasuringPoint.MeasuringPointCatalogType AS MeasuringPointCatalogType,
_MsrgPtLastMsmtDocument.MeasurementReadingEntryUoM AS MeasurementReadingEntryUoM,
cast('' as imrc_mdtxt ) AS MeasurementReadingText,
cast (0 as abap.dec(22, 0) ) AS MsmtCounterReadingDifference,
_MeasuringPoint._Equipment.Equipment AS Equipment,
_MeasuringPoint._FunctionalLocation._FunctionalLocationLabel._FuncLocationLabelSearch.FunctionalLocationLabelName AS FunctionalLocationLabelName
FROM I_MeasuringPoint AS _MeasuringPoint
LEFT OUTER JOIN I_MeasurementDocument AS _MeasurementDocument ON _MeasurementDocument.MeasurementDocument = MeasurementDocument -- association [0..1]
;
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