Deprecated
This CDS view is deprecated in S/4HANA. Use I_ProcmtDelivSchedDate instead. View all deprecated CDS views →

C_PurOrdMonitorScheduleDateVH

DDL: C_PURORDMONITORSCHEDULEDATEVH SQL: CPURDEADLINEVH Type: view CONSUMPTION

View For Delivery Schedule Date

C_PurOrdMonitorScheduleDateVH is a Consumption CDS View that provides data about "View For Delivery Schedule Date" in SAP S/4HANA. It reads from 1 data source (I_ProcmtDelivSchedDate) and exposes 2 fields with key field DomainValue.

Data Sources (1)

SourceAliasJoin Type
I_ProcmtDelivSchedDate I_ProcmtDelivSchedDate from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CPURDEADLINEVH view
AbapCatalog.compiler.compareFilter true view
EndUserText.label View For Delivery Schedule Date view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
Search.searchable true view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_ProcmtDelivSchedDate view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY DomainValue PlannedDeliveryDuration Pl. Deliv. Time
DomainText Delivery Schedule Dates

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_PurOrdMonitorScheduleDateVH.
-- 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: CPURDEADLINEVH

CREATE VIEW C_PurOrdMonitorScheduleDateVH AS
SELECT
  PlannedDeliveryDuration AS DomainValue,
  _Text[1: Language = $session.system_language].DomainText AS DomainText
FROM I_ProcmtDelivSchedDate
;