I_CLFNCLASSDESCRIPTION

CDS View

Description of Classification Class

I_CLFNCLASSDESCRIPTION is a CDS View in S/4HANA. Description of Classification Class. It contains 1 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
C_VarCnfExclClassVH view_entity inner CONSUMPTION Variant Classes and Desc
I_ClfnClassDescForKeyDate view from COMPOSITE Description of Clfn Class for Key Date
I_ClfnClassDescForKeyDateTP view_entity from TRANSACTIONAL TP for Classification Class Description

Fields (1)

KeyField CDS FieldsUsed in Views
ClassDescription ClassDescription 1
@AbapCatalog.sqlViewName: 'INGCCLS3'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #MANDATORY 
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Description of Classification Class'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'ClassInternalID'
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.supportedCapabilities:
  [  #LANGUAGE_DEPENDENT_TEXT,
     #CDS_MODELING_DATA_SOURCE,
     #CDS_MODELING_ASSOCIATION_TARGET,
     #SQL_DATA_SOURCE                  ]
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #BASIC  
define view I_ClfnClassDescription
  as select from swor as ClassDescription
  
      association [0..1] to I_Language as _Language 
        on $projection.Language = _Language.Language
        
      association [1..1] to I_ClfnClass as _Class
        on $projection.ClassInternalID = _Class.ClassInternalID         
                
{ 
      @ObjectModel.foreignKey.association: '_Class'
  key ClassDescription.clint as ClassInternalID,
      @ObjectModel.foreignKey.association: '_Language'
      @Semantics.language: true
  key ClassDescription.spras as Language,      
      @Semantics.text: true      
      cast( ClassDescription.kschl as klsbez preserving type ) as ClassDescription,
      ClassDescription.klpos as ClassKeywordPositionNumber,
      
      _Language,
      _Class
}
where ClassDescription.klpos = '01'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"SWOR"
],
"ASSOCIATED":
[
"I_CLFNCLASS",
"I_LANGUAGE"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/