UPOV_PR_MPVD_UOM
Measure Point Variable Data UOM data
UPOV_PR_MPVD_UOM is a CDS View that provides data about "Measure Point Variable Data UOM data" in SAP S/4HANA. It reads from 3 data sources (iflot, upot_int_nobj, upot_udm_no_vd) and exposes 20 fields with key fields MP_NO, clientNULLasEFF_FROM_DT.
Data Sources (3)
| Source | Alias | Join Type |
|---|---|---|
| iflot | functional_loc | left_outer |
| upot_int_nobj | meas_point | left_outer |
| upot_udm_no_vd | net_obj_vdata | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | UPOS_PR_MPVD_UOM | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| EndUserText.label | Measure Point Variable Data UOM data | view |
Fields (20)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | MP_NO | |||
| KEY | clientNULLasEFF_FROM_DT | |||
| clientNULLasEFF_TO_DT | ||||
| HVCLS | ||||
| CRUD_TYPE_CD | ||||
| SA_PT_FL | ||||
| INACTIVE_FL | ||||
| OP_FL | upot_udm_no_vd | op_fl | Operated | |
| SAT_DRY_CD | ||||
| INTRA_NWK_FL | ||||
| PLT_INLET_FL | ||||
| STRM_TYPE_CD | ||||
| STRM_DFLT_FL | ||||
| RLF_USAGE_FL | upot_udm_no_vd | rlf_usage_fl_mtr | RLF usage pt. | |
| COMPANY_CODE | upot_udm_no_vd | bukrs | Value | |
| COST_CENTER | upot_udm_no_vd | cost_centre | Cost Center | |
| CHRT_TYP_CD | ||||
| OIU_CRUSER | iflot | ernam | User Name | |
| clientNULLasOIU_TIMESTAMP | ||||
| PIPL_OPEN_PD |
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 UPOV_PR_MPVD_UOM.
-- 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: UPOS_PR_MPVD_UOM
CREATE VIEW UPOV_PR_MPVD_UOM AS
SELECT
cast(meas_point.converted_label as oiu_mp_no ) AS MP_NO,
tstmp_to_dats(net_obj_vdata.effective_from, 'UTC', $session.client,'NULL') as EFF_FROM_DT AS clientNULLasEFF_FROM_DT,
tstmp_to_dats(net_obj_vdata.effective_to, 'UTC', $session.client,'NULL') as EFF_TO_DT AS clientNULLasEFF_TO_DT,
cast(' ' as oib_hvcls) AS HVCLS,
cast(' ' as oiu_crud_type_cd) AS CRUD_TYPE_CD,
cast(' ' as oiu_sa_pt_fl) AS SA_PT_FL,
cast(' ' as oiu_inactive_fl) AS INACTIVE_FL,
net_obj_vdata.op_fl AS OP_FL,
cast(' ' as oiu_sat_dry_cd) AS SAT_DRY_CD,
cast(' ' as oiu_intra_nwk_fl) AS INTRA_NWK_FL,
cast(' ' as oiu_plt_inlet_fl) AS PLT_INLET_FL,
cast(' ' as oiu_strm_type_cd) AS STRM_TYPE_CD,
cast(' ' as oiu_strm_dflt_fl) AS STRM_DFLT_FL,
net_obj_vdata.rlf_usage_fl_mtr AS RLF_USAGE_FL,
net_obj_vdata.bukrs AS COMPANY_CODE,
net_obj_vdata.cost_centre AS COST_CENTER,
cast(' ' as oiu_chrt_typ_cd) AS CHRT_TYP_CD,
functional_loc.ernam AS OIU_CRUSER,
dats_tims_to_tstmp(functional_loc.erdat, cast('000000' as abap.tims), 'UTC', $session.client,'NULL') as OIU_TIMESTAMP AS clientNULLasOIU_TIMESTAMP,
cast('00' as oiu_pipl_open_pd) AS PIPL_OPEN_PD
FROM upot_udm_no_vd AS net_obj_vdata
LEFT OUTER JOIN upot_int_nobj AS meas_point ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN iflot AS functional_loc ON /* join condition not captured in parsed metadata */
;
Learn More
- CDS View Annotations — A Complete Guide
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- 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