I_ClfnClassTypeStdVH

DDL: I_CLFNCLASSTYPESTDVH SQL: INGCCLSC4VH Type: view COMPOSITE

Class Type of Classification

I_ClfnClassTypeStdVH (Composite)

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

R&D Engineering

I_ClfnClassTypeStdVH is a Composite CDS View that provides data about "Class Type of Classification" in SAP S/4HANA. It reads from 1 data source (I_ClfnClassTypeBasic) and exposes 2 fields with key field ClassType.

SAP API Hub

StateC1
Line of BusinessR&D Engineering
Application ComponentCA-CL
CapabilitiesData Provider for Value Help, Data Source for Search
PackageR&D Engineering for SAP S/4HANA Cloud Private Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
I_ClfnClassTypeBasic I_ClfnClassTypeBasic from

Annotations (16)

NameValueLevelField
AbapCatalog.sqlViewName INGCCLSC4VH view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.internalName #LOCAL view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Class Type of Classification view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.representativeKey ClassType view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
Search.searchable true view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #COMPOSITE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ClassType ClassType Class Type
_Text _ClassTypeText

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_ClfnClassTypeStdVH.
-- 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: INGCCLSC4VH

CREATE VIEW I_ClfnClassTypeStdVH AS
SELECT
  ClassType
FROM I_ClfnClassTypeBasic
;