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

C_PurchasingDocStatusVH

DDL: C_PURCHASINGDOCSTATUSVH SQL: CPURDOCSTAVH Type: view CONSUMPTION

Purchasing Document Status Value Help

C_PurchasingDocStatusVH is a Consumption CDS View that provides data about "Purchasing Document Status Value Help" in SAP S/4HANA. It reads from 1 data source (I_PurchasingDocumentStatus) and exposes 2 fields with key field PurchasingDocumentStatus.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingDocumentStatus I_PurchasingDocumentStatus from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName CPURDOCSTAVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Purchasing Document Status Value Help view
AccessControl.personalData.blocking #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
Search.searchable true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.semanticKey PurchasingDocumentStatus view
ObjectModel.representativeKey PurchasingDocumentStatus view
VDM.lifecycle.status #DEPRECATED view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PurchasingDocumentStatus PurchasingDocumentStatus Order Status
PurchasingDocumentStatusName

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_PurchasingDocStatusVH.
-- 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: CPURDOCSTAVH

CREATE VIEW C_PurchasingDocStatusVH AS
SELECT
  PurchasingDocumentStatus,
  _Text[1: Language = $session.system_language].PurchasingDocumentStatusName AS PurchasingDocumentStatusName
FROM I_PurchasingDocumentStatus
;