UPOV_PR_WCDT_UOM
Well Completion Downtime UOM Data
UPOV_PR_WCDT_UOM is a CDS View that provides data about "Well Completion Downtime UOM Data" in SAP S/4HANA. It reads from 8 data sources and exposes 21 fields.
Data Sources (8)
| Source | Alias | Join Type |
|---|---|---|
| UPOV_COMMINGLED_WC | commingledWC | left_outer |
| UPOV_WCDWN_HOURS | DwnHrs | left_outer |
| UPOV_WCDWN_HOURS | DwnHrs | left_outer |
| UPOV_WCDTR_WC_DATA | wc_def_events | from |
| UPOV_WCDTR_WC_DATA | wc_def_events | union |
| upot_int_nobj | wcLabel | left_outer |
| upot_int_nobj | wlLabel | inner |
| upot_int_nobj | wlLabel | inner |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | UPOS_PR_WCDT_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 | Well Completion Downtime UOM Data | view |
Fields (21)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| WL_NO | ||||
| WC_NO | ||||
| EFF_FROM_TS | UPOV_WCDTR_WC_DATA | STRT_PERIOD | Start Period | |
| STRM_TYPE_CD | ||||
| EFF_TO_TS | UPOV_WCDTR_WC_DATA | END_PERIOD | Result End Period | |
| WCDT_NO | UPOV_WCDTR_WC_DATA | EVENT_ID | ID | |
| COND_CD | ||||
| HOUR_FL | ||||
| HRS | ||||
| OIU_CRUSER | UPOV_WCDTR_WC_DATA | CREATED_BY | Version Created By | |
| converted_labelasoiu_wl_noasWL_NO | ||||
| WC_NO | ||||
| EFF_FROM_TS | UPOV_WCDTR_WC_DATA | STRT_PERIOD | Start Period | |
| STRM_TYPE_CD | ||||
| EFF_TO_TS | UPOV_WCDTR_WC_DATA | END_PERIOD | Result End Period | |
| WCDT_NO | UPOV_WCDTR_WC_DATA | EVENT_ID | ID | |
| COND_CD | ||||
| HOUR_FL | ||||
| HRS | ||||
| OIU_CRUSER | UPOV_WCDTR_WC_DATA | CREATED_BY | Version Created By | |
| OIU_TIMESTAMP | UPOV_WCDTR_WC_DATA | CREATED_TST | Req Created Time |
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_WCDT_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_WCDT_UOM
CREATE VIEW UPOV_PR_WCDT_UOM AS
SELECT
cast(wlLabel.converted_label as oiu_wl_no) AS WL_NO,
cast(commingledWC.wc_no as oiu_wc_no) AS WC_NO,
wc_def_events.STRT_PERIOD AS EFF_FROM_TS,
cast(' ' as oiu_strm_type_cd) AS STRM_TYPE_CD,
wc_def_events.END_PERIOD AS EFF_TO_TS,
wc_def_events.EVENT_ID AS WCDT_NO,
cast(DwnHrs.ConditionCode as oiu_cond_cd) AS COND_CD,
cast('' as oiu_hour_fl) AS HOUR_FL,
cast(DwnHrs.Hrs as oiu_hrs) AS HRS,
wc_def_events.CREATED_BY AS OIU_CRUSER,
wc_def_events.CREATED_TST as OIU_TIMESTAMP AS converted_labelasoiu_wl_noasWL_NO,
wc_def_events.CREATED_TST AS OIU_TIMESTAMP
FROM UPOV_WCDTR_WC_DATA AS wc_def_events
INNER JOIN upot_int_nobj AS wlLabel ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN UPOV_WCDWN_HOURS AS DwnHrs ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN UPOV_COMMINGLED_WC AS commingledWC ON /* join condition not captured in parsed metadata */
LEFT OUTER JOIN upot_int_nobj AS wcLabel ON /* join condition not captured in parsed metadata */
-- UNION with additional select branch(es): UPOV_WCDTR_WC_DATA
;
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