C_ProcurementIndValueHelp

DDL: C_PROCUREMENTINDVALUEHELP SQL: CPROCMTIND_VH Type: view CONSUMPTION

Procurement Indicator Value Help

C_ProcurementIndValueHelp is a Consumption CDS View that provides data about "Procurement Indicator Value Help" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field with key field ProcurementType.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CPROCMTIND_VH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #CONSUMPTION view
ObjectModel.semanticKey ProcurementType view
ObjectModel.representativeKey ProcurementType view
EndUserText.label Procurement Indicator Value Help view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY ProcurementType

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_ProcurementIndValueHelp.
-- 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: CPROCMTIND_VH

CREATE VIEW C_ProcurementIndValueHelp AS
SELECT
  cast(dd07l.domvalue_l as procurementtype) AS ProcurementType
FROM dd07l
;