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

C_PurOrdMonitorOrderStatusVH

DDL: C_PURORDMONITORORDERSTATUSVH SQL: CPURSCHEDSTSVH Type: view CONSUMPTION

Delivery Schedule Status Value Help

C_PurOrdMonitorOrderStatusVH is a Consumption CDS View that provides data about "Delivery Schedule Status Value Help" in SAP S/4HANA. It reads from 1 data source (I_ProcmtDelivSchedStatus) and exposes 2 fields with key field PlannedDeliveryDuration.

Data Sources (1)

SourceAliasJoin Type
I_ProcmtDelivSchedStatus I_ProcmtDelivSchedStatus from

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName CPURSCHEDSTSVH view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Delivery Schedule Status Value Help 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_ProcmtDelivSchedStatus view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PlannedDeliveryDuration PlannedDeliveryDuration Pl. Deliv. Time
DeliveryInfoText1

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_PurOrdMonitorOrderStatusVH.
-- 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: CPURSCHEDSTSVH

CREATE VIEW C_PurOrdMonitorOrderStatusVH AS
SELECT
  PlannedDeliveryDuration,
  _Text[1: Language = $session.system_language].DeliveryInfoText1 AS DeliveryInfoText1
FROM I_ProcmtDelivSchedStatus
;