C_CFinPurchaseOrderTypeVH

DDL: C_CFINPURCHASEORDERTYPEVH SQL: CCFPOTYPEVH Type: view CONSUMPTION

CFin Value Help for Purchase Order Types

C_CFinPurchaseOrderTypeVH is a Consumption CDS View that provides data about "CFin Value Help for Purchase Order Types" in SAP S/4HANA. It reads from 1 data source (I_PurchasingDocumentType) and exposes 5 fields with key field PurchaseOrderType.

Data Sources (1)

SourceAliasJoin Type
I_PurchasingDocumentType I_PurchasingDocumentType from

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CCFPOTYPEVH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey PurchaseOrderType view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #M view
AccessControl.authorizationCheck #NOT_REQUIRED view
ClientHandling.algorithm #SESSION_VARIABLE view
Search.searchable true view
ObjectModel.resultSet.sizeCategory #XS view
EndUserText.label CFin Value Help for Purchase Order Types view

Fields (5)

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

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_CFinPurchaseOrderTypeVH.
-- 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: CCFPOTYPEVH

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