I_CustomerClassification

DDL: I_CUSTOMERCLASSIFICATION SQL: IMDCUSTCLASS Type: view BASIC

Customer Classification

I_CustomerClassification is a Basic CDS View (Dimension) that provides data about "Customer Classification" in SAP S/4HANA. It reads from 1 data source (tkukl) and exposes 2 fields with key field CustomerClassification. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tkukl tkukl from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_CustomerClassificationText _Text $projection.CustomerClassification = _Text.CustomerClassification

Annotations (18)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey CustomerClassification view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
EndUserText.label Customer Classification view
Analytics.dataCategory #DIMENSION view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName IMDCUSTCLASS view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
Search.searchable true view
Consumption.ranked true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CustomerClassification kukla
_Text _Text
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.representativeKey: 'CustomerClassification'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@EndUserText.label: 'Customer Classification'
@Analytics.dataCategory: #DIMENSION
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck:#NOT_REQUIRED
@AbapCatalog.sqlViewName: 'IMDCUSTCLASS'
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern:           #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities:  [  #SQL_DATA_SOURCE,
                                        #CDS_MODELING_DATA_SOURCE,
                                        #CDS_MODELING_ASSOCIATION_TARGET,
                                        #ANALYTICAL_DIMENSION  ]
@Search.searchable: true
@Consumption.ranked: true

define view I_CustomerClassification
  as select from tkukl
  association [0..*] to I_CustomerClassificationText as _Text on $projection.CustomerClassification = _Text.CustomerClassification
{
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking:#HIGH
      @ObjectModel.text.association: '_Text'
  key kukla as CustomerClassification,

      _Text
}