C_CnsldtnIndustryVH

DDL: C_CNSLDTNINDUSTRYVH SQL: CPINDUSTRYVH Type: view CONSUMPTION

Industry Value Help

C_CnsldtnIndustryVH is a Consumption CDS View that provides data about "Industry Value Help" in SAP S/4HANA.

Annotations (14)

NameValueLevelField
AbapCatalog.sqlViewName CPINDUSTRYVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #MANDATORY view
VDM.viewType #CONSUMPTION view
Search.searchable true view
Consumption.ranked true view
AccessControl.personalData.blocking #REQUIRED view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey Industry view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Industry Value Help view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY Industry Industry Industry Sector
IndustryName IndustryName

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_CnsldtnIndustryVH.
-- 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: CPINDUSTRYVH

CREATE VIEW C_CnsldtnIndustryVH AS
SELECT
  Industry,
  IndustryName
;