I_IncotermsClassification

DDL: I_INCOTERMSCLASSIFICATION SQL: ISDINCOTERMCLSS Type: view BASIC

Incoterms Classification

I_IncotermsClassification is a Basic CDS View (Dimension) that provides data about "Incoterms Classification" in SAP S/4HANA. It reads from 1 data source (tinc) and exposes 3 fields with key field IncotermsClassification. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
tinc tinc from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_IncotermsClassificationText _Text $projection.IncotermsClassification = _Text.IncotermsClassification

Annotations (18)

NameValueLevelField
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.representativeKey IncotermsClassification view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view
EndUserText.label Incoterms Classification view
Analytics.dataCategory #DIMENSION view
Analytics.dataExtraction.enabled true view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
AbapCatalog.sqlViewName ISDINCOTERMCLSS view
AbapCatalog.buffering.status #ACTIVE view
AbapCatalog.buffering.type #FULL view
AbapCatalog.preserveKey true view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.sapObjectNodeType.name IncotermsClassification view
Search.searchable true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY IncotermsClassification inco1
LocationIsMandatory ortob
_Text _Text
@ClientHandling.algorithm: #SESSION_VARIABLE //Inserted by VDM CDS Suite Plugin

@ObjectModel.representativeKey: 'IncotermsClassification'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.modelingPattern:         #ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [ #ANALYTICAL_DIMENSION,
                                      #CDS_MODELING_DATA_SOURCE,
                                      #CDS_MODELING_ASSOCIATION_TARGET,
                                      #SQL_DATA_SOURCE,
                                      #EXTRACTION_DATA_SOURCE,
                                      #SEARCHABLE_ENTITY ]
@EndUserText.label: 'Incoterms Classification'
@Analytics.dataCategory: #DIMENSION
@Analytics.dataExtraction.enabled: true
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck:#NOT_REQUIRED
@AbapCatalog.sqlViewName: 'ISDINCOTERMCLSS'
@AbapCatalog.buffering.status: #ACTIVE
@AbapCatalog.buffering.type: #FULL
@AbapCatalog.preserveKey:true
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel.sapObjectNodeType.name: 'IncotermsClassification'
@Search.searchable: true

define view I_IncotermsClassification
  as select from tinc
  association [0..*] to I_IncotermsClassificationText as _Text on $projection.IncotermsClassification = _Text.IncotermsClassification
{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
      @Search.ranking: #HIGH
  key inco1 as IncotermsClassification,

      ortob as LocationIsMandatory,

      _Text
};
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TINC"
],
"ASSOCIATED":
[
"I_INCOTERMSCLASSIFICATIONTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/