I_ClfnClassTypeStdVH

DDL: I_CLFNCLASSTYPESTDVH SQL: INGCCLSC4VH Type: view COMPOSITE

Class Type of Classification

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.

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
_Text _ClassTypeText
@AbapCatalog.sqlViewName: 'INGCCLSC4VH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Analytics.internalName: #LOCAL
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Class Type of Classification'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'ClassType'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.supportedCapabilities:
  [  #VALUE_HELP_PROVIDER,
     #SEARCHABLE_ENTITY                ]
@Search.searchable: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #COMPOSITE
define view I_ClfnClassTypeStdVH 
  as select from I_ClfnClassTypeBasic
{
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
      @ObjectModel.text.association: '_Text'
  key ClassType,
  
      _ClassTypeText as _Text
}
where ClassTypeIsInternal <> 'X' 
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CLFNCLASSTYPEBASIC"
],
"ASSOCIATED":
[
"I_CLFNCLASSTYPETEXT"
],
"BASE":
[
"I_CLFNCLASSTYPEBASIC"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/