C_SegmtnPurOrderTypeVH_F9070

DDL: C_SEGMTNPURORDERTYPEVH_F9070 Type: view_entity CONSUMPTION

Purchasing Order Type

C_SegmtnPurOrderTypeVH_F9070 is a Consumption CDS View that provides data about "Purchasing Order Type" in SAP S/4HANA. It reads from 1 data source (I_PurchasingDocumentType) and exposes 4 fields with key fields PurchasingDocumentCategory, PurchaseOrderType.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingDocumentType _PurchasingDocType from

Annotations (13)

NameValueLevelField
EndUserText.label Purchasing Order Type view
AccessControl.authorizationCheck #NOT_REQUIRED view
AccessControl.personalData.blocking #REQUIRED view
VDM.viewType #CONSUMPTION view
Search.searchable true view
Consumption.valueHelpDefault.fetchValues #AUTOMATICALLY_WHEN_DISPLAYED view
Consumption.ranked true view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.dataCategory #VALUE_HELP view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.representativeKey PurchaseOrderType view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY PurchasingDocumentCategory PurchasingDocumentCategory Doc. Category
KEY PurchaseOrderType PurchasingDocumentType RFQ Type
PurchasingDocumentTypeName
_Text _Text

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_SegmtnPurOrderTypeVH_F9070.
-- 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.

CREATE VIEW C_SegmtnPurOrderTypeVH_F9070 AS
SELECT
  PurchasingDocumentCategory,
  PurchasingDocumentType AS PurchaseOrderType,
  _PurchasingDocType._Text[1: Language = $session.system_language].PurchasingDocumentTypeName AS PurchasingDocumentTypeName
FROM I_PurchasingDocumentType AS _PurchasingDocType
;