I_PurchasingCategoryValueHelp

DDL: I_PURCHASINGCATEGORYVALUEHELP SQL: IPUCVH Type: view COMPOSITE

Purchasing Category

I_PurchasingCategoryValueHelp (Composite)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Private Edition with built-in and side-by-side extension capabilities.

Sourcing & Procurement

I_PurchasingCategoryValueHelp is a Composite CDS View (Dimension) that provides data about "Purchasing Category" in SAP S/4HANA.

SAP Help Documentation

CategoryPurchasing Categories
StatusReleased
Purpose
This view provides value help for PurchasingCategory . This view should be used for value help purposes only. If you intend to select the entire business data, use the view I_PurgCatAPI01 instead.

View on SAP Help Portal →

SAP API Hub

StateC1
Line of BusinessSourcing & Procurement
Application ComponentSLC-CAT
CapabilitiesData Provider for Value Help, Analytical Dimension, Association Target for Defining CDS Entities
PackageSourcing & Procurement for SAP S/4HANA Cloud Private Edition

Documentation

Annotations (18)

NameValueLevelField
AbapCatalog.sqlViewName IPUCVH view
EndUserText.label Purchasing Category view
AbapCatalog.preserveKey true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #MANDATORY view
ClientHandling.algorithm #SESSION_VARIABLE view
VDM.viewType #COMPOSITE view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
Search.searchable true view
Consumption.ranked true view
ObjectModel.representativeKey PurchasingCategory view
Analytics.dataCategory #DIMENSION view
Metadata.allowExtensions true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY PurchasingCategory id
PurgCatName Medium-Size Name
PurgCatDescription Description

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 I_PurchasingCategoryValueHelp.
-- 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: IPUCVH

CREATE VIEW I_PurchasingCategoryValueHelp AS
SELECT
  cast(I_PurchasingCategory.PurchasingCategory as /srmsmc/generic_id preserving type) AS PurchasingCategory,
  cast(I_PurchasingCategory.PurgCatName as /srmsmc/medium_name preserving type) AS PurgCatName,
  cast(I_PurchasingCategory._PurchasingCategoryDesc[1: Language = $session.system_language].PurgCatDescription as /srmsmc/description_char60 preserving type) AS PurgCatDescription
;