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

C_PurOrdMonitorDeliveryStsVH

DDL: C_PURORDMONITORDELIVERYSTSVH SQL: CPURORDDELVSTSVH Type: view CONSUMPTION

Value Help for Delivery Status

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

Data Sources (1)

SourceAliasJoin Type
I_ProcmtOverDueDeliveryStatus I_ProcmtOverDueDeliveryStatus from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CPURORDDELVSTSVH view
AbapCatalog.compiler.compareFilter true view
EndUserText.label Value Help for Delivery Status 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
ObjectModel.resultSet.sizeCategory #XS view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor I_ProcmtOverDueDeliveryStatus view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY DomainValue DeliveryStatus Delivery Status
DomainText Delivery Status Name

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_PurOrdMonitorDeliveryStsVH.
-- 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: CPURORDDELVSTSVH

CREATE VIEW C_PurOrdMonitorDeliveryStsVH AS
SELECT
  DeliveryStatus AS DomainValue,
  _Text[1: Language = $session.system_language].DeliveryStatusDescription AS DomainText
FROM I_ProcmtOverDueDeliveryStatus
;