I_ClfnClassGroup

DDL: I_CLFNCLASSGROUP SQL: INGCCLC7 Type: view BASIC Package: NGC_CORE_VDM

Group of Classification Class

I_ClfnClassGroup (Basic)

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

Classification Class Group · R&D Engineering

I_ClfnClassGroup is a Basic CDS View (Dimension) that provides data about "Group of Classification Class" in SAP S/4HANA. It reads from 1 data source (tclg) and exposes 3 fields with key field ClassGroup. It has 1 association to related views. Part of development package NGC_CORE_VDM.

SAP API Hub

CategoryBasic
StateC1
Line of BusinessR&D Engineering
Application ComponentCA-CL-2CL
CapabilitiesData Source for Data Extraction,Data Source for Defining CDS Entities,Association Target for Defining CDS Entities,Analytical Dimension,Data Source in SQL Select
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageR&D/Engineering for SAP S/4HANA Cloud Public Edition

Documentation

Data Sources (1)

SourceAliasJoin Type
tclg ClassGroup from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ClfnClassGroupText _ClassGroupText

Annotations (16)

NameValueLevelField
AbapCatalog.compiler.compareFilter true view
AbapCatalog.sqlViewName INGCCLC7 view
AccessControl.authorizationCheck #NOT_REQUIRED view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
ClientHandling.algorithm #SESSION_VARIABLE view
EndUserText.label Group of Classification Class view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
ObjectModel.representativeKey ClassGroup view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.sapObjectNodeType.name ClassificationClassGroup view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #BASIC view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY ClassGroup tclg klagr Class group
ConfigurationDeprecationCode tclg configurationdeprecationcode Deprecated Entries
_ClassGroupText _ClassGroupText

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_ClfnClassGroup.
-- 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: INGCCLC7

CREATE VIEW I_ClfnClassGroup AS
SELECT
  ClassGroup.klagr AS ClassGroup,
  ClassGroup.configurationdeprecationcode AS ConfigurationDeprecationCode
FROM tclg AS ClassGroup
LEFT OUTER JOIN I_ClfnClassGroupText AS _ClassGroupText ON /* condition not available in parsed metadata */  -- association [0..*]
;