I_OilPhysParamUoMVH
UoM Value Help for Physical Parameters
I_OilPhysParamUoMVH is a Basic CDS View that provides data about "UoM Value Help for Physical Parameters" in SAP S/4HANA. It reads from 6 data sources and exposes 7 fields with key fields OilPhysParamName, UnitOfMeasureDimension, UnitOfMeasure.
Data Sources (6)
| Source | Alias | Join Type |
|---|---|---|
| t006d | _DimidHelp | inner |
| oib_map_uom | _ExternalUnit | left_outer |
| oib_map_uomt | _ExternalUnittext | left_outer |
| t006 | _InternalUnit | from |
| t006a | _LanguageUnit | inner |
| oib07_help | _oib07help | inner |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPHYPARUOMVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| EndUserText.label | UoM Value Help for Physical Parameters | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | OilPhysParamName | oib07_help | par_name | Parameter name |
| KEY | UnitOfMeasureDimension | oib07_help | dimid | Dimension |
| KEY | UnitOfMeasure | t006a | msehi | Unit of measmnt |
| UnitOfMeasure_E | t006a | mseh3 | Commercial | |
| UnitOfMeasureLongName | t006a | msehl | Meas. Unit Text | |
| cmsehiendasOilUnitOfMeasureExt | ||||
| cmsehlendasOilUoMExtLongName |
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_OilPhysParamUoMVH.
-- 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: IPHYPARUOMVH
CREATE VIEW I_OilPhysParamUoMVH AS
SELECT
_oib07help.par_name AS OilPhysParamName,
_oib07help.dimid AS UnitOfMeasureDimension,
_LanguageUnit.msehi AS UnitOfMeasure,
_LanguageUnit.mseh3 AS UnitOfMeasure_E,
_LanguageUnit.msehl AS UnitOfMeasureLongName,
case when _ExternalUnit.cmsehi is null then _LanguageUnit.mseh3 else _ExternalUnit.cmsehi end as OilUnitOfMeasureExt AS cmsehiendasOilUnitOfMeasureExt,
case when _ExternalUnittext.cmsehl is null then _LanguageUnit.msehl else _ExternalUnittext.cmsehl end as OilUoMExtLongName AS cmsehlendasOilUoMExtLongName
FROM t006 AS _InternalUnit
INNER JOIN oib07_help AS _oib07help ON /* join condition not captured in parsed metadata */
INNER JOIN t006d AS _DimidHelp ON /* join condition not captured in parsed metadata */
INNER JOIN t006a AS _LanguageUnit ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN oib_map_uom AS _ExternalUnit ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN oib_map_uomt AS _ExternalUnittext ON /* join condition not captured in parsed metadata */
;
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