C_PurOrdProcessingStatusVH

DDL: C_PURORDPROCESSINGSTATUSVH SQL: CPURORDPRSSTATU Type: view CONSUMPTION

Purch doc processing state value help

C_PurOrdProcessingStatusVH is a Consumption CDS View that provides data about "Purch doc processing state value help" in SAP S/4HANA. It reads from 1 data source (I_DomainFixedValue) and exposes 2 fields with key field DomainValue.

Data Sources (1)

SourceAliasJoin Type
I_DomainFixedValue I_DomainFixedValue from

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CPURORDPRSSTATU view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Purch doc processing state value help view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey DomainValue view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY DomainValue DomainValue Lower Value
DomainText

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_PurOrdProcessingStatusVH.
-- 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: CPURORDPRSSTATU

CREATE VIEW C_PurOrdProcessingStatusVH AS
SELECT
  DomainValue,
  _DomainFixedValueText[1: Language = $session.system_language].DomainText AS DomainText
FROM I_DomainFixedValue
;