I_ClfnClassTypeBasic
Class Type Basic of Classification
I_ClfnClassTypeBasic is a Basic CDS View (Dimension) that provides data about "Class Type Basic of Classification" in SAP S/4HANA. It reads from 1 data source (tcla) and exposes 9 fields with key field ClassType. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| tcla | Basic | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ClfnClassTypeText | _ClassTypeText | |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | INGCCLSC3 | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Analytics.dataCategory | #DIMENSION | view | |
| Analytics.dataExtraction.enabled | true | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Class Type Basic of Classification | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #ANALYTICAL_DIMENSION | view | |
| ObjectModel.representativeKey | ClassType | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| VDM.viewType | #BASIC | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ClassType | tcla | klart | |
| ClfnObjectTable | tcla | obtab | ||
| MultipleObjTableClfnIsAllowed | tcla | multobj | ||
| ClfnNewNumberingIsAllowed | tcla | ausp_new | ||
| ClassTypeIsInternal | tcla | intklart | ||
| EngChangeMgmtIsAllowed | tcla | aediezuord | ||
| MultipleClassIsAllowed | tcla | mfkls | ||
| ClassTypeIsUsableInVarConfign | tcla | varklart | ||
| _ClassTypeText | _ClassTypeText |
@AbapCatalog.sqlViewName: 'INGCCLSC3'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Class Type Basic of Classification'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern: #ANALYTICAL_DIMENSION
@ObjectModel.representativeKey: 'ClassType'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.supportedCapabilities:
[ #CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET,
#EXTRACTION_DATA_SOURCE,
#ANALYTICAL_DIMENSION,
#SQL_DATA_SOURCE ]
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC
define root view I_ClfnClassTypeBasic
as select from tcla as Basic
composition [0..*] of I_ClfnClassTypeText as _ClassTypeText
{
@ObjectModel.text.association: '_ClassTypeText'
key Basic.klart as ClassType,
Basic.obtab as ClfnObjectTable,
Basic.multobj as MultipleObjTableClfnIsAllowed,
Basic.ausp_new as ClfnNewNumberingIsAllowed,
Basic.intklart as ClassTypeIsInternal,
// Basic.tracl as,
Basic.aediezuord as EngChangeMgmtIsAllowed,
// Basic.aeblgzuord as,
Basic.mfkls as MultipleClassIsAllowed,
Basic.varklart as ClassTypeIsUsableInVarConfign,
_ClassTypeText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TCLA"
],
"ASSOCIATED":
[
"I_CLFNCLASSTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA