I_INCOTERMSCLASSIFICATION
Incoterms Classification
I_INCOTERMSCLASSIFICATION is a CDS View in S/4HANA. Incoterms Classification. It contains 2 fields. 7 CDS views read from this table.
CDS Views using this table (7)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_IncotermsClassification | view | from | BASIC | Incoterms |
| C_IncotermsClassfctnVH | view | from | CONSUMPTION | Incoterms Classification text |
| C_IncotermsClassfctnVHTemp | view | from | CONSUMPTION | Value Help for Incoterms Classification |
| C_MassUpdtIncotermsVH | view | from | CONSUMPTION | Incoterms Value Help |
| C_MM_IncotermValueHelp | view | from | CONSUMPTION | Incoterm Value Help |
| C_PurOrdMaintainIncTrmsValHelp | view | from | CONSUMPTION | PO Maintenance: Value Help for Incoterms Classification |
| I_ACMTrdgContrIncotermsClfnVH | view | from | BASIC | Value Help for Incoterms |
Fields (2)
| Key | Field | CDS Fields | Used in Views |
|---|---|---|---|
| KEY | IncotermsClassification | IncotermsClassification | 1 |
| LocationIsMandatory | LocationIsMandatory | 1 |
@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
};