I_PurchasingCategoryValueHelp

DDL: I_PURCHASINGCATEGORYVALUEHELP SQL: IPUCVH Type: view COMPOSITE Package: VDM_SLC_PUC

Purchasing Category

I_PurchasingCategoryValueHelp (Composite)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public 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. It is exposed through 37 OData services (ASQL_F0343, ASQL_F0354, ASQL_F1378, ...). Part of development package VDM_SLC_PUC.

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

CategoryComposite
StateC1
Line of BusinessSourcing & Procurement
Application ComponentSLC-CAT-2CL
CapabilitiesData Provider for Value Help,Analytical Dimension,Association Target for Defining CDS Entities
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageSourcing and Procurement for SAP S/4HANA Cloud Public Edition
Description <p>This view provides value help for PurchasingCategory.</p> <p>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.</p>

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
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MIXED view
ObjectModel.dataCategory #VALUE_HELP view
Metadata.ignorePropagatedAnnotations true view
Metadata.allowExtensions true view

OData Services (37)

ServiceBindingVersionContractRelease
ASQL_F0343 ASQL_F0343 C2 NOT_RELEASED
ASQL_F0354 ASQL_F0354 C2 NOT_RELEASED
ASQL_F1378 ASQL_F1378 C2 NOT_RELEASED
ASQL_F1661 ASQL_F1661 C2 NOT_RELEASED
ASQL_F1661A ASQL_F1661A C2 NOT_RELEASED
ASQL_F1662 ASQL_F1662 C2 NOT_RELEASED
ASQL_F1663 ASQL_F1663 C2 NOT_RELEASED
ASQL_F1664 ASQL_F1664 C2 NOT_RELEASED
ASQL_F1990 ASQL_F1990 C2 NOT_RELEASED
ASQL_F2014 ASQL_F2014 C2 NOT_RELEASED
ASQL_F2015 ASQL_F2015 C2 NOT_RELEASED
ASQL_F2016 ASQL_F2016 C2 NOT_RELEASED
ASQL_F2017 ASQL_F2017 C2 NOT_RELEASED
ASQL_F2018 ASQL_F2018 C2 NOT_RELEASED
ASQL_F2234A ASQL_F2234A C2 NOT_RELEASED
ASQL_F2309 ASQL_F2309 C2 NOT_RELEASED
ASQL_F2704 ASQL_F2704 C2 NOT_RELEASED
ASQL_F2705 ASQL_F2705 C2 NOT_RELEASED
ASQL_F2705A ASQL_F2705A C2 NOT_RELEASED
ASQL_F2872 ASQL_F2872 C2 NOT_RELEASED
ASQL_F3043 ASQL_F3043 C2 NOT_RELEASED
ASQL_F3044 ASQL_F3044 C2 NOT_RELEASED
ASQL_F3173 ASQL_F3173 C2 NOT_RELEASED
ASQL_F3232 ASQL_F3232 C2 NOT_RELEASED
ASQL_F3295 ASQL_F3295 C2 NOT_RELEASED
ASQL_F3295A ASQL_F3295A C2 NOT_RELEASED
ASQL_F3316 ASQL_F3316 C2 NOT_RELEASED
ASQL_F3401 ASQL_F3401 C2 NOT_RELEASED
ASQL_F3794 ASQL_F3794 C2 NOT_RELEASED
ASQL_F3980 ASQL_F3980 C2 NOT_RELEASED
ASQL_F4760 ASQL_F4760 C2 NOT_RELEASED
ASQL_F5289 ASQL_F5289 C2 NOT_RELEASED
ASQL_F5716 ASQL_F5716 C2 NOT_RELEASED
ASQL_F6194 ASQL_F6194 C2 NOT_RELEASED
ASQL_F6635 ASQL_F6635 C2 NOT_RELEASED
ASQL_F7439 ASQL_F7439 C2 NOT_RELEASED
ASQL_F7441 ASQL_F7441 C2 NOT_RELEASED

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
;